ff-31d58cfd11f730bd6f0caf7c5dd0adafb9af1183L12">12
<LinearLayout
android:id="@+id/popup_anima"
- android:layout_width="270dp"
- android:layout_height="270dp"
+ android:layout_width="300dp"
+ android:layout_height="360dp"
android:layout_centerInParent="true"
android:gravity="center"
android:background="@color/pop_bg_color"
@@ -34,6 +34,29 @@
android:textColor="@color/grey"
android:textSize="12sp" />
+ <Button
+ android:id="@+id/btn_print_qr"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:paddingLeft="8dp"
+ android:paddingRight="8dp"
+ android:paddingBottom="5dp"
+ android:paddingTop="5dp"
+ android:textSize="14sp"
+ android:textColor="@color/dark_grey"
+ android:layout_marginTop="10dp"
+ android:text="@string/print_qr"/>
+
+ <TextView
+ android:id="@+id/tv_printer_set"
+ android:layout_marginTop="16dp"
+ android:padding="5dp"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/check_printer"
+ android:textColor="@color/light_blue"
+ android:textSize="12sp" />
+
</LinearLayout>
</RelativeLayout>
@@ -58,4 +58,32 @@ |
||
| 58 | 58 |
<string name="no_system_msg">暂无新系统消息</string> |
| 59 | 59 |
|
| 60 | 60 |
<string name="no_order_msg">暂无新购买消息</string> |
| 61 |
+ |
|
| 62 |
+ <string name="print_qr">打印二维码</string> |
|
| 63 |
+ |
|
| 64 |
+ <string name="check_bluetooth">请检查手机蓝牙是否开启</string> |
|
| 65 |
+ |
|
| 66 |
+ <string name="check_printer">打印遇到问题了?去设置</string> |
|
| 67 |
+ |
|
| 68 |
+ <string name="printer_settings">打印机设置</string> |
|
| 69 |
+ |
|
| 70 |
+ <string name="printer_status">打印机状态</string> |
|
| 71 |
+ |
|
| 72 |
+ <string name="query_processing">正在查询</string> |
|
| 73 |
+ |
|
| 74 |
+ <string name="print_test">打印测试页</string> |
|
| 75 |
+ |
|
| 76 |
+ <string name="bluetooth_status">蓝牙状态</string> |
|
| 77 |
+ |
|
| 78 |
+ <string name="bt_is_enabled">蓝牙已打开</string> |
|
| 79 |
+ |
|
| 80 |
+ <string name="bt_is_disabled">蓝牙已关闭</string> |
|
| 81 |
+ |
|
| 82 |
+ <string name="connected_device">已连接设备</string> |
|
| 83 |
+ |
|
| 84 |
+ <string name="discover_device">搜索设备</string> |
|
| 85 |
+ |
|
| 86 |
+ <string name="paired_devices">已配对设备</string> |
|
| 87 |
+ |
|
| 88 |
+ <string name="new_usable_devices">新可用设备</string> |
|
| 61 | 89 |
</resources> |