<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" an ...
分类:
移动开发 时间:
2020-11-02 10:06:11
阅读次数:
34
新建主界面 xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas. ...
分类:
移动开发 时间:
2020-10-31 01:15:44
阅读次数:
27
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" an ...
分类:
其他好文 时间:
2020-10-08 19:36:23
阅读次数:
24
购物商城 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_paren ...
分类:
移动开发 时间:
2020-10-08 19:28:46
阅读次数:
36
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" an ...
分类:
其他好文 时间:
2020-10-07 20:25:43
阅读次数:
60
Android布局 LinearLayout (线性布局) android:orientation 属性指定了排列方向是 vertical,如果指定的是horizontal,控件就会在水平方向上排列了。 android:gravity 是用 于指定文字在控件中的对齐方式 android:layout ...
分类:
移动开发 时间:
2020-10-06 21:15:46
阅读次数:
49
ListView的简单使用 编辑布局文件 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http:/ ...
分类:
移动开发 时间:
2020-07-06 00:48:02
阅读次数:
77
想要实现侧边栏,需要配合使用DrawerLayout。因为会用到嵌套布局,所以根布局不能是 ConstraintLayout,DrawerLayout 布局下再嵌套两个布局,一个放置内容如 LinearLayout,一个放置侧划菜单,这里使用 NavigationView 为了出现侧边栏点击图标和菜... ...
分类:
移动开发 时间:
2020-07-01 09:23:41
阅读次数:
78
1.在activity_main.xml文件中添加一个ListView控件,布局方式设置为线性布局 2.创建一个item.xml文件,并设置需要添加的控件 3.创建一个工具类,用于存储和设置变量IetmBean 4.新建一个类继承BaseAdapter,并添加相应的方法 /* 获取数据项的个数 */ ...
分类:
其他好文 时间:
2020-06-25 10:12:02
阅读次数:
76
徐姣美: 代码: 申澳宇:今天修改了分类的界面,在写好的便签中点击分类按钮,课进行分类的相关设置。 代码: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:pixlui="http://sc ...
分类:
其他好文 时间:
2020-06-07 14:43:54
阅读次数:
79