Advertisement
AzisMM

style.xml

Sep 15th, 2021
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Kotlin 0.55 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3.     <!-- Base application theme. -->
  4.     <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
  5.         <item name="colorPrimary">@color/colorPrimary</item>
  6.         <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
  7.         <item name="colorAccent">@color/colorAccent</item>
  8.     </style>
  9.    
  10.     <style name="ToolbarAppeareance">
  11.         <item name="android:fontFamily">@font/poppins_semi_bold</item>
  12.         <item name="android:textSize">18sp</item>
  13.     </style>
  14. </resources>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement