Android-自定义图像资源的使用(1),看完豁然开朗

Nine-patch 图像资源的使用(重要)


.9图片老生常谈了,做Android开发的没用过这个工具那就太说不过去的,我们在应用开发当中,时刻需要对图片进行处理,为了让图片被拉伸的时候不会变形和扭曲,让图片边缘部分过渡得更加平滑自然。这就是draw9patch.bat这个工具的作用。

D:\software\adt-bundle-windows-x86_64-20131030\sdk\tools

在SDK中的tools目录下,就有Android提供的各种工具,童鞋们自己学着去使用吧,这个工具的使用这里小巫就不讲解了,需要学习的可以参考其他博主写的博文,百度、Google常伴你左右。

/05_KindOfDrawableUse/res/layout/ninepatch_res.xml

<?xml version="1.0" encoding="utf-8"?>

<LinearLayout xmlns:android=“http://schemas.android.com/apk/res/android”

android:layout_width=“match_parent”

android:layout_height=“match_parent”

android:orientation=“vertical” >

<ImageView

android:layout_width=“wrap_content”

android:layout_height=“wrap_content”

android:background=“@drawable/res” />

<ImageView

android:layout_width=“match_parent”

android:layout_height=“wrap_content”

android:background=“@drawable/res” />

<ImageView

android:layout_width=“match_parent”

android:layout_height=“wrap_content”

android:background=“@drawable/nine_patch” />

效果图如下:

XML Nine-Patch 图像资源的使用


这个资源,小巫没怎么用过,具体使用方法:

在drawable目录下,定义以下资源

/05_KindOfDrawableUse/res/drawable/xml_ninepatch.xml

<?xml version="1.0" encoding="utf-8"?>

<nine-patch xmlns:android=“http://schemas.android.com/apk/res/android”

android:dither=“false”

android:src=“@drawable/nine_patch” >

这个资源的src是一张.9图片,不能使用普通的图片,不然会报错的哦。

在布局文件中使用:

/05_KindOfDrawableUse/res/layout/xml_ninepatch_res.xml

<?xml version="1.0" encoding="utf-8"?>

<LinearLayout xmlns:android=“http://schemas.android.com/apk/res/android”

android:layout_width=“match_parent”

android:layout_height=“match_parent”

android:orientation=“vertical” >

<ImageView

android:layout_width=“wrap_content”

android:layout_height=“wrap_content”

android:background=“@drawable/xml_ninepatch” />

效果图如下:

图层资源的使用


图层资源很容易理解,就类似FrameLayout,我们知道帧布局都是一层一层往上覆盖的,对吧。图层资源也是这样子滴,在drawable目录下,定义以下资源:

/05_KindOfDrawableUse/res/drawable/layers.xml

<?xml version="1.0" encoding="utf-8"?>

<bitmap

android:gravity=“center”

android:src=“@drawable/logo” />

<item

android:left=“10dp”

android:top=“10dp”>

<bitmap

android:gravity=“center”

android:src=“@drawable/logo” />

<item

android:left=“20dp”

android:top=“20dp”>

<bitmap

android:gravity=“center”

android:src=“@drawable/logo” />

自我介绍一下,小编13年上海交大毕业,曾经在小公司待过,也去过华为、OPPO等大厂,18年进入阿里一直到现在。

深知大多数初中级安卓工程师,想要提升技能,往往是自己摸索成长,但自己不成体系的自学效果低效又漫长,而且极易碰到天花板技术停滞不前!

因此收集整理了一份《2024年最新Android移动开发全套学习资料》送给大家,初衷也很简单,就是希望能够帮助到想自学提升又不知道该从何学起的朋友,同时减轻大家的负担。
img
img
img
img

由于文件比较大,这里只是将部分目录截图出来,每个节点里面都包含大厂面经、学习笔记、源码讲义、实战项目、讲解视频
如果你觉得这些内容对你有帮助,可以添加下面V无偿领取!(备注Android)
img

链图片转存中…(img-fuuHeFCc-1710917364502)]
[外链图片转存中…(img-biRSnHbq-1710917364502)]
[外链图片转存中…(img-DqpMrCoW-1710917364503)]

由于文件比较大,这里只是将部分目录截图出来,每个节点里面都包含大厂面经、学习笔记、源码讲义、实战项目、讲解视频
如果你觉得这些内容对你有帮助,可以添加下面V无偿领取!(备注Android)
[外链图片转存中…(img-zoTCc9tC-1710917364504)]

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值