下面定義三個shape資源my_shape_1.xml

日韩久久久精品,亚洲精品久久久久久久久久久,亚洲欧美一区二区三区国产精品 ,一区二区福利

初學Android,使用Drawable資源之使用ShapeDrawa

系統 2252 0

ShapeDrawable比較簡單,用來定義一個基本幾何圖形,XML的根元素是<shape.../>

下面定義三個shape資源

my_shape_1.xml

?

    <?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" 
    android:shape="rectangle" >
    <!-- 設置填充顏色 -->
    <solid android:color="#fff"/>
    <!-- 設置四周的內邊距 -->
    <padding android:left="7dp"
        android:top="7dp"
        android:right="7dp"
        android:bottom="7dp"/>
    <!-- 設置邊框 -->
    <stroke android:width="3dip" android:color="#ff0"/>
</shape>
  

my_shape_2.xml

?

    <?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" 
    android:shape="rectangle" >
    <!-- 定義填充漸變顏色 -->
    <gradient 
        android:startColor="#FFFF0000"
        android:endColor="#80FF00FF"
        android:angle="45"/>
    <!-- 設置內填充 -->
    <padding android:left="7dp"
        android:top="7dp"
        android:right="7dp"
        android:bottom="7dp"/>
    <!-- 設置圓角矩形 -->
    <corners android:radius="8dp"/>
</shape>
  

my_shape_3.xml

?

    <?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" 
    android:shape="oval" >
    <!-- 定義填充漸變顏色 -->
    <gradient android:startColor="#ff0"
        android:endColor="#00f"
        android:angle="45"
        android:type="sweep"/>
    <!-- 設置內填充 -->
    <padding android:left="7dp"
        android:top="7dp"
        android:right="7dp"
        android:bottom="7dp"/>
    <!-- 設置圓角矩形 -->
    <padding android:left="7dp"
        android:top="7dp"
        android:right="7dp"
        android:bottom="7dp"/>
    <!-- 設置圓角矩形 -->
    <corners android:radius="8dp"/>
</shape>
  

主界面的三個EditBox的背景分別使用上前面定義的三個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" >

    <EditText
        android:id="@+id/editText1"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:ems="10" 
        android:background="@drawable/my_shape_1">

        <requestFocus />
    </EditText>

    <EditText
        android:id="@+id/editText2"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:ems="10" 
        android:background="@drawable/my_shape_2"/>

    <EditText
        android:id="@+id/editText3"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:ems="10" 
        android:background="@drawable/my_shape_3"/>

</LinearLayout>
  

運行效果如下

初學Android,使用Drawable資源之使用ShapeDrawable資源(十五)
這樣的效果看起來怪怪的,文本框的背景被弄的亂七八糟了


初學Android,使用Drawable資源之使用ShapeDrawable資源(十五)


更多文章、技術交流、商務合作、聯系博主

微信掃碼或搜索:z360901061

微信掃一掃加我為好友

QQ號聯系: 360901061

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點擊下面給點支持吧,站長非常感激您!手機微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點擊微信右上角掃一掃功能,選擇支付二維碼完成支付。

【本文對您有幫助就好】

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描上面二維碼支持博主2元、5元、10元、自定義金額等您想捐的金額吧,站長會非常 感謝您的哦?。?!

發表我的評論
最新評論 總共0條評論
主站蜘蛛池模板: 卢龙县| 越西县| 朝阳市| 灵宝市| 兴城市| 舒城县| 沈阳市| 新郑市| 栾城县| 沅江市| 冕宁县| 保德县| 万年县| 印江| 双城市| 浦江县| 洞口县| 方正县| 偃师市| 高碑店市| 曲阜市| 和林格尔县| 绩溪县| 丹凤县| 潞西市| 东乌珠穆沁旗| 安陆市| 潮安县| 彭水| 黔西县| 河曲县| 新疆| 昌乐县| 山东省| 长汀县| 西畴县| 孝昌县| 巢湖市| 望谟县| 布尔津县| 江达县|