반응형
<LinearLayout
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<include layout="@layout/toolbar"/>
<include layout="@layout/content_main" />
</LinearLayout>
반응형
'Android Studio' 카테고리의 다른 글
[안드로이드] 구글 지도 SHA-1 인증서 구하기 (0) | 2017.02.02 |
---|---|
[안드로이드] JAVA 환경변수 Path 설정 (0) | 2017.02.02 |
[안드로이드] 안드로이드 상단바 없애기 (0) | 2017.01.22 |
[안드로이드] 안드로이드 버튼 보이기 VISIBLE 숨기기 GONE (0) | 2017.01.22 |
[안드로이드] Butterknife 사용법 (0) | 2017.01.22 |