BobStore/app/src/main/res/layout/donate_flattr.xml

12 lines
455 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<ImageView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="80dp"
2018-02-24 01:27:44 -07:00
android:layout_height="30dp"
android:padding="6dp"
android:layout_marginStart="4dp"
android:layout_marginLeft="4dp"
android:layout_marginEnd="4dp"
android:layout_marginRight="4dp"
android:src="@drawable/donation_option_flattr"
android:contentDescription="@string/menu_flattr" />