summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-09-29 17:32:44 -0700
committerAndrew Lee <anwlee@google.com>2014-09-29 17:32:44 -0700
commit17d25768f3c4d5a09742d57da780e9875a2e21d6 (patch)
treecd05c4ddefdbd0948c97f103757853638432b6b3 /AndroidManifest.xml
parente2f5d34837cf68c9f0af7dc1ecd76b870686a04e (diff)
downloadandroid_packages_services_Telephony-17d25768f3c4d5a09742d57da780e9875a2e21d6.tar.gz
android_packages_services_Telephony-17d25768f3c4d5a09742d57da780e9875a2e21d6.tar.bz2
android_packages_services_Telephony-17d25768f3c4d5a09742d57da780e9875a2e21d6.zip
Style Network Operators settings to Material style.
Bug: 17679475 Change-Id: I2d56b518888f058744f813913a2794ee2af80bff
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 8cac40941..d1f8968ff 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -290,7 +290,7 @@
<activity android:name="NetworkSetting"
android:label="@string/networks"
android:configChanges="orientation|screenSize|keyboardHidden"
- android:theme="@android:style/Theme.Holo.DialogWhenLarge">
+ android:theme="@style/NetworkOperatorsSettingsTheme">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<action android:name="android.settings.NETWORK_OPERATOR_SETTINGS" />