<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent"
android:layout_height="match_parent" android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
android:paddingBottom="@dimen/activity_vertical_margin"
android:focusableInTouchMode="true" <- 포커스가 RelativeLayout에
app:layout_behavior="@string/appbar_scrolling_view_behavior"
tools:showIn="@layout/activity_main" tools:context=".MainActivity">
'안드로이드' 카테고리의 다른 글
앱 시작, 종료시 발생 메서드, 라이프사이클(Life cycle) (0) | 2015.11.11 |
---|---|
Intent 인텐트 사용하여 웹사이트 띄우기, 전화걸기 , 화면간 자료 전달 (0) | 2015.11.11 |
TextView 동적생성, ArrayList(배열리스트), 컬러변경 (0) | 2015.10.23 |
imageView 이미지 파일 변경 (0) | 2015.10.16 |
버튼 클릭이벤트(메소드) 공유 (0) | 2015.10.02 |