|
|
|
@ -9,26 +9,21 @@
|
|
|
|
|
|
|
|
|
|
<!-- TODO: Update blank fragment layout -->
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="0dp"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="100dp"
|
|
|
|
|
android:layout_height="80dp"
|
|
|
|
|
android:layout_margin="10dp"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="80dp"
|
|
|
|
|
android:layout_height="80dp"
|
|
|
|
|
android:layout_width="60dp"
|
|
|
|
|
android:layout_height="60dp"
|
|
|
|
|
android:layout_margin="10dp"
|
|
|
|
|
android:layout_marginLeft="20dp"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
@ -43,17 +38,17 @@
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/nickname"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="40dp"
|
|
|
|
|
android:layout_height="30dp"
|
|
|
|
|
android:layout_margin="10dp"
|
|
|
|
|
android:text="187****3609"
|
|
|
|
|
android:textSize="20dp" />
|
|
|
|
|
android:textSize="18dp" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/signature"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="管住嘴,多饮水,常保暖"
|
|
|
|
|
android:textSize="18dp" />
|
|
|
|
|
android:textSize="16dp" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
@ -110,21 +105,21 @@
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="90dp"
|
|
|
|
|
android:layout_height="70dp"
|
|
|
|
|
android:layout_margin="15dp"
|
|
|
|
|
android:background="@drawable/shape_round_corner"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="70dp"
|
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
|
android:layout_height="60dp"
|
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="40dp"
|
|
|
|
|
android:layout_height="30dp"
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
android:layout_margin="5dp"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
@ -133,24 +128,24 @@
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/textView17"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="20dp"
|
|
|
|
|
android:layout_height="10dp"
|
|
|
|
|
android:layout_marginLeft="10dp"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:text="我的收藏"
|
|
|
|
|
android:textSize="16dp" />
|
|
|
|
|
android:textSize="12dp" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="70dp"
|
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
|
android:layout_height="60dp"
|
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="40dp"
|
|
|
|
|
android:layout_height="30dp"
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
android:layout_margin="5dp"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
@ -159,25 +154,25 @@
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/textView18"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="20dp"
|
|
|
|
|
android:layout_height="10dp"
|
|
|
|
|
android:layout_marginLeft="10dp"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:text="浏览历史"
|
|
|
|
|
android:textSize="16dp" />
|
|
|
|
|
android:textSize="12dp" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="70dp"
|
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
|
android:layout_height="60dp"
|
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="40dp"
|
|
|
|
|
android:layout_height="30dp"
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
android:layout_margin="5dp"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
@ -186,25 +181,25 @@
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/textView19"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="20dp"
|
|
|
|
|
android:layout_height="10dp"
|
|
|
|
|
android:layout_marginLeft="10dp"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:text="关注的问题"
|
|
|
|
|
android:textSize="16dp" />
|
|
|
|
|
android:textSize="12dp" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="70dp"
|
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
|
android:layout_height="60dp"
|
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="40dp"
|
|
|
|
|
android:layout_height="30dp"
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
android:layout_margin="5dp"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
@ -213,19 +208,19 @@
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/textView20"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="20dp"
|
|
|
|
|
android:layout_height="10dp"
|
|
|
|
|
android:layout_marginLeft="10dp"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:text="我的提问"
|
|
|
|
|
android:textSize="16dp" />
|
|
|
|
|
android:textSize="12dp" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="120dp"
|
|
|
|
|
android:layout_height="80dp"
|
|
|
|
|
android:layout_marginLeft="15dp"
|
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
|
android:layout_marginRight="15dp"
|
|
|
|
@ -234,24 +229,24 @@
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="100dp"
|
|
|
|
|
android:layout_height="70dp"
|
|
|
|
|
android:layout_marginRight="20dp"
|
|
|
|
|
android:background="@drawable/shape_round_corner"
|
|
|
|
|
android:orientation="horizontal"
|
|
|
|
|
android:weight="1">
|
|
|
|
|
android:layout_weight="1">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/textView21"
|
|
|
|
|
android:layout_width="60dp"
|
|
|
|
|
android:layout_width="20dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_margin="15dp"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:text="服药提醒"
|
|
|
|
|
android:textSize="25dp" />
|
|
|
|
|
android:textSize="16dp" />
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="60dp"
|
|
|
|
|
android:layout_height="80dp"
|
|
|
|
|
android:layout_width="40dp"
|
|
|
|
|
android:layout_height="50dp"
|
|
|
|
|
android:layout_margin="10dp"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:src="@mipmap/img_remind" />
|
|
|
|
@ -259,24 +254,24 @@
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="100dp"
|
|
|
|
|
android:layout_height="70dp"
|
|
|
|
|
android:background="@drawable/shape_round_corner"
|
|
|
|
|
android:orientation="horizontal"
|
|
|
|
|
android:weight="1">
|
|
|
|
|
android:layout_weight="1">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/textView22"
|
|
|
|
|
android:layout_width="90dp"
|
|
|
|
|
android:layout_width="50dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
android:layout_margin="15dp"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:text="大事记"
|
|
|
|
|
android:textSize="25dp" />
|
|
|
|
|
android:textSize="18dp" />
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="60dp"
|
|
|
|
|
android:layout_height="80dp"
|
|
|
|
|
android:layout_width="40dp"
|
|
|
|
|
android:layout_height="50dp"
|
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
|
android:layout_marginRight="20dp"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
@ -286,8 +281,7 @@
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="50dp"
|
|
|
|
|
android:layout_marginTop="-10dp"
|
|
|
|
|
android:layout_height="30dp"
|
|
|
|
|
android:layout_marginBottom="10dp"
|
|
|
|
|
android:background="@drawable/shape_round_corner"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
@ -296,9 +290,9 @@
|
|
|
|
|
android:layout_width="30dp"
|
|
|
|
|
android:layout_height="30dp"
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
android:layout_margin="30dp"
|
|
|
|
|
android:layout_margin="25dp"
|
|
|
|
|
android:src="@mipmap/img_safety"
|
|
|
|
|
android:weight="1" />
|
|
|
|
|
android:layout_weight="1" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/textView23"
|
|
|
|
@ -316,12 +310,12 @@
|
|
|
|
|
android:layout_height="30dp"
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
android:src="@mipmap/img_go_more"
|
|
|
|
|
android:weight="1" />
|
|
|
|
|
android:layout_weight="1" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="50dp"
|
|
|
|
|
android:layout_height="30dp"
|
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
|
android:layout_marginBottom="10dp"
|
|
|
|
|
android:background="@drawable/shape_round_corner"
|
|
|
|
@ -333,7 +327,7 @@
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
android:layout_margin="30dp"
|
|
|
|
|
android:src="@mipmap/img_clear"
|
|
|
|
|
android:weight="1" />
|
|
|
|
|
android:layout_weight="1" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/textView24"
|
|
|
|
@ -361,12 +355,12 @@
|
|
|
|
|
android:layout_height="30dp"
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
android:src="@mipmap/img_go_more"
|
|
|
|
|
android:weight="1" />
|
|
|
|
|
android:layout_weight="1" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="50dp"
|
|
|
|
|
android:layout_height="30dp"
|
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
|
android:layout_marginBottom="10dp"
|
|
|
|
|
android:background="@drawable/shape_round_corner"
|
|
|
|
@ -376,9 +370,9 @@
|
|
|
|
|
android:layout_width="30dp"
|
|
|
|
|
android:layout_height="30dp"
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
android:layout_margin="30dp"
|
|
|
|
|
android:layout_margin="25dp"
|
|
|
|
|
android:src="@mipmap/img_about_us"
|
|
|
|
|
android:weight="1" />
|
|
|
|
|
android:layout_weight="1" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/textView26"
|
|
|
|
@ -386,6 +380,7 @@
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
android:layout_marginLeft="10dp"
|
|
|
|
|
android:layout_marginRight="30dp"
|
|
|
|
|
android:layout_weight="3"
|
|
|
|
|
android:gravity="left"
|
|
|
|
|
android:text="关于我们"
|
|
|
|
@ -396,12 +391,10 @@
|
|
|
|
|
android:layout_height="30dp"
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
android:src="@mipmap/img_go_more"
|
|
|
|
|
android:weight="1" />
|
|
|
|
|
android:layout_weight="1" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<include layout="@layout/bottom" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
</FrameLayout>
|