码迷,mamicode.com
首页 >  
搜索关键字:linearlayout 线性布局    ( 1912个结果
增删改查
<?xml version="1.0" encoding="UTF-8"?> <LinearLayout android:padding="16dp" android:orientation="vertical" android:background="@drawable/bg" android:l ...
分类:其他好文   时间:2020-12-25 12:11:47    阅读次数:0
第八周
1 <?xml version="1.0" encoding="UTF-8"?> 2 3 <LinearLayout android:padding="16dp" android:orientation="vertical" android:background="@drawable/bg" and ...
分类:其他好文   时间:2020-12-25 11:58:52    阅读次数:0
Android11
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/ ...
分类:移动开发   时间:2020-12-25 11:54:21    阅读次数:0
安卓第五次
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" an ...
分类:移动开发   时间:2020-12-21 11:33:16    阅读次数:0
第四次安卓
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" an ...
分类:移动开发   时间:2020-12-04 11:30:31    阅读次数:12
增删改查
1 <?xml version="1.0" encoding="utf-8"?> 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 android:layout_width="match_pare ...
分类:其他好文   时间:2020-12-02 12:21:59    阅读次数:4
用户添加
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/ ...
分类:其他好文   时间:2020-11-30 15:26:42    阅读次数:3
购物商城
activity界面代码: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schema ...
分类:其他好文   时间:2020-11-26 14:32:03    阅读次数:3
安卓购物菜单
<?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-23 12:00:24    阅读次数:16
android-7
增删改查 <?xml version="1.0" encoding="utf-8"?> <LinearLayout android:padding="16dp" android:orientation="vertical" android:background="@drawable/bg" andr ...
分类:移动开发   时间:2020-11-06 02:34:22    阅读次数:27
1912条   上一页 1 2 3 4 ... 192 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!