123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- <?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" >
- <RelativeLayout
- android:id="@+id/no_data"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="#b0000000"
- android:orientation="vertical" >
- <TextView
- android:id="@+id/text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerInParent="true"
- android:textColor="#aeadad" />
- </RelativeLayout>
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="@dimen/dimen_168"
- android:background="@drawable/hisense_background" >
- <TextView
- android:id="@+id/title"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_alignParentTop="true"
- android:gravity="center"
- android:text="@string/choose_payment"
- android:textColor="#ffffff"
- android:textSize="@dimen/dimen_54" />
- <ImageView
- android:id="@+id/arrow_left"
- android:layout_width="@dimen/dimen_66"
- android:layout_height="@dimen/dimen_66"
- android:layout_alignParentLeft="true"
- android:layout_centerVertical="true"
- android:layout_marginLeft="@dimen/dimen_48"
- android:src="@drawable/hisense_arrow_left" />
- </RelativeLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="@dimen/dimen_510"
- android:background="@drawable/hisense_background"
- android:gravity="bottom|center"
- android:paddingBottom="@dimen/dimen_186" >
- <TextView
- android:id="@+id/text1"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/pay_fee"
- android:textColor="#66ffffff"
- android:textSize="@dimen/dimen_48" />
- <TextView
- android:id="@+id/price"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center|bottom"
- android:layout_marginLeft="@dimen/dimen_75"
- android:textColor="#ffffff"
- android:textSize="@dimen/dimen_180" />
- <TextView
- android:id="@+id/textView3"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="@dimen/dimen_30"
- android:text="@string/unit"
- android:textColor="#66ffffff"
- android:textSize="@dimen/dimen_48" />
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="#fafafa"
- android:orientation="vertical" >
- <TextView
- android:id="@+id/textView4"
- android:layout_width="wrap_content"
- android:layout_height="@dimen/dimen_120"
- android:layout_marginLeft="@dimen/dimen_66"
- android:gravity="bottom"
- android:text="@string/choose_payment"
- android:textColor="#a9a9a9"
- android:textSize="@dimen/dimen_42" />
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="@dimen/dimen_1"
- android:layout_marginLeft="@dimen/dimen_48"
- android:layout_marginRight="@dimen/dimen_48"
- android:layout_marginTop="@dimen/dimen_30"
- android:background="#a9a9a9"
- android:orientation="vertical" >
- </LinearLayout>
- <ListView
- android:id="@+id/paylist"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginLeft="@dimen/dimen_48"
- android:layout_marginRight="@dimen/dimen_48"
- android:divider="#818080"
- android:dividerHeight="@dimen/dimen_1" >
- </ListView>
- </LinearLayout>
- </LinearLayout>
|