文件名称:android自定义veiw——波浪线
文件大小:73KB
文件格式:ZIP
更新时间:2020-08-01 11:58:37
自定义view
详情:http://blog.csdn.net/it_xf/article/details/75014160
【文件预览】:
AndroidManifest.xml
res
----mipmap-hdpi()
--------ic_launcher.png(3KB)
--------ic_launcher_round.png(4KB)
----mipmap-xxxhdpi()
--------ic_launcher.png(10KB)
--------ic_launcher_round.png(14KB)
----mipmap-xhdpi()
--------ic_launcher.png(5KB)
--------ic_launcher_round.png(6KB)
----mipmap-mdpi()
--------ic_launcher.png(2KB)
--------ic_launcher_round.png(2KB)
----drawable()
----layout()
--------activity_main.xml(1KB)
----values()
--------colors.xml(214B)
--------strings.xml(75B)
--------styles.xml(394B)
----mipmap-xxhdpi()
--------ic_launcher.png(8KB)
--------ic_launcher_round.png(10KB)
java
----com()
--------qxf()