Skip to content

Commit

Permalink
[ADD] #95 - add ToolbarTextStyle
Browse files Browse the repository at this point in the history
  • Loading branch information
4z7l committed Mar 7, 2021
1 parent 0d8a202 commit eeb3737
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,10 @@
<style name="BottomNavigationView.Active" parent="@style/TextAppearance.AppCompat.Caption">
<item name="android:textSize">8sp</item>
</style>

<style name="MyDailyToolBarTextStyle" parent="@style/TextAppearance.AppCompat.Caption">
<item name="android:textSize">21sp</item>
<item name="android:textColor">@color/cod_gray</item>
<item name="android:textFontWeight" tools:targetApi="p">500</item>
</style>
</resources>

0 comments on commit eeb3737

Please sign in to comment.