diff options
| author | elmkzgirxp <elmkzgirxp@users.noreply.github.com> | 2017-11-10 10:21:39 +0800 |
|---|---|---|
| committer | elmkzgirxp <elmkzgirxp@users.noreply.github.com> | 2017-11-10 10:21:39 +0800 |
| commit | 9f4c7ecfd704e886d1d1fad0a07c55e5c220c382 (patch) | |
| tree | ac3d4606ed152de21355edbe132b2dcbc8062b0e | |
| parent | 99c30fb2487ce8a73b4319b394425374f16f092a (diff) | |
devicehandler: use default settings theme
| -rw-r--r-- | DeviceHandler/res/values/themes.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/DeviceHandler/res/values/themes.xml b/DeviceHandler/res/values/themes.xml index 7c9d303..364c9f3 100644 --- a/DeviceHandler/res/values/themes.xml +++ b/DeviceHandler/res/values/themes.xml @@ -14,7 +14,6 @@ limitations under the License. --> <resources xmlns:android="http://schemas.android.com/apk/res/android"> - <style name="DeviceHandlerTheme" parent="android:Theme.Material.Light.DarkActionBar"> - </style> + <style name="DeviceHandlerTheme" parent="@android:style/Theme.DeviceDefault.Settings" /> </resources> |
