Last active
May 30, 2020 06:58
-
-
Save waseefakhtar/9ff548a9f8f49ad45c890d7c1d4ba7cb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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