mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-26 14:21:16 +00:00
Use the same AppCompat theme on all API levels (fixes #172).
Also, I accidently deleted res/values-11/ and res/values-21/ in
443c8e9
. Stupid me.
This commit is contained in:
parent
6fe20213e5
commit
b6fd4d0113
2 changed files with 1 additions and 5 deletions
|
@ -17,7 +17,7 @@
|
|||
android:allowBackup="false"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/AppTheme"
|
||||
android:theme="@style/Theme.AppCompat.Light.DarkActionBar"
|
||||
android:description="@string/app_description">
|
||||
<activity
|
||||
android:name=".activities.MainActivity"
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<style name="AppTheme" parent="@style/Theme.AppCompat" />
|
||||
</resources>
|
Loading…
Reference in a new issue