49 lines
1.8 KiB
XML
49 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical">
|
|
|
|
<FrameLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="20dp">
|
|
|
|
<TextView
|
|
android:id="@+id/winner_of_the_month"
|
|
android:layout_width="90dp"
|
|
android:layout_height="25dp"
|
|
android:layout_marginStart="55dp"
|
|
android:background="@drawable/background_select_all_service"
|
|
android:gravity="center"
|
|
android:text="@string/winner_of_the_month"
|
|
android:textColor="#FF8331"
|
|
android:textSize="12sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/last_month_winner"
|
|
android:layout_width="90dp"
|
|
android:layout_height="25dp"
|
|
android:layout_gravity="end"
|
|
android:layout_marginEnd="55dp"
|
|
android:background="@drawable/background_select_all_service"
|
|
android:gravity="center"
|
|
android:text="@string/last_month_winner"
|
|
android:textColor="#FF8331"
|
|
android:textSize="12sp" />
|
|
</FrameLayout>
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center_horizontal"
|
|
android:layout_marginTop="12dp"
|
|
android:text="@string/last_month_winner_hint"
|
|
android:textColor="#807CFF"
|
|
android:textSize="10sp" />
|
|
|
|
<FrameLayout
|
|
android:id="@+id/context_layout_gift"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent" />
|
|
</LinearLayout> |