Skip to content

Commit

Permalink
Moving style to styles.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumBadger committed Jun 29, 2016
1 parent ef2d32f commit 26c114e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 5 additions & 1 deletion src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,8 @@
<item name="android:minHeight">@dimen/abc_action_button_min_height_material</item>
</style>

</resources>
<style name="RR.Toolbar.TitleText" parent="TextAppearance.Widget.AppCompat.Toolbar.Title">
<item name="android:textSize">18sp</item>
</style>

</resources>
4 changes: 0 additions & 4 deletions src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@

<resources>

<style name="RR.Toolbar.TitleText" parent="TextAppearance.Widget.AppCompat.Toolbar.Title">
<item name="android:textSize">18sp</item>
</style>

<style name="RR.Dark" parent="Theme.AppCompat.NoActionBar">

<item name="android:actionOverflowButtonStyle">@style/RR.Base.Widget.AppCompat.ActionButton.Overflow</item>
Expand Down

0 comments on commit 26c114e

Please sign in to comment.