티스토리 뷰
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
android:orientation = "vertical"
android:layout_width = "fill_parent"
android:layout_height = "fill_parent"
xmlns:android = "http://schemas.android.com/apk/res/android">
<ListView
android:id = "@+id/ListDay"
android:layout_height = "500px"
android:layout_width = "fill_parent"
android:cacheColorHint = "#00000000"
></ListView>
<TableLayout
android:layout_width = "fill_parent"
android:layout_height = "wrap_content"
xmlns:android = "http://schemas.android.com/apk/res/android">
<TableRow>
<TextView android:text = " 시작 마감 " android:textSize = "10pt"></TextView>
<TextView android:text = "--/--/-- --:--:--" android:textSize = "10pt" android:id = "@+id/TextStart" ></TextView>
</TableRow>
<TableRow>
<TextView android:text = "" android:textSize = "10pt"></TextView>
<Button
android:id = "@+id/BtnStart"
android:layout_width = "fill_parent"
android:layout_height = "70px"
android:text = "시작 마감 선택"
></Button>
</TableRow>
<TableRow>
<TextView android:text = " 종료 마감 " android:textSize = "10pt"></TextView>
<TextView android:text = "--/--/-- --:--:--" android:textSize = "10pt" android:id = "@+id/TextEnd"></TextView>
</TableRow>
<TableRow>
<TextView android:text = "" android:textSize = "10pt"></TextView>
<Button
android:id = "@+id/BtnEnd"
android:layout_width = "fill_parent"
android:layout_height = "70px"
android:text = "종료 마감 선택"
></Button>
</TableRow>
</TableLayout>
</LinearLayout>
'Android > Android Studio' 카테고리의 다른 글
체크 박스 리스트 뷰 만들고 배경 넣기 (0) | 2019.04.04 |
---|---|
컨트롤 배치 (수직, 수평) (0) | 2019.04.04 |
라디오 버튼 리스트 다이얼로그로 보기 (0) | 2019.04.04 |
DatePicker Dialog, TimePicker Dialog (0) | 2019.04.04 |
질문 다이얼로그 (0) | 2019.04.04 |
- Total
- Today
- Yesterday