modify layouts for donation buttons
This commit is contained in:
parent
cf7b786054
commit
74bf125ccb
@ -1,12 +1,12 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<ImageView
|
<ImageView
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
||||||
android:layout_width="80dp"
|
android:layout_width="80dp"
|
||||||
android:layout_height="20dp"
|
android:layout_height="30dp"
|
||||||
android:layout_marginLeft="12dp"
|
android:padding="4dp"
|
||||||
android:layout_marginStart="12dp"
|
android:layout_marginStart="4dp"
|
||||||
android:layout_marginEnd="12dp"
|
android:layout_marginLeft="4dp"
|
||||||
android:layout_marginRight="12dp"
|
android:layout_marginEnd="4dp"
|
||||||
|
android:layout_marginRight="4dp"
|
||||||
android:src="@drawable/donation_option_bitcoin"
|
android:src="@drawable/donation_option_bitcoin"
|
||||||
android:contentDescription="@string/menu_bitcoin" />
|
android:contentDescription="@string/menu_bitcoin" />
|
@ -1,12 +1,12 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<ImageView
|
<ImageView
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
||||||
android:layout_width="80dp"
|
android:layout_width="80dp"
|
||||||
android:layout_height="16dp"
|
android:layout_height="30dp"
|
||||||
android:layout_marginLeft="12dp"
|
android:padding="6dp"
|
||||||
android:layout_marginStart="12dp"
|
android:layout_marginStart="4dp"
|
||||||
android:layout_marginEnd="12dp"
|
android:layout_marginLeft="4dp"
|
||||||
android:layout_marginRight="12dp"
|
android:layout_marginEnd="4dp"
|
||||||
|
android:layout_marginRight="4dp"
|
||||||
android:src="@drawable/donation_option_flattr"
|
android:src="@drawable/donation_option_flattr"
|
||||||
android:contentDescription="@string/menu_flattr" />
|
android:contentDescription="@string/menu_flattr" />
|
@ -6,5 +6,9 @@
|
|||||||
android:drawableLeft="@drawable/ic_donate"
|
android:drawableLeft="@drawable/ic_donate"
|
||||||
android:drawableStart="@drawable/ic_donate"
|
android:drawableStart="@drawable/ic_donate"
|
||||||
android:drawablePadding="4dp"
|
android:drawablePadding="4dp"
|
||||||
|
android:layout_marginStart="4dp"
|
||||||
|
android:layout_marginLeft="4dp"
|
||||||
|
android:layout_marginEnd="4dp"
|
||||||
|
android:layout_marginRight="4dp"
|
||||||
android:gravity="center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:text="@string/menu_donate" />
|
android:text="@string/menu_donate" />
|
@ -1,8 +1,12 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<ImageView
|
<ImageView
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
||||||
android:layout_width="80dp"
|
android:layout_width="80dp"
|
||||||
android:layout_height="20dp"
|
android:layout_height="30dp"
|
||||||
|
android:padding="2dp"
|
||||||
|
android:layout_marginStart="4dp"
|
||||||
|
android:layout_marginLeft="4dp"
|
||||||
|
android:layout_marginEnd="4dp"
|
||||||
|
android:layout_marginRight="4dp"
|
||||||
android:src="@drawable/donation_option_litecoin"
|
android:src="@drawable/donation_option_litecoin"
|
||||||
android:contentDescription="@string/menu_litecoin" />
|
android:contentDescription="@string/menu_litecoin" />
|
Loading…
x
Reference in New Issue
Block a user