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

首頁 > 系統 > Android > 正文

Android使用shape使組件呈現出特殊效果的方法

2019-12-12 02:33:12
字體:
來源:轉載
供稿:網友

本文實例講述了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>

在這里主要說一下shape文件中各項的功能

gradient主要設置背景顏色漸變。startColor為起始顏色值,endColor為結束顏色值,angle為漸變角度
padding主要設置組件里內容距離組件內邊框的間距
stroke主要設置組件的邊框。width為邊框寬度,color為邊框顏色

更多關于Android相關內容感興趣的讀者可查看本站專題:《Android開發入門與進階教程》、《Android布局layout技巧總結》、《Android視圖View技巧總結》、《Android編程之activity操作技巧總結》、《Android操作json格式數據技巧總結》、《Android資源操作技巧匯總》及《Android控件用法總結

希望本文所述對大家Android程序設計有所幫助。

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 保定市| 寻乌县| 海口市| 阿合奇县| 安阳市| 阳春市| 宁乡县| 民丰县| 新建县| 茌平县| 宁阳县| 鄂州市| 黄陵县| 蚌埠市| 巩义市| 西昌市| 星子县| 兴安县| 峡江县| 玉田县| 冷水江市| 峡江县| 大姚县| 河津市| 山阳县| 胶南市| 黎城县| 张家港市| 东宁县| 兴化市| 友谊县| 青海省| 泸水县| 河南省| 黑河市| 海丰县| 沧源| 玉田县| 沿河| 赤峰市| 尚志市|