1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <?xml version="1.0" encoding="utf-8"?>
- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="85dp"
- android:layout_height="73dp"
- >
- <LinearLayout
- android:layout_marginTop="4dp"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:orientation="vertical"
- android:layout_centerInParent="true"
- >
- <LinearLayout
- android:id="@+id/tysdkn_ll_other_item"
- android:layout_width="75dp"
- android:layout_height="72dp"
- android:layout_gravity="center_horizontal"
- android:background="@drawable/tysdkn_bg_yuanjiao_1"
- android:gravity="center"
- android:orientation="vertical">
- <ImageView
- android:id="@+id/tysdkn_iv_other_icon"
- android:layout_width="37dp"
- android:layout_height="37dp"
- android:src="@drawable/tysdkn_login_icon" />
- <TextView
- android:id="@+id/tysdkn_tv_other_name"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_horizontal"
- android:layout_marginTop="2dp"
- android:text="积分商城"
- android:layout_marginBottom="5dp"
- android:textColor="#111111"
- android:textSize="12sp"
- />
- </LinearLayout>
- </LinearLayout>
- <ImageView
- android:id="@+id/tysdkn_img_other_news"
- android:layout_width="24dp"
- android:layout_height="10dp"
- android:background="@drawable/tysdkn_other_new_icon"
- android:layout_alignParentRight="true"
- android:visibility="invisible"
- android:layout_alignParentTop="true"
- />
- </RelativeLayout>
|