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
- TableLayout
- Android
- AutoCompleteTextView
- Application
- ToggelButton
- EditText
- Guideline
- switch
- textview
- intent-filter
- PlainText
- Professional Android
- TEXT
- Chip
- FrameLayout
- LinearLayout
- androidstudio
- manifest
- RelativeLayout
- button
- constraintlayout
- TextInputlayout
- GridLayout
- RaduoButton
- Kotlin
- CheckedTextView
- layout
Archives
- Today
- Total
목록PlainText (1)
근본있는 블로그

Android Studio는 layout을 만들 떄 Code로 작성하는 것 외에도 Design을 제공합니다. 오늘은 Design에서 제공되는 Palette에는 어떤 것들이 있는지 살펴보겠습니다. Text TextView TextView는 사용자에게 글을 보여줄 수 있는 요소입니다. Plain Text (Edit Text) Plain Text는 TextView와 거의 동일하나 가장 큰 차이점은 사용자가 입력값을 넣을 수 있다는 것 입니다. 위에 사진을 보시면 이름 옆에 AB와 AB가 보일 것입니다. 밑줄의 의미는 수정이 가능하다라는 의미로 받아들이시면 되겠습니다. 그렇다면 Plain Text 밑으로 Number(Decimal)까지 모두 수정가능한 Text라는 것을 알 수 있습니다. 위 사진은 실제로 Tex..
Android
2020. 9. 23. 22:54