Skip to content

Instantly share code, notes, and snippets.

@deepak140596
Created October 30, 2019 15:43
Show Gist options
  • Save deepak140596/36e96fb4bb0057e6fa3c8d6802f2a24d to your computer and use it in GitHub Desktop.
Save deepak140596/36e96fb4bb0057e6fa3c8d6802f2a24d to your computer and use it in GitHub Desktop.
<style name="PaymentAppTheme">
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
<item name="colorButtonNormal">@color/primary_green</item>
<item name="alertDialogTheme">@style/AlertDialogStyle_Default</item>
<item name="actionMenuTextColor">@color/white</item>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment