You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

111 lines
3.5 KiB

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<ImageView
android:layout_width="100dp"
android:layout_height="100dp"
android:src="@drawable/me">
</ImageView>
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:textSize="50sp"
android:textStyle="bold"
android:paddingTop="20dp"
android:text="用户空间">
</TextView>
</LinearLayout>
<LinearLayout
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/money">
</ImageView>
<Button
android:layout_width="150dp"
android:layout_height="match_parent"
android:textStyle="bold"
android:textSize="30sp"
android:text="余额">
</Button>
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/quan">
</ImageView>
<Button
android:layout_width="150dp"
android:layout_height="match_parent"
android:textStyle="bold"
android:textSize="30sp"
android:text="优惠券"></Button>
</LinearLayout>
<LinearLayout
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<ImageView
android:layout_width="150dp"
android:layout_height="50dp"
android:src="@drawable/vip">
</ImageView>
<Button
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="跑腿达人立即认证"
android:textSize="25sp"
android:textStyle="italic"></Button>
</LinearLayout>
<LinearLayout
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<Button
android:layout_width="match_parent"
android:layout_height="match_parent"
android:textSize="25sp"
android:text="订阅消息"></Button>
<Button
android:layout_width="match_parent"
android:layout_height="match_parent"
android:textSize="25sp"
android:text="我的地址"></Button>
<Button
android:layout_width="match_parent"
android:layout_height="match_parent"
android:textSize="25sp"
android:text="我的体现"></Button>
<Button
android:layout_width="match_parent"
android:layout_height="match_parent"
android:textSize="25sp"
android:text="在线客服"></Button>
<Button
android:layout_width="match_parent"
android:layout_height="match_parent"
android:textSize="25sp"
android:text="帮助中心"></Button>
</LinearLayout>
</LinearLayout>