mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 03:39:05 +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" />
|
||||
|
||||
<application
|
||||
android:theme="@android:style/Theme.Light"
|
||||
android:theme="@style/LightTheme"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:label="@string/app_name" >
|
||||
<service
|
||||
|
||||
Reference in New Issue
Block a user