You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

76 lines
3.6 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <color name="black">#000000</color>
  4. <color name="blue">#41C4D8</color>
  5. <color name="gray">#808080</color>
  6. <color name="green">#82C153</color>
  7. <color name="skyblue">#87CEEB</color>
  8. <color name="white">#FFFFFF</color>
  9. <dimen name="activity_horizontal_margin">16dp</dimen>
  10. <dimen name="activity_vertical_margin">16dp</dimen>
  11. <string name="app_name">UmsipsBusiness</string>
  12. <string name="batch_no">批次号</string>
  13. <string name="card_amount">合计</string>
  14. <string name="card_issuer">发卡银行</string>
  15. <string name="card_no">卡号</string>
  16. <string name="cashier">收银员</string>
  17. <string name="check_balance_hint">查询余额提示</string>
  18. <string name="customer_name">姓名</string>
  19. <string name="device_no">设备号</string>
  20. <string name="drawback">退款</string>
  21. <string name="drawback_slip">银行卡退款清单</string>
  22. <string name="former_slip">仅银行签单</string>
  23. <string name="goods_name">药品名</string>
  24. <string name="goods_num">数量</string>
  25. <string name="goods_sum">金额</string>
  26. <string name="goods_unit_cost">单价</string>
  27. <string name="hint_title">提示</string>
  28. <string name="init">交易正在进行,请看密码键盘提示</string>
  29. <string name="login">签到提示</string>
  30. <string name="merchant_al">商户联</string>
  31. <string name="merchant_no">商户号</string>
  32. <string name="ok">交易完成</string>
  33. <string name="pay">支付</string>
  34. <string name="print_line">--------------------------------</string>
  35. <string name="re_print">重新打印小票</string>
  36. <string name="re_print_former_one">重打前次小票</string>
  37. <string name="re_print_hint">正在重打小票</string>
  38. <string name="re_try">重新交易</string>
  39. <string name="reference_no">参考号</string>
  40. <string name="sales_slip">银行卡消费清单</string>
  41. <string name="signature">付款人签字:</string>
  42. <string name="swiping_card">请刷卡</string>
  43. <string name="timeout_hint">交易超时</string>
  44. <string name="transaction_no">处方号</string>
  45. <string name="transaction_time">时间</string>
  46. <string name="user_al">用户联</string>
  47. <string name="voucher_no">凭证号</string>
  48. <style name="AppBaseTheme" parent="android:Theme.Light">
  49. <!--
  50. Theme customizations available in newer API levels can go in
  51. res/values-vXX/styles.xml, while customizations related to
  52. backward-compatibility can go here.
  53. -->
  54. </style>
  55. <style name="AppTheme" parent="AppBaseTheme">
  56. <!-- All customizations that are NOT specific to a particular API-level can go here. -->
  57. </style>
  58. <style name="dialogActivity" parent="@android:style/Theme.Dialog">
  59. <item name="android:windowAnimationStyle">@android:style/Animation</item>
  60. <item name="android:windowContentOverlay">@null</item>
  61. <!-- 去黑边 -->
  62. <item name="android:windowFrame">@null</item>
  63. <!-- 设置是否可滑动 -->
  64. <!-- 设置是否透明 -->
  65. <item name="android:windowIsTranslucent">false</item>
  66. <!-- 无标题 -->
  67. <item name="android:windowNoTitle">true</item>
  68. <!-- 背景 -->
  69. <item name="android:background">@android:color/white</item>
  70. <!-- 窗口背景 -->
  71. <!-- 是否变暗 -->
  72. <item name="android:backgroundDimEnabled">false</item>
  73. <!-- 点击空白部分activity不消失 -->
  74. <item name="android:windowCloseOnTouchOutside">false</item>
  75. </style>
  76. </resources>