2015-11-24 22:22:40 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
android:orientation="vertical" android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
2015-11-29 20:10:32 +00:00
|
|
|
<TextView android:layout_height="wrap_content"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
|
2016-02-15 18:31:17 +00:00
|
|
|
android:text="@string/gem.purchase.support"
|
|
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
|
android:layout_margin="5dp">
|
2015-11-29 20:10:32 +00:00
|
|
|
|
|
|
|
|
</TextView>
|
|
|
|
|
|
2015-11-24 22:22:40 +00:00
|
|
|
<Button
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
2015-12-01 00:04:47 +00:00
|
|
|
android:text="+ 21"
|
2015-11-24 22:22:40 +00:00
|
|
|
android:id="@+id/btn.purchase.gems"
|
2015-11-29 20:10:32 +00:00
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
|
android:drawableRight="@drawable/ic_header_gem"
|
|
|
|
|
android:drawablePadding="5dp"
|
|
|
|
|
android:textColor="@color/white"/>
|
2015-11-24 22:22:40 +00:00
|
|
|
</LinearLayout>
|