Add new joined donations screen.

This commit is contained in:
Alex Hart
2022-09-29 09:32:49 -03:00
parent c829fba332
commit daa3721145
79 changed files with 2516 additions and 1819 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/custom_donation_amount_background_selected" android:state_selected="true" />
<item android:drawable="@drawable/custom_donation_amount_background_normal" />
</selector>