| | |
| | | android:id="@+id/top_bar_view" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dp_44" |
| | | android:background="@color/text_FF000000" |
| | | android:orientation="horizontal"> |
| | | |
| | | <!--1.返回按钮 增大点击区域--> |
| | | <LinearLayout |
| | | android:id="@+id/top_back_btn" |
| | | android:id="@+id/top_back_ll" |
| | | android:layout_width="@dimen/dp_56" |
| | | android:layout_height="match_parent" |
| | | android:gravity="center_vertical" |
| | |
| | | |
| | | <ImageView |
| | | android:id="@+id/top_left_iv" |
| | | android:layout_width="@dimen/dp_24" |
| | | android:layout_height="@dimen/dp_24" |
| | | android:layout_width="@dimen/dp_30" |
| | | android:layout_height="@dimen/dp_30" |
| | | android:layout_gravity="center" |
| | | android:layout_marginStart="@dimen/dp_16" |
| | | android:scaleType="centerInside" /> |
| | | android:layout_marginStart="@dimen/dp_10" |
| | | android:scaleType="centerInside" |
| | | android:src="@drawable/back" /> |
| | | </LinearLayout> |
| | | |
| | | <!--2.标题文本--> |
| | |
| | | android:layout_centerInParent="true" |
| | | android:layout_marginLeft="@dimen/dp_60" |
| | | android:layout_marginRight="@dimen/dp_60" |
| | | android:fontFamily="sans-serif-medium" |
| | | android:gravity="center" |
| | | android:maxLines="1" |
| | | android:text="" |
| | | android:textColor="@color/text_FF000000" |
| | | android:textColor="@color/text_FFACACAC" |
| | | android:textSize="@dimen/text_18" /> |
| | | |
| | | <!--3.更多按钮 默认隐藏--> |
| | |
| | | |
| | | </LinearLayout> |
| | | |
| | | |
| | | </RelativeLayout> |