摘要: 布局: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" 阅读全文
posted @ 2022-07-16 18:12 小白龙白龙马 阅读(60) 评论(0) 推荐(0)
摘要: 首页布局; <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent 阅读全文
posted @ 2022-07-16 17:02 小白龙白龙马 阅读(91) 评论(0) 推荐(0)
摘要: 第一个页面布局: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_par 阅读全文
posted @ 2022-07-16 15:01 小白龙白龙马 阅读(46) 评论(0) 推荐(0)
摘要: 第一个布局: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_paren 阅读全文
posted @ 2022-07-16 13:36 小白龙白龙马 阅读(89) 评论(0) 推荐(0)
摘要: // 初始化下拉模式的列表框 private void initSpinnerForDropdown() { // 声明一个下拉列表的数组适配器 ArrayAdapter<String> starAdapter = new ArrayAdapter<String>(this,R.layout.ite 阅读全文
posted @ 2022-07-16 13:07 小白龙白龙马 阅读(206) 评论(0) 推荐(0)