From ff886457f58791eea4532f6167af51184d9dfe43 Mon Sep 17 00:00:00 2001 From: lss <lsc@hdlchina.com.cn> Date: 星期四, 26 五月 2022 17:31:42 +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