国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 系統(tǒng) > Android > 正文

Android使用shape使組件呈現(xiàn)出特殊效果的方法

2019-10-22 18:33:06
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友

本文實(shí)例講述了Android使用shape使組件呈現(xiàn)出特殊效果的方法。分享給大家供大家參考,具體如下:

Android,shape,組件,特殊效果

使用到的布局文件

<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"  android:layout_width="fill_parent"  android:layout_height="fill_parent"  android:orientation="vertical"  android:background="#ffffff"  android:gravity="center_horizontal">  <TextView    android:id="@+id/text"    android:layout_width="wrap_content"    android:layout_height="wrap_content"    android:textColor="#000000"    android:text="未使用效果"    android:layout_marginTop="30dp"    />  <EditText    android:id="@+id/edit"    android:layout_width="280dp"    android:layout_height="wrap_content"    android:textColor="#000000"    android:text="未使用效果 未使用效果 未使用效果 未使用效果 未使用效果 未使用效果"    android:cursorVisible="true"     />  <TextView    android:id="@+id/text"    android:layout_width="wrap_content"    android:layout_height="wrap_content"    android:textColor="#000000"    android:text="使用效果"    android:layout_marginTop="10dp"    />  <EditText    android:id="@+id/edit2"    android:layout_width="280dp"    android:layout_height="wrap_content"    android:textColor="#000000"    android:text="使用效果 使用效果 使用效果 使用效果 使用效果 使用效果 使用效果 使用效果"    android:background="@drawable/shape"    android:cursorVisible="true"     /></LinearLayout>

使用到的shape文件

<?xml version="1.0" encoding="utf-8"?><shape xmlns:android="http://schemas.android.com/apk/res/android" >  <corners    android:radius="10dp"    />  <gradient    android:startColor="#33CC00"    android:endColor="#666600"    android:angle="45"    />  <padding    android:left="5dp"    android:top="5dp"    android:right="5dp"    android:bottom="5dp"    />  <stroke    android:width="3dp"    android:color="#FF3300"    /></shape>

在這里主要說(shuō)一下shape文件中各項(xiàng)的功能

gradient主要設(shè)置背景顏色漸變。startColor為起始顏色值,endColor為結(jié)束顏色值,angle為漸變角度
padding主要設(shè)置組件里內(nèi)容距離組件內(nèi)邊框的間距
stroke主要設(shè)置組件的邊框。width為邊框?qū)挾龋琧olor為邊框顏色

 

希望本文所述對(duì)大家Android程序設(shè)計(jì)有所幫助。


注:相關(guān)教程知識(shí)閱讀請(qǐng)移步到Android開(kāi)發(fā)頻道。
發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 伊川县| 大连市| 鲁山县| 江安县| 兴业县| 城市| 钦州市| 景宁| 东乡| 晋江市| 永年县| 台山市| 桃源县| 阿克苏市| 临颍县| 吉木萨尔县| 德庆县| 德惠市| 祁门县| 明光市| 西城区| 松阳县| 台北市| 秀山| 苍梧县| 大石桥市| 太白县| 临沂市| 洛阳市| 蕉岭县| 桑植县| 石楼县| 阿拉善左旗| 盐边县| 福清市| 新巴尔虎左旗| 宜君县| 东海县| 邓州市| 尼玛县| 东光县|