2018-02-14 22:48:00 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
|
2021-02-23 13:07:32 +08:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2018-02-14 22:48:00 +01:00
|
|
|
android:layout_width="80dp"
|
|
|
|
android:layout_height="28dp"
|
|
|
|
android:layout_marginEnd="12dp"
|
|
|
|
android:layout_marginLeft="12dp"
|
|
|
|
android:layout_marginRight="12dp"
|
|
|
|
android:layout_marginStart="12dp"
|
|
|
|
android:contentDescription="@string/menu_liberapay"
|
2021-02-23 13:07:32 +08:00
|
|
|
app:srcCompat="@drawable/donation_option_liberapay" />
|