mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-20 14:49:53 +01:00
Use Holo Light theme if it's available, otherwise Light.
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
<uses-permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE" />
|
<uses-permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE" />
|
||||||
|
|
||||||
<application
|
<application
|
||||||
android:theme="@android:style/Theme.Light"
|
android:theme="@style/LightTheme"
|
||||||
android:icon="@drawable/ic_launcher"
|
android:icon="@drawable/ic_launcher"
|
||||||
android:label="@string/app_name" >
|
android:label="@string/app_name" >
|
||||||
<service
|
<service
|
||||||
|
|||||||
4
res/values-v11/styles.xml
Normal file
4
res/values-v11/styles.xml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<style name="LightTheme" parent="android:Theme.Holo.Light" />
|
||||||
|
</resources>
|
||||||
4
res/values/styles.xml
Normal file
4
res/values/styles.xml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<style name="LightTheme" parent="android:Theme.Light" />
|
||||||
|
</resources>
|
||||||
Reference in New Issue
Block a user