十年網(wǎng)站開發(fā)經(jīng)驗 + 多家企業(yè)客戶 + 靠譜的建站團隊
量身定制 + 運營維護+專業(yè)推廣+無憂售后,網(wǎng)站問題一站解決
步驟一:
創(chuàng)建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);
}
}
步驟二:
創(chuàng)建EditText
activity_custom_edittext.xml
android:layout_height="match_parent"
android:orientation="vertical">
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" />
步驟三:
背景xml
res/drawable/rounded_edittext.xml
android:shape="rectangle">
android:bottomRightRadius="4dp"
android:topLeftRadius="4dp"
android:topRightRadius="4dp"/>
另外有需要云服務器可以了解下創(chuàng)新互聯(lián)scvps.cn,海內(nèi)外云服務器15元起步,三天無理由+7*72小時售后在線,公司持有idc許可證,提供“云服務器、裸金屬服務器、高防服務器、香港服務器、美國服務器、虛擬主機、免備案服務器”等云主機租用服務以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務可用性高、性價比高”等特點與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應用場景需求。