左晓为主开发手持机充值管理机
zuoxiao
2023-12-14 d09bdcac6830afaad6e277fb558c16d2aa6187a7
app/src/main/res/layout/pickerview_choose.xml
@@ -7,7 +7,7 @@
    <RelativeLayout
        android:layout_width="match_parent"
        android:background="@color/white"
        android:background="#ffffff"
        android:layout_height="45dp">
        <TextView
@@ -17,8 +17,8 @@
            android:layout_marginLeft="20dp"
            android:gravity="center"
            android:text="取  消"
            android:textColor="@color/choose_grey"
            android:textSize="@dimen/choose_pop_text" />
            android:textColor="@color/title_bg"
            android:textSize="19sp" />
        <TextView
            android:id="@+id/bt_add"
@@ -28,8 +28,8 @@
            android:layout_marginRight="20dp"
            android:gravity="center"
            android:text="确  定"
            android:textColor="@color/title_color"
            android:textSize="@dimen/choose_pop_text" />
            android:textColor="@color/title_bg"
            android:textSize="19sp" />
    </RelativeLayout>