随笔分类 - Android
摘要:1.android:fitsSystemWindows="true" 设置应用布局时是否考虑系统窗口布局;如果为true,将调整系统窗口布局以适应你自定义的布局。比如系统有状态栏,应用也有状态栏时。
阅读全文
摘要:用法归纳: 按比例划分水平方向:将涉及到的View的android:width属性设置为0dp,然后设置为android weight属性设置比例即可; 类推,竖直方向,只需设android:height为0dp,然后设weight属性即可! 如果我们不适用上述那种设置为0dp的方式,直接用wrap
阅读全文
摘要:(1).Android Studio中,R.java存放在\app\build\generated\source\r\debug\com.example.administrator.helloworld.R (2). 1. 在XML 文件中引用资源的语法如下: 1) @[package:]type/
阅读全文

浙公网安备 33010602011771号