Skip to content

Commit

Permalink
Auto-update
Browse files Browse the repository at this point in the history
  • Loading branch information
google-automerger committed Aug 21, 2015
1 parent a70367a commit 157c0c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Application/src/main/res/values-v11/template-styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<resources>

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

</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<resources>

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

</resources>
2 changes: 1 addition & 1 deletion Application/src/main/res/values/template-styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<!-- Activity themes -->

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

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

Expand Down

0 comments on commit 157c0c1

Please sign in to comment.