From a780f0b8d0ccec90d359c0c554f07d5afde9554c Mon Sep 17 00:00:00 2001 From: 562935844@qq.com Date: 星期二, 28 六月 2022 17:05:31 +0800 Subject: [PATCH] 代码同步 --- HDLLinphoneSDKDemoNew/app/src/main/res/values/themes.xml | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/HDLLinphoneSDKDemoNew/app/src/main/res/values/themes.xml b/HDLLinphoneSDKDemoNew/app/src/main/res/values/themes.xml index c7a2566..e71eefe 100644 --- a/HDLLinphoneSDKDemoNew/app/src/main/res/values/themes.xml +++ b/HDLLinphoneSDKDemoNew/app/src/main/res/values/themes.xml @@ -1,10 +1,8 @@ <resources xmlns:tools="http://schemas.android.com/tools"> <!-- Base application theme. --> - <style name="Theme.HDLLinphoneSDKDemo" parent="Theme.AppCompat.Light.DarkActionBar"> + <style name="Theme.HDLLinphoneSDKDemo" parent="android:Theme.Light.NoTitleBar.Fullscreen"> <!-- Primary brand color. --> - <item name="colorPrimary">@color/purple_500</item> - <item name="colorPrimaryDark">@color/purple_700</item> - <item name="colorAccent">@color/teal_200</item> + <!-- Customize your theme here. --> </style> </resources> \ No newline at end of file -- Gitblit v1.8.0