Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdurazaaqMohammed authored Jul 3, 2024
1 parent 8809b1b commit b822f5b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="CustomDialogTheme">
<item name="android:color">@color/purple</item>
<item name="android:textColor">@color/purple</item>
<item name="android:textColorAlertDialogListItem">@color/purple</item>
<item name="android:textColorPrimary">@color/purple</item>
<item name="android:background">@android:color/black</item>
</style>
</resources>

0 comments on commit b822f5b

Please sign in to comment.