|
|
@ -5,31 +5,35 @@
|
|
|
|
android:orientation="vertical">
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
<Button
|
|
|
|
android:id="@+id/button_main_1"
|
|
|
|
android:id="@+id/button1"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="70dp"
|
|
|
|
android:layout_height="70dp"
|
|
|
|
android:text="一键出示健康码"
|
|
|
|
android:text="一键出示健康码"
|
|
|
|
android:textSize="30sp"
|
|
|
|
android:textSize="30sp"
|
|
|
|
android:gravity="left"></Button>
|
|
|
|
android:gravity="left"></Button>
|
|
|
|
<Button
|
|
|
|
<Button
|
|
|
|
|
|
|
|
android:id="@+id/button2"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="70dp"
|
|
|
|
android:layout_height="70dp"
|
|
|
|
android:text="一键出示行程码"
|
|
|
|
android:text="一键出示行程码"
|
|
|
|
android:textSize="30sp"
|
|
|
|
android:textSize="30sp"
|
|
|
|
android:gravity="left"></Button>
|
|
|
|
android:gravity="left"></Button>
|
|
|
|
<Button
|
|
|
|
<Button
|
|
|
|
|
|
|
|
android:id="@+id/button3"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="70dp"
|
|
|
|
android:layout_height="70dp"
|
|
|
|
android:text="一键出示核酸检测报告"
|
|
|
|
android:text="一键出示核酸检测报告"
|
|
|
|
android:textSize="30sp"
|
|
|
|
android:textSize="30sp"
|
|
|
|
android:gravity="left"></Button>
|
|
|
|
android:gravity="left"></Button>
|
|
|
|
<Button
|
|
|
|
<Button
|
|
|
|
|
|
|
|
android:id="@+id/button4"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="70dp"
|
|
|
|
android:layout_height="70dp"
|
|
|
|
android:text="一键进入扫码付款界面"
|
|
|
|
android:text="一键进入扫码付款界面"
|
|
|
|
android:textSize="30sp"
|
|
|
|
android:textSize="30sp"
|
|
|
|
android:gravity="left"></Button>
|
|
|
|
android:gravity="left"></Button>
|
|
|
|
<Button
|
|
|
|
<Button
|
|
|
|
|
|
|
|
android:id="@+id/button5"
|
|
|
|
android:layout_width="265dp"
|
|
|
|
android:layout_width="265dp"
|
|
|
|
android:layout_height="70dp"
|
|
|
|
android:layout_height="70dp"
|
|
|
|
android:text="一键出示付款码"
|
|
|
|
android:text="一键出示付款码"
|
|
|
@ -37,6 +41,7 @@
|
|
|
|
android:gravity="left"></Button>
|
|
|
|
android:gravity="left"></Button>
|
|
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
<Button
|
|
|
|
|
|
|
|
android:id="@+id/button6"
|
|
|
|
android:layout_width="265dp"
|
|
|
|
android:layout_width="265dp"
|
|
|
|
android:layout_height="70dp"
|
|
|
|
android:layout_height="70dp"
|
|
|
|
android:text="一键出示收款码"
|
|
|
|
android:text="一键出示收款码"
|
|
|
@ -44,12 +49,14 @@
|
|
|
|
android:gravity="left"></Button>
|
|
|
|
android:gravity="left"></Button>
|
|
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
<Button
|
|
|
|
|
|
|
|
android:id="@+id/button7"
|
|
|
|
android:layout_width="352dp"
|
|
|
|
android:layout_width="352dp"
|
|
|
|
android:layout_height="70dp"
|
|
|
|
android:layout_height="70dp"
|
|
|
|
android:gravity="left"
|
|
|
|
android:gravity="left"
|
|
|
|
android:text="一键呼叫常用联系人"
|
|
|
|
android:text="一键呼叫常用联系人"
|
|
|
|
android:textSize="30sp"></Button>
|
|
|
|
android:textSize="30sp"></Button>
|
|
|
|
<Button
|
|
|
|
<Button
|
|
|
|
|
|
|
|
android:id="@+id/button8"
|
|
|
|
android:layout_width="265dp"
|
|
|
|
android:layout_width="265dp"
|
|
|
|
android:layout_height="70dp"
|
|
|
|
android:layout_height="70dp"
|
|
|
|
android:text="设置常用联系人"
|
|
|
|
android:text="设置常用联系人"
|
|
|
|