Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 분양
- 일반근로자
- 스마트 멀티탭
- 장기전세
- 공공분양
- LG
- 통신3사
- SH
- 공공임대
- 2018 공급계획
- 3자녀우선
- 국민임대
- 국립항공박물관
- AOFO Smart power
- 펜타카메라
- 장전
- 퇴직한 직장인
- 소득조회
- sh공사
- 국임
- KT
- 알뜰폰
- 가치투자
- 시놀로지
- 평강랜드
- 워렌버핏
- AI 카메라
- 강환국
- 행복주택
- 2017년 분양계획
Archives
- Today
- Total
초코비니
MaterialEditText 본문
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
사용법
그냥 별거 없다 -ㅅ-;
<com.rengwuxian.materialedittext.MaterialEditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Library Name"
android:text="MaterialEditText"
android:textCursorDrawable="@drawable/text_cursor_cyan"
android:textSize="34sp"
app:met_baseColor="@android:color/white"
app:met_floatingLabel="highlight"
app:met_maxCharacters="20"
app:met_primaryColor="?colorAccent"
app:met_singleLineEllipsis="true" />
레이아웃에 상위 코드를 넣어주면 끝난다.
가장 디폴트 에디트 텍스트다
더 자세한 내용을 알고 싶다면
https://github.com/rengwuxian/MaterialEditText
직접 참고하세요.
'안드로이드' 카테고리의 다른 글
This Activity already has an action bar supplied by the window decor. Do not request Window.FEATURE_ACTION_BAR and set windowActionBar to false in your theme to use a Toolbar instead. (0) | 2015.09.03 |
---|---|
DateTimePicker (0) | 2015.08.31 |
[안드로이드] Preference – UI 정보, 간단한 변수 저장하기 (0) | 2015.08.30 |
[안드로이드] jar 추가시 빌드 에러 - duplicate files during packaging of APK (0) | 2015.08.28 |
안드로이드 릴리즈 키해시 얻기 (0) | 2015.08.28 |
Comments