123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215 |
- <?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:background="#EBEBEB"
- android:orientation="vertical">
- <RelativeLayout
- android:id="@+id/re_friends"
- android:layout_width="match_parent"
- android:layout_height="48dp"
- android:layout_marginTop="20dp"
- android:clickable="true"
- android:paddingLeft="12dp">
- <ImageView
- android:id="@+id/iv_friends"
- android:layout_width="24dp"
- android:layout_height="24dp"
- android:layout_alignParentLeft="true"
- android:layout_centerVertical="true"
- android:layout_marginLeft="12dp" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:layout_marginLeft="20dp"
- android:layout_toRightOf="@id/iv_friends"
- android:text="朋友圈"
- android:textColor="#353535"
- android:textSize="16sp" />
- </RelativeLayout>
- <RelativeLayout
- android:id="@+id/re_erweima"
- android:layout_width="match_parent"
- android:layout_height="48dp"
- android:layout_marginTop="20dp"
- android:clickable="true"
- android:paddingLeft="12dp">
- <ImageView
- android:id="@+id/iv_erweima"
- android:layout_width="24dp"
- android:layout_height="24dp"
- android:layout_alignParentLeft="true"
- android:layout_centerVertical="true"
- android:layout_marginLeft="12dp" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:layout_marginLeft="20dp"
- android:layout_toRightOf="@id/iv_erweima"
- android:text="扫一扫"
- android:textColor="#353535"
- android:textSize="16sp" />
- <View
- android:layout_width="match_parent"
- android:layout_height="0.1dp"
- android:layout_alignParentBottom="true"
- android:layout_marginRight="12dp"
- android:background="#dadada" />
- </RelativeLayout>
- <RelativeLayout
- android:id="@+id/re_yaoyiyao"
- android:layout_width="match_parent"
- android:layout_height="48dp"
- android:clickable="true"
- android:paddingLeft="12dp">
- <ImageView
- android:id="@+id/iv_yaoyiyao"
- android:layout_width="24dp"
- android:layout_height="24dp"
- android:layout_alignParentLeft="true"
- android:layout_centerVertical="true"
- android:layout_marginLeft="12dp" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:layout_marginLeft="20dp"
- android:layout_toRightOf="@id/iv_yaoyiyao"
- android:text="摇一摇"
- android:textColor="#353535"
- android:textSize="16sp" />
- </RelativeLayout>
- <RelativeLayout
- android:id="@+id/re_fujin"
- android:layout_width="match_parent"
- android:layout_height="48dp"
- android:layout_marginTop="20dp"
- android:clickable="true"
- android:paddingLeft="12dp">
- <ImageView
- android:id="@+id/iv_fujin"
- android:layout_width="24dp"
- android:layout_height="24dp"
- android:layout_alignParentLeft="true"
- android:layout_centerVertical="true"
- android:layout_marginLeft="12dp" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:layout_marginLeft="20dp"
- android:layout_toRightOf="@id/iv_fujin"
- android:text="附近的人"
- android:textColor="#353535"
- android:textSize="16sp" />
- <View
- android:layout_width="match_parent"
- android:layout_height="0.1dp"
- android:layout_alignParentBottom="true"
- android:layout_marginRight="12dp"
- android:background="#dadada" />
- </RelativeLayout>
- <RelativeLayout
- android:id="@+id/re_piaoliuping"
- android:layout_width="match_parent"
- android:layout_height="48dp"
- android:clickable="true"
- android:paddingLeft="12dp">
- <ImageView
- android:id="@+id/iv_piaoliuping"
- android:layout_width="24dp"
- android:layout_height="24dp"
- android:layout_alignParentLeft="true"
- android:layout_centerVertical="true"
- android:layout_marginLeft="12dp" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:layout_marginLeft="20dp"
- android:layout_toRightOf="@id/iv_piaoliuping"
- android:text="漂流瓶"
- android:textColor="#353535"
- android:textSize="16sp" />
- </RelativeLayout>
- <RelativeLayout
- android:id="@+id/re_gouwu"
- android:layout_width="match_parent"
- android:layout_height="48dp"
- android:layout_marginTop="20dp"
- android:clickable="true"
- android:paddingLeft="12dp">
- <ImageView
- android:id="@+id/iv_gouwu"
- android:layout_width="24dp"
- android:layout_height="24dp"
- android:layout_alignParentLeft="true"
- android:layout_centerVertical="true"
- android:layout_marginLeft="12dp" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:layout_marginLeft="20dp"
- android:layout_toRightOf="@id/iv_gouwu"
- android:text="购物"
- android:textColor="#353535"
- android:textSize="16sp" />
- <View
- android:layout_width="match_parent"
- android:layout_height="0.1dp"
- android:layout_alignParentBottom="true"
- android:layout_marginRight="12dp"
- android:background="#dadada" />
- </RelativeLayout>
- <RelativeLayout
- android:id="@+id/re_youxi"
- android:layout_width="match_parent"
- android:layout_height="48dp"
- android:clickable="true"
- android:paddingLeft="12dp">
- <ImageView
- android:id="@+id/iv_youxi"
- android:layout_width="24dp"
- android:layout_height="24dp"
- android:layout_alignParentLeft="true"
- android:layout_centerVertical="true"
- android:layout_marginLeft="12dp" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:layout_marginLeft="20dp"
- android:layout_toRightOf="@id/iv_youxi"
- android:text="游戏"
- android:textColor="#353535"
- android:textSize="16sp" />
- </RelativeLayout>
- </LinearLayout>
|