Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <!-- values/themes.xml -->
  2. <style name="Theme.MyApp">
  3. <item name="android:navigationBarColor">
  4. #B3FFFFFF
  5. </item>
  6. </style>
  7.  
  8. <!-- values-night/themes.xml -->
  9. <style name="Theme.MyApp">
  10. <item name="android:navigationBarColor">
  11. #B3000000
  12. </item>
  13. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement