summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Taylor <tomtaylor@google.com>2014-10-31 00:24:31 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-31 00:24:31 +0000
commit063c2318ba5c7191b22112b7b67fc72445dcbcee (patch)
treea4f601889b282b3e18a6d891920115c371702da6
parentc556677c6cf40051b3622adb1a9887588bb4d50a (diff)
parentcf133413249c9221b1e766715ef390a05ae23b74 (diff)
downloadandroid_packages_apps_BasicSmsReceiver-063c2318ba5c7191b22112b7b67fc72445dcbcee.tar.gz
android_packages_apps_BasicSmsReceiver-063c2318ba5c7191b22112b7b67fc72445dcbcee.tar.bz2
android_packages_apps_BasicSmsReceiver-063c2318ba5c7191b22112b7b67fc72445dcbcee.zip
am cf133413: am 64696f82: am 53603f16: The basic SMS display dialog appears with old dark theme on Deb
* commit 'cf133413249c9221b1e766715ef390a05ae23b74': The basic SMS display dialog appears with old dark theme on Deb
-rwxr-xr-xAndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index aa46a07..0be33ab 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -32,7 +32,7 @@
android:hardwareAccelerated="true">
<activity android:name=".DialogSmsDisplay"
- android:theme="@android:style/Theme.Holo.Dialog"
+ android:theme="@android:style/Theme.Material.Light.Dialog"
android:launchMode="singleTop" />
<receiver android:name=".SmsMessageReceiver">