博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Nine-patch
阅读量:4985 次
发布时间:2019-06-12

本文共 565 字,大约阅读时间需要 1 分钟。

 

This NinePatch defines one stretchable area with the left and top lines

and the drawable area with the bottom and right lines.

In the top image, the dotted grey lines identify the regions of the image that will be replicated in order to stretch the image.

The pink rectangle in the bottom image identifies the region in which the contents of the View are allowed.

If the contents don't fit in this region, then the image will be stretched so that they do.

 

 

大致意思:

左边线和上边线圈定的区域是用来拉伸的。

右边线和下边线形成的区域是用来填充内容的,这个是可选的。

转载于:https://www.cnblogs.com/xiaokang088/p/3586812.html

你可能感兴趣的文章
What is a good buffer size for socket programming?
查看>>
pandas dataframe 数据框
查看>>
android国际化操作
查看>>
Unity Shader 逐顶点/像素漫反射光照
查看>>
Two Sum
查看>>
0010.Regular Expression Matching(H)
查看>>
深入理解JavaScript的this指向问题
查看>>
Air test 基于屏幕比例实现滑动的方法
查看>>
最小生成树
查看>>
【loj6142】「2017 山东三轮集训 Day6」A 结论题+Lucas定理
查看>>
EFCore+Mysql仓储层建设(分页、多字段排序、部分字段更新)
查看>>
查询SQL Server数据库中的用户表的数量的问题
查看>>
[置顶] 使用Joson的格式字符串在Socket中通讯时数据格式的转换
查看>>
带CheckBox列头的DataGridView(二)
查看>>
一个幸运抽奖小程序
查看>>
Java 代码界 3% 的王者?看我是如何解错这 5 道题的
查看>>
js运算符 && 与 || 的用法
查看>>
python内置函数大全
查看>>
CentOs6.5环境下PostgreSQL的安装与配置总结以及远程连接问题的解决
查看>>
laravel5.4 接入qq第三方登录
查看>>