左晓为主开发手持机充值管理机
zuoxiao
2024-03-27 fe79cc8b05637b7dd3fc8f4c37a54e5f85da1efc
优化卡标识设置界面提示
1个文件已修改
8 ■■■■ 已修改文件
app/src/main/res/layout/activity_identyfying.xml 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_identyfying.xml
@@ -48,21 +48,25 @@
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_below="@id/chooseCardType"
        android:layout_margin="20dp"
        android:layout_marginStart="20dp"
        android:layout_marginTop="20dp"
        android:layout_marginEnd="20dp"
        android:layout_marginBottom="20dp"
        android:orientation="horizontal">
        <TextView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:textColor="#000000"
            android:text="当前卡标识:"
            android:textColor="#000000"
            android:textSize="@dimen/text_size" />
        <TextView
            android:id="@+id/electric_oldNumber"
            android:layout_width="wrap_content"
            android:layout_height="match_parent"
            android:text="请先选择卡类型"
            android:textSize="@dimen/text_size" />
    </LinearLayout>