wrap donate linear layout in a card view
This commit is contained in:
parent
80915589ee
commit
cf7b786054
@ -1,24 +1,29 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
<android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="fill_parent"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="@dimen/details_activity_padding"
|
||||
android:clickable="true"
|
||||
app:cardBackgroundColor="?attr/appDetailsCardBackground"
|
||||
app:cardCornerRadius="3dp"
|
||||
app:cardElevation="3dp">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:background="?attr/detailPanel"
|
||||
android:padding="@dimen/details_activity_padding">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/donate_header"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="15sp"
|
||||
android:textAlignment="center"
|
||||
android:layout_marginBottom="12dp"
|
||||
android:gravity="center"
|
||||
tools:text="F-Droid is created by F-Droid Limited and Contributors. Buy them a coffee!"
|
||||
android:layout_marginBottom="12dp" />
|
||||
android:textAlignment="center"
|
||||
android:textSize="15sp"
|
||||
tools:text="F-Droid is created by F-Droid Limited and Contributors. Buy them a coffee!" />
|
||||
|
||||
<android.support.v7.widget.GridLayout
|
||||
android:id="@+id/donation_options"
|
||||
@ -26,4 +31,5 @@
|
||||
android:layout_height="wrap_content"
|
||||
app:columnCount="3" />
|
||||
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
</android.support.v7.widget.CardView>
|
Loading…
x
Reference in New Issue
Block a user