From 1697a5c0a1d40e756738d1f99d496c6e33b3fd52 Mon Sep 17 00:00:00 2001 From: lss <lsc@hdlchina.com.cn> Date: 星期二, 28 六月 2022 14:09:38 +0800 Subject: [PATCH] 2022-6-28 --- 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