|
|
@ -5,37 +5,41 @@ |
|
|
android:layout_height="match_parent" |
|
|
android:layout_height="match_parent" |
|
|
android:background="@color/greyf4f4f4" |
|
|
android:background="@color/greyf4f4f4" |
|
|
android:orientation="vertical"> |
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
|
<android.support.v7.widget.CardView |
|
|
<android.support.v7.widget.CardView |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
app:cardElevation="@dimen/cardview_compat_inset_shadow"> |
|
|
app:cardElevation="@dimen/cardview_compat_inset_shadow"> |
|
|
<LinearLayout |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:background="@color/white" |
|
|
|
|
|
android:gravity="center" |
|
|
|
|
|
android:orientation="vertical" |
|
|
|
|
|
android:padding="12dp"> |
|
|
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
|
|
android:id="@+id/imageView" |
|
|
|
|
|
android:layout_width="80dp" |
|
|
|
|
|
android:layout_height="80dp" |
|
|
|
|
|
android:src="@mipmap/ic_launcher" /> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_marginTop="@dimen/dp_20" |
|
|
|
|
|
|
|
|
android:background="@color/white" |
|
|
android:gravity="center" |
|
|
android:gravity="center" |
|
|
android:text="用户名:1511515115" /> |
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
android:orientation="vertical" |
|
|
|
|
|
android:padding="12dp"> |
|
|
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
|
|
android:id="@+id/imageView" |
|
|
|
|
|
android:layout_width="80dp" |
|
|
|
|
|
android:layout_height="80dp" |
|
|
|
|
|
android:src="@mipmap/ic_launcher" /> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:layout_marginTop="@dimen/dp_20" |
|
|
|
|
|
android:gravity="center" |
|
|
|
|
|
android:text="用户名:1511515115" /> |
|
|
|
|
|
</LinearLayout> |
|
|
</android.support.v7.widget.CardView> |
|
|
</android.support.v7.widget.CardView> |
|
|
|
|
|
|
|
|
<android.support.v7.widget.CardView |
|
|
<android.support.v7.widget.CardView |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_marginTop="20dp" |
|
|
android:layout_marginTop="20dp" |
|
|
app:cardElevation="@dimen/cardview_compat_inset_shadow"> |
|
|
app:cardElevation="@dimen/cardview_compat_inset_shadow"> |
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
<LinearLayout |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
@ -47,6 +51,7 @@ |
|
|
android:layout_height="47dp" |
|
|
android:layout_height="47dp" |
|
|
android:drawableLeft="@drawable/message_icon" |
|
|
android:drawableLeft="@drawable/message_icon" |
|
|
android:drawablePadding="10dp" |
|
|
android:drawablePadding="10dp" |
|
|
|
|
|
android:drawableRight="@drawable/zhankai_3x" |
|
|
android:gravity="center_vertical" |
|
|
android:gravity="center_vertical" |
|
|
android:paddingLeft="12dp" |
|
|
android:paddingLeft="12dp" |
|
|
android:paddingRight="12dp" |
|
|
android:paddingRight="12dp" |
|
|
@ -62,6 +67,7 @@ |
|
|
android:layout_height="47dp" |
|
|
android:layout_height="47dp" |
|
|
android:drawableLeft="@drawable/setting_icon" |
|
|
android:drawableLeft="@drawable/setting_icon" |
|
|
android:drawablePadding="10dp" |
|
|
android:drawablePadding="10dp" |
|
|
|
|
|
android:drawableRight="@drawable/zhankai_3x" |
|
|
android:gravity="center_vertical" |
|
|
android:gravity="center_vertical" |
|
|
android:paddingLeft="12dp" |
|
|
android:paddingLeft="12dp" |
|
|
android:paddingRight="12dp" |
|
|
android:paddingRight="12dp" |
|
|
|