码迷,mamicode.com
首页 >  
搜索关键字:relativelayout    ( 982个结果
第三次安卓
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" ...
分类:移动开发   时间:2020-12-04 11:32:09    阅读次数:14
第四周安卓
九宫格 <?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_paren ...
分类:移动开发   时间:2020-10-14 20:00:28    阅读次数:27
计算器
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" ...
分类:其他好文   时间:2020-10-07 21:37:42    阅读次数:92
Android简单计算器
布局 <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android ...
分类:移动开发   时间:2020-09-24 22:12:22    阅读次数:101
自定义圆角的Relativelayout
package com.ymw.sqlite.view;import android.content.Context;import android.graphics.Canvas;import android.graphics.Color;import android.graphics.Paint; ...
分类:其他好文   时间:2020-06-25 15:52:51    阅读次数:153
使用AlermManager设置闹钟
直接上代码 activity_main.xml <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" ...
分类:其他好文   时间:2020-06-16 23:36:50    阅读次数:86
安卓:Intent实现页面跳转传输数据
1、登录界面 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width= ...
分类:移动开发   时间:2020-05-10 17:16:19    阅读次数:67
RealativeLayout
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" ...
分类:其他好文   时间:2020-05-10 17:03:12    阅读次数:54
第四天 fragment+recyclerview
第一个item布局 layout_linear_item <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android ...
分类:其他好文   时间:2020-04-26 01:48:13    阅读次数:92
flex 布局
正文-弹性布局flex 弹性布局的作用有点儿类似 Android 中 LinearLayout 和 RelativeLayout 两者的合成版,即:支持横向布局,纵向布局,start,end,center 布局,宽高按比例瓜分等等,当然它还有很多其他功能,比如自动换行,按指定 order 排列等。总 ...
分类:其他好文   时间:2020-04-12 14:30:00    阅读次数:60
982条   上一页 1 2 3 4 ... 99 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!