码迷,mamicode.com
首页 >  
搜索关键字:linearlayout    ( 1715个结果
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
Android数据跳转
<?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
android 二级列表 二级目录
新建主界面 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
1715条   上一页 1 2 3 4 ... 172 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!