shangwen666/代码/在这里3.0/res/layout/activity_mine_info.xml

218 lines
7.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#FFFFFFFF" >
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical" >
<include layout="@layout/header_mine_info" />
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="5dp" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:drawableLeft="@drawable/ic_star_yes"
android:drawablePadding="5dp"
android:gravity="center"
android:text="昵称"
android:textSize="14sp" />
<TextView
android:id="@+id/tv_mineinfo_username"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:text=""
android:textSize="16sp" />
</RelativeLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="5dp"
android:layout_marginRight="5dp"
android:orientation="vertical" >
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="2dp"
android:layout_marginTop="15dp"
android:text="资料"
android:textColor="#FF8833" />
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="#FFFF8833" />
</LinearLayout>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="5dp" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:drawableLeft="@drawable/ic_star_yes"
android:drawablePadding="5dp"
android:gravity="center"
android:text="学校"
android:textSize="14sp" />
<TextView
android:id="@+id/tv_mineinfo_school"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:text=""
android:textSize="16sp" />
</RelativeLayout>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="5dp" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:drawableLeft="@drawable/ic_star_yes"
android:drawablePadding="5dp"
android:gravity="center"
android:text="学院"
android:textSize="14sp" />
<TextView
android:id="@+id/tv_mineinfo_cademy"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:text=""
android:textSize="16sp" />
</RelativeLayout>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="5dp" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:drawableLeft="@drawable/ic_star_yes"
android:drawablePadding="5dp"
android:gravity="center"
android:text="宿舍楼"
android:textSize="14sp" />
<TextView
android:id="@+id/tv_mineinfo_dorpart"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:text=""
android:textSize="16sp" />
</RelativeLayout>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="5dp" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:drawableLeft="@drawable/ic_star_yes"
android:drawablePadding="5dp"
android:gravity="center"
android:text="寝室号"
android:textSize="14sp" />
<TextView
android:id="@+id/tv_mineinfo_dornum"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:text=""
android:textSize="16sp" />
</RelativeLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="5dp"
android:layout_marginRight="5dp"
android:orientation="vertical" >
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="2dp"
android:layout_marginTop="15dp"
android:text="联系方式"
android:textColor="#FF8833" />
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="#FFFF8833" />
</LinearLayout>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="5dp" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:drawableLeft="@drawable/ic_star_yes"
android:drawablePadding="5dp"
android:gravity="center"
android:text="手机"
android:textSize="14sp" />
<TextView
android:id="@+id/tv_mineinfo_phone"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:text=""
android:textSize="16sp" />
</RelativeLayout>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="5dp" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:drawableLeft="@drawable/ic_star_yes"
android:drawablePadding="5dp"
android:gravity="center"
android:text="QQ"
android:textSize="14sp" />
<TextView
android:id="@+id/tv_mineinfo_qq"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:text=""
android:textSize="16sp" />
</RelativeLayout>
</LinearLayout>
</ScrollView>