kopia lustrzana https://github.com/ryukoposting/Signal-Android
Update google pay button to match new styling.
rodzic
5b8a729afc
commit
2ea5c7e3bc
|
@ -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:clickable="true"
|
||||||
android:focusable="true"
|
android:focusable="true"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="48sp"
|
android:layout_height="44sp"
|
||||||
android:background="@drawable/googlepay_button_no_shadow_background"
|
android:background="@drawable/donate_with_google_pay_rounded_background"
|
||||||
android:padding="2sp"
|
android:padding="2sp"
|
||||||
android:contentDescription="@string/donate_with_googlepay_button_content_description">
|
android:contentDescription="@string/donate_with_googlepay_button_content_description">
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<color name="donate_with_google_pay_background_color">#FFFFFF</color>
|
||||||
|
</resources>
|
|
@ -0,0 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<color name="donate_with_google_pay_background_color">#000000</color>
|
||||||
|
</resources>
|
Ładowanie…
Reference in New Issue