国产探花免费观看_亚洲丰满少妇自慰呻吟_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ā)表
主站蜘蛛池模板: 仁布县| 疏勒县| 迭部县| 长汀县| 那坡县| 毕节市| 鄂托克前旗| 罗平县| 来凤县| 华安县| 庆云县| 福清市| 平山县| 阿瓦提县| 兰西县| 白山市| 屏边| 巴东县| 巴青县| 太和县| 弥勒县| 高唐县| 南漳县| 罗甸县| 东丽区| 义马市| 塔城市| 闽侯县| 昆山市| 淄博市| 缙云县| 赣榆县| 伊金霍洛旗| 田阳县| 庆元县| 遂宁市| 连江县| 建宁县| 和平区| 广德县| 长顺县|