From 97a3a039795df863f7b8c49e13dadfa1fe323da5 Mon Sep 17 00:00:00 2001 From: dianlujitao Date: Tue, 1 Feb 2022 17:29:29 +0800 Subject: [PATCH] MotoActions: Use common style from devicesettings Change-Id: I613b106fec0b6580d08a0a580988007807958db2 --- MotoActions/AndroidManifest.xml | 4 ++-- MotoActions/res/values/styles.xml | 29 --------------------------- MotoActions/res/xml/actions_panel.xml | 3 +-- MotoActions/res/xml/doze_panel.xml | 3 +-- 4 files changed, 4 insertions(+), 35 deletions(-) delete mode 100644 MotoActions/res/values/styles.xml diff --git a/MotoActions/AndroidManifest.xml b/MotoActions/AndroidManifest.xml index 6287e6a..7737d90 100644 --- a/MotoActions/AndroidManifest.xml +++ b/MotoActions/AndroidManifest.xml @@ -40,7 +40,7 @@ android:name=".DozePreferenceActivity" android:exported="false" android:label="@string/ambient_display_gestures_title" - android:theme="@style/MotoActions"> + android:theme="@style/Theme.Main"> @@ -56,7 +56,7 @@ android:name=".ActionsPreferenceActivity" android:exported="false" android:label="@string/moto_gestures_panel_title" - android:theme="@style/MotoActions"> + android:theme="@style/Theme.Main"> diff --git a/MotoActions/res/values/styles.xml b/MotoActions/res/values/styles.xml deleted file mode 100644 index 06b8fbc..0000000 --- a/MotoActions/res/values/styles.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - diff --git a/MotoActions/res/xml/actions_panel.xml b/MotoActions/res/xml/actions_panel.xml index 4860513..f366ea4 100644 --- a/MotoActions/res/xml/actions_panel.xml +++ b/MotoActions/res/xml/actions_panel.xml @@ -15,8 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + - +