| | |
| | | android:layout_height="32dp" |
| | | android:scaleType="centerCrop" /> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="25dp" |
| | | android:gravity="center_vertical" |
| | | android:orientation="horizontal"> |
| | | |
| | | <View |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" /> |
| | | |
| | | <ImageView |
| | | android:id="@+id/iv_setting" |
| | | android:layout_width="28dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginEnd="8dp" |
| | | android:contentDescription="设置" |
| | | android:src="@mipmap/setting" /> |
| | | </LinearLayout> |
| | | |
| | | |
| | | <!-- 用户信息区域 - 减小padding --> |
| | | <RelativeLayout |
| | | android:id="@+id/layout_user_info" |