aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelmkzgirxp <elmkzgirxp@users.noreply.github.com>2017-11-10 10:21:39 +0800
committerelmkzgirxp <elmkzgirxp@users.noreply.github.com>2017-11-10 10:21:39 +0800
commit9f4c7ecfd704e886d1d1fad0a07c55e5c220c382 (patch)
treeac3d4606ed152de21355edbe132b2dcbc8062b0e
parent99c30fb2487ce8a73b4319b394425374f16f092a (diff)
devicehandler: use default settings theme
-rw-r--r--DeviceHandler/res/values/themes.xml3
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>