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

首頁 > 系統 > Android > 正文

Android自定義格式顯示Button的布局思路

2020-04-11 12:30:05
字體:
來源:轉載
供稿:網友

先把來源貼上

http://zrgiu.com/blog/2011/01/making-your-android-app-look-better/

http://www.dibbus.com/2011/02/gradient-buttons-for-android/

http://www.dibbus.com/2011/08/even-more-gradient-buttons-for-android/

然后再讓大家看看效果,這些都是xml布局文件實現的,一張圖片都未曾使用。



順便貼出幾個布局文件給大家看看:

復制代碼 代碼如下:

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" >
<shape>
<solid
android:color="#449def" />
<stroke
android:width="1dp"
android:color="#2f6699" />
<corners
android:radius="3dp" />
<padding
android:left="10dp"
android:top="10dp"
android:right="10dp"
android:bottom="10dp" />
</shape>
</item>
<item>
<shape>
<gradient
android:startColor="#449def"
android:endColor="#2f6699"
android:angle="270" />
<stroke
android:width="1dp"
android:color="#2f6699" />
<corners
android:radius="4dp" />
<padding
android:left="10dp"
android:top="10dp"
android:right="10dp"
android:bottom="10dp" />
</shape>
</item>
</selector>

復制代碼 代碼如下:

<?xml version=”1.0″ encoding=”UTF-8″?>
<shape xmlns:android=”http://schemas.android.com/apk/res/android”>
<solid android:color=”#F000″/>
<stroke android:width=”1px” android:color=”#BB000000″ />
<padding
android:left=”10dp”
android:top=”7dp”
android:right=”10dp”
android:bottom=”7dp”
/>
<corners
android:bottomRightRadius=”5dp”
android:bottomLeftRadius=”5dp”
android:topLeftRadius=”5dp”
android:topRightRadius=”5dp”
/>
<gradient
android:angle=”90″
android:startColor=”#4747e0″
android:centerColor=”#5b5bcd”
android:endColor=”#6f6fcf”
android:type=”linear”
/>

</shape>

這里有個工程,開源的

http://code.google.com/p/android-gradients-sample/downloads/list

順便把這兩個網頁給收了,說不定以后能夠提供靈感或者參考

http://www.webdesignshock.com/css-button

//www.survivalescaperooms.com/css/23418.html

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 多伦县| 辰溪县| 大新县| 芦溪县| 巫溪县| 天祝| 湖南省| 鄂托克前旗| 永顺县| 屏东县| 北票市| 高陵县| 尉犁县| 松潘县| 曲靖市| 高安市| 漠河县| 囊谦县| 湖北省| 新野县| 兰考县| 桐庐县| 博爱县| 新余市| 金沙县| 津南区| 禄丰县| 城口县| 荣成市| 灌云县| 长乐市| 临西县| 孙吴县| 富宁县| 金平| 东兰县| 黎川县| 日照市| 苍南县| 光泽县| 那坡县|