网站安全维护怎么做,网站开发php js,网站建设需求说明文档,在线html制作网页文章目录 常见属性说明项目结构主要代码 常见属性
android:foreground#xff1a;设置前景android:foregroundGravity#xff1a;设置前景位置
说明
FrameLayout的其他属性与前面学的差不多#xff0c;只不过需要特别注意上面两个即可
项目结构 主要代码
activity_main… 文章目录 常见属性说明项目结构主要代码 常见属性
android:foreground设置前景android:foregroundGravity设置前景位置
说明
FrameLayout的其他属性与前面学的差不多只不过需要特别注意上面两个即可
项目结构 主要代码
activity_main.xml
?xml version1.0 encodingutf-8?
FrameLayout xmlns:androidhttp://schemas.android.com/apk/res/androidandroid:layout_widthmatch_parentandroid:layout_heightmatch_parentFrameLayoutandroid:background#ff0000android:layout_width400dpandroid:layout_height400dp /FrameLayoutandroid:foregrounddrawable/testandroid:foregroundGravitybottom|centerandroid:background#00ff00android:layout_width300dpandroid:layout_height300dp /FrameLayoutandroid:background#0000ffandroid:layout_width200dpandroid:layout_height200dp //FrameLayouttest.jpg