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

首頁 > 系統 > Android > 正文

Android實現水波紋點擊效果

2019-10-23 19:44:01
字體:
來源:轉載
供稿:網友

Android實現水波紋點擊效果只在Android5.0以上版本有效,水波紋點擊效果代碼供大家參考,具體內容如下

Android水波紋點擊效果,Android水波紋點擊,Android水波紋

圓角背景的水波紋效果(如上圖)

1. 定義一個普通圓角背景的xml;

rounded_corners.xml

<?xml version="1.0" encoding="utf-8"?><shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> <solid android:color="#FFFFFF" /> <corners android:radius="4dp" /></shape>

2. 這里是重點,<ripple>是API21才有的新Tag,正是實現水波紋效果的;
其中<ripple Android:color="#FF21272B" .... />這個是指定水波紋的顏色,而<item />里面的東西,我們都很熟悉,就是普通的定義一個帶圓角的背景。

ripple_bg.xml:

<?xml version="1.0" encoding="utf-8"?><ripple xmlns:android="http://schemas.android.com/apk/res/android" android:color="#FF21272B"> <item>  <shape android:shape="rectangle">   <solid android:color="#FFFFFF" />   <corners android:radius="4dp" />  </shape> </item> <item android:drawable="@drawable/rounded_corners" /></ripple>

3. 這是Activity的布局xml;

<Button android:background="@drawable/ripple_bg"... />直接使用ripple_bg作為背景。

activity_main.xml

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:gravity="center" android:orientation="vertical" android:paddingBottom="@dimen/activity_vertical_margin" android:paddingLeft="@dimen/activity_horizontal_margin" android:paddingRight="@dimen/activity_horizontal_margin" android:paddingTop="@dimen/activity_vertical_margin" tools:context=".MainActivity"> <TextView  android:layout_width="wrap_content"  android:layout_height="wrap_content"  android:text="@string/hello_world" /> <Button  android:layout_width="match_parent"  android:layout_height="wrap_content"  android:background="@drawable/ripple_bg"  android:text="@string/hello_world" /></LinearLayout>

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持VEVB武林網。


注:相關教程知識閱讀請移步到Android開發頻道。
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 湄潭县| 福建省| 贵德县| 德保县| 建昌县| 万安县| 东辽县| 玛纳斯县| 顺义区| 即墨市| 丹棱县| 新河县| 山西省| 蕲春县| 平利县| 南雄市| 雷波县| 夹江县| 冷水江市| 临邑县| 盘锦市| 延安市| 安远县| 松桃| 双峰县| 屯留县| 文成县| 恩平市| 岳阳市| 南宫市| 中方县| 城步| 曲松县| 桃园市| 陇西县| 赣州市| 尚志市| 江孜县| 乌海市| 木里| 多伦县|