91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

定制EditText

發布時間:2020-07-03 01:46:17 來源:網絡 閱讀:368 作者:huangmeicai 欄目:移動開發

步驟一:

    創建CustomEditTextActivity類

   
package com.example;
 
import android.app.Activity;
import android.os.Bundle;
 
public class CustomEditTextActivity extends Activity {
     
    @Override
    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_custom_edittext);
    }
}

步驟二:

    創建EditText

activity_custom_edittext.xml
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical">
     
       <EditText
           android:id="@+id/et1"
           android:layout_width="match_parent"
           android:layout_height="wrap_content"
           android:background="@drawable/rounded_edittext"
           android:drawableLeft="@drawable/sample_p_w_picpath"
           android:drawablePadding="20dp"
           android:gravity="center_vertical"
           android:hint="@string/customized_text"
           android:imeOptions="actionNext"
           android:inputType="text"
           android:singleLine="true"
           android:textColor="#D00000"
           android:textColorHint="#D00000"
           android:textSize="15sp" />
 
</LinearLayout>

步驟三:

    背景xml

res/drawable/rounded_edittext.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- res/drawable/rounded_edittext.xml -->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:padding="10dp"
    android:shape="rectangle">
 
    <solid android:color="#F8F8F8"/>
 
    <corners
        android:bottomLeftRadius="4dp"
        android:bottomRightRadius="4dp"
        android:topLeftRadius="4dp"
        android:topRightRadius="4dp"/>
 
</shape>

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

东阳市| 周至县| 綦江县| 固安县| 库伦旗| 雅安市| 齐齐哈尔市| 汤原县| 梁河县| 汤阴县| 抚顺市| 江口县| 文登市| 南郑县| 罗田县| 陇南市| 镇平县| 六盘水市| 垦利县| 金华市| 蒲城县| 洪泽县| 和硕县| 宁乡县| 建德市| 紫金县| 宝鸡市| 蒲江县| 德兴市| 常山县| 和田市| 武清区| 西青区| 黄梅县| 营口市| 新竹市| 西林县| 奈曼旗| 古蔺县| 赤城县| 信宜市|