11 lines
433 B
XML
11 lines
433 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<ImageView
|
||
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:layout_width="80dp"
|
||
|
|
android:layout_height="16dp"
|
||
|
|
android:layout_marginLeft="12dp"
|
||
|
|
android:layout_marginStart="12dp"
|
||
|
|
android:layout_marginEnd="12dp"
|
||
|
|
android:layout_marginRight="12dp"
|
||
|
|
android:src="@drawable/donation_option_flattr"
|
||
|
|
android:contentDescription="@string/menu_flattr" />
|