Skip to content

Instantly share code, notes, and snippets.

@waseefakhtar
Last active May 30, 2020 06:58
Show Gist options
  • Save waseefakhtar/9ff548a9f8f49ad45c890d7c1d4ba7cb to your computer and use it in GitHub Desktop.
Save waseefakhtar/9ff548a9f8f49ad45c890d7c1d4ba7cb to your computer and use it in GitHub Desktop.
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<item name="colorPrimary">@color/shark</item>
<item name="colorPrimaryDark">@color/shark</item>
<item name="colorAccent">@color/athens_gray</item>
<item name="colorControlHighlight">@color/shark_light</item>
<item name="colorControlNormal">@color/athens_gray</item>
<item name="android:windowBackground">@color/shark_light</item>
<item name="android:textColor">@color/athens_gray</item>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment