
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.
10 lines
393 B
XML
10 lines
393 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TextView
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="30dp"
|
|
android:drawableLeft="@drawable/ic_donate"
|
|
android:drawableStart="@drawable/ic_donate"
|
|
android:drawablePadding="4dp"
|
|
android:gravity="center_vertical"
|
|
android:text="@string/menu_donate" /> |