Update google pay button to match new styling.
This commit is contained in:
parent
5b8a729afc
commit
2ea5c7e3bc
4 changed files with 16 additions and 2 deletions
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/donate_with_google_pay_background_color" />
|
||||
<corners android:radius="55dp" />
|
||||
</shape>
|
|
@ -3,8 +3,8 @@
|
|||
android:clickable="true"
|
||||
android:focusable="true"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="48sp"
|
||||
android:background="@drawable/googlepay_button_no_shadow_background"
|
||||
android:layout_height="44sp"
|
||||
android:background="@drawable/donate_with_google_pay_rounded_background"
|
||||
android:padding="2sp"
|
||||
android:contentDescription="@string/donate_with_googlepay_button_content_description">
|
||||
<LinearLayout
|
||||
|
|
4
donations/lib/src/main/res/values-night/colors.xml
Normal file
4
donations/lib/src/main/res/values-night/colors.xml
Normal file
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="donate_with_google_pay_background_color">#FFFFFF</color>
|
||||
</resources>
|
4
donations/lib/src/main/res/values/colors.xml
Normal file
4
donations/lib/src/main/res/values/colors.xml
Normal file
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="donate_with_google_pay_background_color">#000000</color>
|
||||
</resources>
|
Loading…
Add table
Reference in a new issue