36 lines
1.2 KiB
XML
36 lines
1.2 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:layout_width="123dp"
|
||
|
android:layout_height="35.33dp"
|
||
|
android:gravity="center_vertical">
|
||
|
|
||
|
<RelativeLayout
|
||
|
android:layout_width="123dp"
|
||
|
android:layout_height="35.33dp"
|
||
|
android:layout_alignParentEnd="true"
|
||
|
android:background="@drawable/background_new_home_folat_banner"
|
||
|
android:gravity="center_vertical"
|
||
|
android:paddingStart="7dp"
|
||
|
android:paddingTop="5dp"
|
||
|
android:paddingEnd="7dp"
|
||
|
android:paddingBottom="5dp" />
|
||
|
|
||
|
<ViewFlipper
|
||
|
android:id="@+id/banner"
|
||
|
android:layout_width="25dp"
|
||
|
android:layout_height="25dp"
|
||
|
android:layout_centerVertical="true"
|
||
|
android:layout_marginStart="25dp" />
|
||
|
|
||
|
|
||
|
<TextView
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_alignParentEnd="true"
|
||
|
android:layout_centerVertical="true"
|
||
|
android:layout_marginLeft="5dp"
|
||
|
android:layout_marginEnd="15dp"
|
||
|
android:text="@string/wonderful_live"
|
||
|
android:textColor="@color/white"
|
||
|
android:textSize="9sp" />
|
||
|
</RelativeLayout>
|