背景
Android SDK自带有 很多 布局,drawable, String ,style 等资源。在开发中有意识的使用可以加快开发速度,而且可以减少资源占用。
复用 drawable资源
recycleVIew 默认的分割线资源有这些:可以通过Android.R.drawable获取。。
divider_horizontal_bright.9.png
divider_horizontal_bright_opaque.9.png
divider_horizontal_dark.9.png
divider_horizontal_dark_opaque.9.png
Android RecyclerView 实现item点击水波纹动画效果
https://blog.csdn.net/u011046452/article/details/105821165?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.nonecase&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.nonecase
发现通过 Android.R.drawable 只能找到 divider_horizontal_dark 找不到 divider_horizontal_dark_opaque
自带的布局资源
android.R.layout. xxx
常用的有 layout_simple_1。 单个titleView布局。