Advertisement
fakhrycodepolitan

themes.xml (night)

Jun 4th, 2023
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.38 KB | Source Code | 0 0
  1. <resources xmlns:tools="http://schemas.android.com/tools">
  2.     <!-- Base application theme. -->
  3.     <style name="Theme.LivePresensiGuru" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
  4.  
  5.         <!-- Status bar color. -->
  6.         <item name="android:statusBarColor">?attr/colorPrimaryVariant</item>
  7.         <!-- Customize your theme here. -->
  8.     </style>
  9. </resources>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement