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

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

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

系統 2279 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元、自定義金額等您想捐的金額吧,站長會非常 感謝您的哦!?。?/p>

發表我的評論
最新評論 總共0條評論
主站蜘蛛池模板: 遂溪县| 玉环县| 耒阳市| 安岳县| 合水县| 莆田市| 镇平县| 和政县| 盐边县| 丰顺县| 鸡泽县| 德钦县| 蓝山县| 大同县| 康乐县| 固阳县| 十堰市| 饶阳县| 贺州市| 米泉市| 准格尔旗| 兴化市| 文昌市| 冷水江市| 建湖县| 耒阳市| 邓州市| 高邮市| 三河市| 抚松县| 武隆县| 永州市| 将乐县| 叶城县| 白水县| 信阳市| 莱西市| 成武县| 湘潭县| 叶城县| 永济市|