| | |
| | | |
| | | <!--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" |
| | | android:orientation="horizontal"> |
| | | |
| | | <ImageView |
| | | android:id="@+id/top_left_iv" |
| | | android:layout_width="@dimen/dp_24" |
| | | android:layout_height="@dimen/dp_24" |
| | | android:layout_gravity="center" |
| | | android:layout_marginLeft="@dimen/dp_16" |
| | | android:layout_marginStart="@dimen/dp_16" |
| | | android:scaleType="centerInside" /> |
| | | </LinearLayout> |
| | | |