Skip to content
Snippets Groups Projects
Commit 39406142 authored by akwizgran's avatar akwizgran
Browse files

Use Holo Light theme if it's available, otherwise Light.

parent ccff1666
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
<uses-permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE" />
<application
android:theme="@android:style/Theme.Light"
android:theme="@style/LightTheme"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name" >
<service
......
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="LightTheme" parent="android:Theme.Holo.Light" />
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="LightTheme" parent="android:Theme.Light" />
</resources>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment