티스토리 뷰
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/don"
android:padding="10dp"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
tools:context="com.example.samplerelativelayout.MainActivity" >
<TextView
android:id="@+id/titleLabel"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:layout_marginTop="20dp"
android:gravity="center_horizontal"
android:text="meetting"
android:textColor="#faaaaaaa"
android:textSize="56dp"
android:textStyle="bold"
/>
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:padding="10dp"
android:background="#aaffffff"
>
<TextView
android:id="@+id/usernameLabel"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingTop="4dp"
android:text="Username :"
android:textColor="#ff222222"
android:textSize="18dp"
/>
<EditTExt
android:id="@+id/usernameEntry"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_toRightOf="@id/usernameLabel"
android:layout_alignBaseline="@id/usernameLabel"
android:layout_marginLeft="4dp"/>
<TextView
android:id="@+id/passwordLabel"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingTop="16dp"
android:layout_below="@id/usernameLabel"
android:text="Password : "
android:textColor="#ff222222"
android:textSize="18dp"/>
<EditText
android:id="@+id/passwordEntry"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="4dp"
android:layout_toRightOf="@id/passwordLabel"
android:layout_alignBaseline="@id/passwordLabel"
android:inputType="textPassword"/>
<Button
android:id="@+id/loginBtn"
android:layout_width="100dp"
android:layout_height="wrap_content"
android:layout_below="@id/passwordLabel"
android:layout_alignParentLeft="true"
android:layout_marginLeft="20dp"
android:layout_marginTop="16dp"
android:text = "Login"
android:drawableLeft="@drawable/ok_btn"
android:drawablePadding="2dp"/>
<Button
android:id="@+id/exitBtn"
android:layout_width="100dp"
android:layout_height="wrap_content"
android:layout_below="@id/passwordLabel"
android:layout_alignParentLeft="true"
android:layout_marginLeft="20dp"
android:layout_marginTop="16dp"
android:text = "Exit"
android:drawableLeft="@drawable/cancel_btn"
android:drawablePadding="2dp"/>
</RelativeLayout>
</RelativeLayout>
'프로그래밍 > 안드로이드' 카테고리의 다른 글
두 개의 액티비티 화면전환 (0) | 2015.04.12 |
---|---|
안드로이드 스마트폰 USB 연결 디버깅 환경 셋팅! (1) | 2015.04.09 |
액티비티의 생명주기 (0) | 2015.04.09 |
레이아웃 (0) | 2015.04.07 |
Class.dex 파일 포맷 (0) | 2015.04.07 |
- Total
- Today
- Yesterday
- Flybits
- idapython
- Decoding
- 멋쟁이사자처럼 4기
- VirusBulletin
- .wll
- 한글악성코드
- Static Analysis Engine
- vuln
- malware
- CVE-2018-9375
- Kimsuky
- MS-Office
- 위협정보공유
- infostealer
- 해킹메일
- Servey
- keylogger
- 스피어피싱
- cuckoo-sandbox
- 악성코드
- Bisonal
- us-cert
- Yara
- 출처 : Do it 안드로이드 프로그래밍
- CVE-2018-0798
- AMSI
- Cisco Talos
- koodous
- 비트코인
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |