页面优化修改
This commit is contained in:
parent
e55b71ef4b
commit
f97d981ae8
Binary file not shown.
|
After Width: | Height: | Size: 4.0 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.6 KiB |
|
|
@ -37,17 +37,25 @@
|
|||
android:layout_gravity="center"
|
||||
android:textFontWeight="800"
|
||||
android:textSize="30sp"/>
|
||||
<TextView
|
||||
<LinearLayout
|
||||
android:id="@+id/operation_more"
|
||||
android:layout_width="120dp"
|
||||
android:layout_width="130dp"
|
||||
android:layout_height="match_parent"
|
||||
android:textColor="@color/white"
|
||||
android:text="@string/more"
|
||||
android:gravity="end|center"
|
||||
android:paddingEnd="15dp"
|
||||
android:layout_gravity="end"
|
||||
android:textFontWeight="800"
|
||||
android:textSize="28sp"/>
|
||||
android:layout_gravity="end">
|
||||
<ImageView
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_gravity="center"
|
||||
android:src="@drawable/ic_more"/>
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:textColor="@color/white"
|
||||
android:text="@string/more"
|
||||
android:gravity="center"
|
||||
android:textFontWeight="800"
|
||||
android:textSize="30sp"/>
|
||||
</LinearLayout>
|
||||
</FrameLayout>
|
||||
</RelativeLayout>
|
||||
</LinearLayout>
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/btn_login_border_bg"
|
||||
android:padding="20dp"
|
||||
android:padding="10dp"
|
||||
android:visibility="gone"
|
||||
android:layout_marginTop="20dp"
|
||||
android:gravity="center_vertical">
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@
|
|||
|
||||
|
||||
<string name="canteen_device_name">智慧双屏收银机</string>
|
||||
<string name="more">更 多</string>
|
||||
<string name="more">更多</string>
|
||||
<string name="keyboard">键盘</string>
|
||||
<string name="not_logged_in">未登录</string>
|
||||
<string name="back">返回</string>
|
||||
|
|
|
|||
Loading…
Reference in New Issue