|
|
@@ -243,13 +243,23 @@ |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="@color/app_color_blue" > |
|
|
|
<Button |
|
|
|
android:id="@+id/btn_sync" |
|
|
|
<FrameLayout |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginLeft="20dp" |
|
|
|
android:background="@mipmap/yxz" |
|
|
|
android:textSize="16sp" |
|
|
|
android:layout_centerHorizontal="true"/> |
|
|
|
android:layout_height="?attr/qmui_topbar_height"> |
|
|
|
<Button |
|
|
|
android:id="@+id/btn_sync" |
|
|
|
android:layout_width="100dp" |
|
|
|
android:layout_height="?attr/qmui_topbar_height" |
|
|
|
android:background="#00000000" |
|
|
|
android:textSize="16sp" |
|
|
|
android:layout_centerHorizontal="true"/> |
|
|
|
<ImageView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="?attr/qmui_topbar_height" |
|
|
|
android:src="@mipmap/yxz" |
|
|
|
android:layout_gravity="center" |
|
|
|
android:scaleType="fitCenter" |
|
|
|
/> |
|
|
|
</FrameLayout> |
|
|
|
</com.qmuiteam.qmui.widget.QMUITopBarLayout> |
|
|
|
</com.qmuiteam.qmui.widget.QMUIWindowInsetLayout> |