Skip to content

Instantly share code, notes, and snippets.

@muratthekus
Created July 29, 2020 13:14
Show Gist options
  • Select an option

  • Save muratthekus/bfa16b77f2bd6b27c040858ffc0ff374 to your computer and use it in GitHub Desktop.

Select an option

Save muratthekus/bfa16b77f2bd6b27c040858ffc0ff374 to your computer and use it in GitHub Desktop.
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowActionBar">true</item>
<item name="android:windowFullscreen">true</item>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment