|
|
|
@ -7,7 +7,6 @@
|
|
|
|
|
>
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/textView2"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginBottom="15dp"
|
|
|
|
@ -27,7 +26,6 @@
|
|
|
|
|
android:background="@drawable/logo"/>
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/textView3"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
@ -37,7 +35,6 @@
|
|
|
|
|
android:textAppearance="?android:attr/textAppearanceMedium" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/textView4"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="20dp"
|
|
|
|
@ -58,7 +55,6 @@
|
|
|
|
|
android:background="@drawable/ic_launcher"/>
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/textView5"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="20dp"
|
|
|
|
@ -77,6 +73,25 @@
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="20dp"
|
|
|
|
|
android:layout_marginBottom="15dp"
|
|
|
|
|
android:layout_marginLeft="10dp"
|
|
|
|
|
android:layout_marginRight="10dp"
|
|
|
|
|
android:gravity="center_horizontal"
|
|
|
|
|
android:text="@string/or_donate"
|
|
|
|
|
android:textAppearance="?android:attr/textAppearanceMedium" />
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_marginTop="20dp"
|
|
|
|
|
android:src="@drawable/tipeee_tip"
|
|
|
|
|
android:id="@+id/donate_tipeee"
|
|
|
|
|
android:contentDescription="@string/liberapay"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="60dp" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/licence"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|