
Still needs some better assets for the actual donate buttons, but now it includes the relevant text about donating to developers. It also puts the donation options in a grid layout and lets them flow across so that if there is more than three, they will end up on the second line.
7 lines
288 B
XML
7 lines
288 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="20dp"
|
|
android:src="@drawable/donation_option_litecoin"
|
|
android:contentDescription="@string/menu_litecoin" /> |