You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

styles.xml 327B

123456789
  1. <resources>
  2. <style name="AppTheme.NoActionBar">
  3. <item name="windowActionBar">false</item>
  4. <item name="windowNoTitle">true</item>
  5. <item name="android:windowDrawsSystemBarBackgrounds">true</item>
  6. <item name="android:statusBarColor">@android:color/transparent</item>
  7. </style>
  8. </resources>