drawable-hdpi-finger与drawable-ldpi目录下面两张图片名称一样,但是图片不是同一张,分别是:
、
layout、layout-finger、layout-land-finger下面的main.xml文件内容分别是:
layout/main.xml
[html] view plain copy
- <?xml version\="1.0" encoding\="utf-8"?>
-
<LinearLayout xmlns:android=“http://schemas.android.com/apk/res/android”
-
android:orientation=“vertical”
-
android:layout_width=“fill_parent”
-
android:layout_height=“fill_parent”
-
>
-
<ImageView
-
android:layout_width=“wrap_content”
-
android:layout_height=“wrap_content”
-
android:src=“@drawable/icon”
-
/>
-
<Button
-
android:layout_width=“wrap_content”
-
android:layout_height=“wrap_content”
-
android:background=“@drawable/icon”
-
/>
-
<TextView
-
android:layout_width=“fill_parent”
-
android:layout_height=“fill_parent”
-
android:text=“layout only”/>
-
</LinearLayout>
layout-finger/main.xml
[html] view plain copy
- <?xml version\="1.0" encoding\="utf-8"?>
-
<LinearLayout xmlns:android=“http://schemas.android.com/apk/res/android”
-
android:orientation=“vertical”
-
android:layout_width=“fill_parent”
-
android:layout_height=“fill_parent”
-
>
-
<ImageView
-
android:layout_width=“wrap_content”
-
android:layout_height=“wrap_content”
-
android:src=“@drawable/icon”
-
/>
-
<Button
-
android:layout_width=“wrap_content”
-
android:layout_height=“wrap_content”
-
android:background=“@drawable/icon”
-
/>
-
<TextView
-
android:layout_width=“fill_parent”
-
android:layout_height=“fill_parent”
-
android:text=“layout-finger”/>
-
</LinearLayout>
layout-land-finger/main.xml
[html] view plain copy
- <?xml version\="1.0" encoding\="utf-8"?>
-
<LinearLayout xmlns:android=“http://schemas.android.com/apk/res/android”
-
android:orientation=“vertical”
-
android:layout_width=“fill_parent”
-
android:layout_height=“fill_parent”
-
>
-
<ImageView
-
android:layout_width=“wrap_content”
-
android:layout_height=“wrap_content”
-
android:src=“@drawable/icon”
-
/>
-
<Button
-
android:layout_width=“wrap_content”
-
android:layout_height=“wrap_content”
-
android:background=“@drawable/icon”
-
/>
-
<TextView
-
android:layout_width=“fill_parent”
-
android:layout_height=“fill_parent”
-
android:text=“layout-land-finger”/>
-
</LinearLayout>
学习分享
在当下这个信息共享的时代,很多资源都可以在网络上找到,只取决于你愿不愿意找或是找的方法对不对了
很多朋友不是没有资料,大多都是有几十上百个G,但是杂乱无章,不知道怎么看从哪看起,甚至是看后就忘
如果大家觉得自己在网上找的资料非常杂乱、不成体系的话,我也分享一套给大家,比较系统,我平常自己也会经常研读。
2021最新上万页的大厂面试真题
七大模块学习资料:如NDK模块开发、Android框架体系架构…
只有系统,有方向的学习,才能在段时间内迅速提高自己的技术。
这份体系学习笔记,适应人群:
第一,学习知识比较碎片化,没有合理的学习路线与进阶方向。
第二,开发几年,不知道如何进阶更进一步,比较迷茫。
第三,到了合适的年纪,后续不知道该如何发展,转型管理,还是加强技术研究。如果你有需要,我这里恰好有为什么,不来领取!说不定能改变你现在的状态呢!
由于文章内容比较多,篇幅不允许,部分未展示内容以截图方式展示
《Android学习笔记总结+移动架构视频+大厂面试真题+项目实战源码》,点击传送门,即可获取!
纪,后续不知道该如何发展,转型管理,还是加强技术研究。如果你有需要,我这里恰好有为什么,不来领取!说不定能改变你现在的状态呢!
由于文章内容比较多,篇幅不允许,部分未展示内容以截图方式展示
《Android学习笔记总结+移动架构视频+大厂面试真题+项目实战源码》,点击传送门,即可获取!