Skip to content

Commit 5795fc9

Browse files
Auto-update
1 parent 4cb1d10 commit 5795fc9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Application/src/main/res/values-v11/template-styles.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
<resources>
1818

1919
<!-- Activity themes -->
20-
<style name="Theme.Base" parent="@style/Theme.AppCompat.Light" />
20+
<style name="Theme.Base" parent="android:Theme.Holo.Light" />
2121

2222
</resources>

Application/src/main/res/values-v21/base-template-styles.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<resources>
1919

2020
<!-- Activity themes -->
21-
<style name="Theme.Base" parent="@style/Theme.AppCompat.Light">
21+
<style name="Theme.Base" parent="android:Theme.Material.Light">
2222
</style>
2323

2424
</resources>

Application/src/main/res/values/template-styles.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<!-- Activity themes -->
2020

21-
<style name="Theme.Base" parent="@style/Theme.AppCompat.Light" />
21+
<style name="Theme.Base" parent="android:Theme.Light" />
2222

2323
<style name="Theme.Sample" parent="Theme.Base" />
2424

0 commit comments

Comments
 (0)