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

30 lines
1.1 KiB
XML
Raw Normal View History

2016-11-16 11:05:20 +01:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2016-11-16 11:05:20 +01:00
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
2016-11-16 11:05:20 +01:00
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/details_activity_padding"
android:clickable="true"
android:orientation="vertical"
android:background="?attr/detailPanel"
android:padding="@dimen/details_activity_padding">
2016-11-16 11:05:20 +01:00
<TextView
android:id="@+id/donate_header"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textSize="15sp"
android:textAlignment="center"
android:gravity="center"
tools:text="F-Droid is created by F-Droid Limited and Contributors. Buy them a coffee!"
android:layout_marginBottom="12dp" />
<android.support.v7.widget.GridLayout
android:id="@+id/donation_options"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:columnCount="3" />
2016-11-16 11:05:20 +01:00
</LinearLayout>