Commit 3fb8c52e authored by 小费同学阿's avatar 小费同学阿 💬

基础搭建

功能开发
1:我的停车
parent f1916dee
......@@ -119,7 +119,7 @@ public class MyParkAddActivity extends BaseActivity<ActivityMyParkAddBinding, My
public void onClick(View v) {
String[] licensePrefixes = {
"京", "津", "沪", "渝", "冀", "豫", "云", "辽", "黑", "湘",
"皖", "鲁", "新", "苏", "浙", "赣", "鄂", "桂", "琼", "陕",
"皖", "鲁", "新", "苏", "浙", "赣", "鄂", "桂", "琼","川", "陕",
"甘", "晋", "蒙", "吉", "闽", "贵", "粤", "青", "藏", "宁"
};
String[] licensePrefixesNumber = {
......
......@@ -25,7 +25,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="选择简称"
android:text="选择车牌号"
android:textSize="16sp"
android:textColor="#333333"
android:id="@+id/tv_dialog_title"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment