From a7e538a9cfaa499efc59b7d63fdb75610961b334 Mon Sep 17 00:00:00 2001 From: Bryan Owens Date: Sat, 28 Nov 2015 17:00:48 -0600 Subject: Expose styles in the manifest for themes Change-Id: I639cf5cde1632ec010a28f986fd657d91b21e6d0 Signed-off-by: Bryan Owens --- AndroidManifest.xml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 43ebbd1..fa13e90 100755 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -341,7 +341,7 @@ android:exported="true" android:permission="android.permission.CONNECTIVITY_INTERNAL" android:taskAffinity="" - android:theme="@*android:style/Theme.Material.Light.Dialog.Alert"> + android:theme="@style/Theme.SettingsAlertDialog"> @@ -526,7 +526,7 @@ @@ -679,7 +679,7 @@ @@ -904,7 +904,7 @@ @@ -980,7 +980,7 @@ + android:theme="@style/Theme.SettingsAlertDialog"> @@ -1108,7 +1108,7 @@ @@ -1752,7 +1752,7 @@ + android:theme="@style/Theme.AppPicker" /> + android:theme="@style/Theme.SettingsAlertDialog"> @@ -1825,7 +1825,7 @@ android:label="@string/bluetooth_permission_request" android:excludeFromRecents="true" android:permission="android.permission.BLUETOOTH" - android:theme="@*android:style/Theme.Material.Light.Dialog.Alert"> + android:theme="@style/Theme.SettingsAlertDialog"> @@ -1846,14 +1846,14 @@ android:excludeFromRecents="true" android:exported="true" android:permission="android.permission.MANAGE_USB" - android:theme="@android:style/Theme.Material.Light.Dialog.NoActionBar"> + android:theme="@style/Theme.SettingsDialog"> + android:theme="@style/Theme.SettingsAlertDialog"> @@ -1876,7 +1876,7 @@ android:label="@string/bluetooth_connection_permission_request" android:excludeFromRecents="true" android:permission="android.permission.BLUETOOTH_ADMIN" - android:theme="@*android:style/Theme.Material.Light.Dialog.Alert"> + android:theme="@style/Theme.SettingsAlertDialog"> @@ -1886,7 +1886,7 @@ @@ -1995,7 +1995,7 @@ @@ -2004,7 +2004,7 @@ @@ -2380,7 +2380,7 @@ + android:theme="@style/Theme.SettingsAlertDialog"> @@ -2398,7 +2398,7 @@ + android:theme="@style/Theme.SettingsAlertDialog"> @@ -2408,7 +2408,7 @@ + android:theme="@style/Theme.SettingsAlertDialog"> @@ -2693,12 +2693,12 @@ -- cgit v1.1