2016-12-21 22:14:23 +11:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<ImageView
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
2017-03-01 13:41:23 +11:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2016-12-21 22:14:23 +11:00
|
|
|
android:layout_width="80dp"
|
|
|
|
android:layout_height="20dp"
|
|
|
|
android:layout_marginLeft="12dp"
|
|
|
|
android:layout_marginStart="12dp"
|
|
|
|
android:layout_marginEnd="12dp"
|
|
|
|
android:layout_marginRight="12dp"
|
2017-04-07 11:49:47 +10:00
|
|
|
android:src="@drawable/donation_option_bitcoin"
|
2016-12-21 22:14:23 +11:00
|
|
|
android:contentDescription="@string/menu_bitcoin" />
|