基于android布局中的常用占位符介绍

 更新时间:2018年01月22日 09:40:28   作者:tangyayong  
下面小编就为大家分享一篇基于android布局中的常用占位符介绍,具有很好的参考价值,希望对大家有所帮助。一起跟随小编过来看看吧

大家在做布局文件是肯定会遇到过下面的这种情况

填充出现问题,所以需要用到占位符规范填充

汉字常用占位符:

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="这是测试:"
android:textSize="22sp"
/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="密&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;码:"
android:textSize="22sp"
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="密&#8190;&#8190;&#8190;&#8190;&#8190;&#8190;&#8190;&#8190;码:"
android:textSize="22sp"
/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="密&#12288;&#12288;码:"
android:textSize="22sp"
/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="密&#8194;&#8194;&#8194;&#8194;&#8194;&#8194;码:"
android:textSize="22sp"
/>

以上这篇基于android布局中的常用占位符介绍就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持脚本之家。

相关文章

最新评论