Skip to content

Instantly share code, notes, and snippets.

@rhyskentish
Created November 16, 2020 10:05
Show Gist options
  • Save rhyskentish/0e480e98a2a8078308fe344384eb038a to your computer and use it in GitHub Desktop.
Save rhyskentish/0e480e98a2a8078308fe344384eb038a to your computer and use it in GitHub Desktop.
<resources>
<style name="bt_add_card_activity_theme" parent="Theme.AppCompat.Light.NoActionBar">
<item name="colorPrimary">#E10A0A</item>
<item name="windowNoTitle">true</item>
<item name="titleTextColor">#fff</item>
<item name="colorAccent">#1d1d1d</item>
<item name="android:textAllCaps">false</item>
</style>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment