| | |
| | | android:id="@+id/top_bar_view" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dp_52" |
| | | android:background="@color/text_245EC3" |
| | | android:background="@color/text_FF161616" |
| | | android:orientation="horizontal"> |
| | | |
| | | <!--1.返回按钮 增大点击区域--> |
| | |
| | | android:visibility="gone"> |
| | | |
| | | <ImageView |
| | | 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:fontFamily="sans-serif-medium" |
| | | android:gravity="center" |
| | | android:maxLines="1" |
| | | android:textColor="@color/text_FFFFFFFF" |
| | | android:textColor="@color/text_FFACACAC" |
| | | android:textSize="@dimen/text_18" /> |
| | | |
| | | <!--3.更多按钮 默认隐藏--> |