반응형
<FrameLayout
android:id="@+id/FrameLayout1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="5dp"
>
<ImageView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:src="@drawable/background"
/>
<LinearLayout
android:id="@+id/LinearLayout1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
>
</LinearLayout>
</FrameLayout>
반응형
'IT 실무 > 모바일 프로그래밍' 카테고리의 다른 글
로그캣(logcat)에서 dalvikvm 을 숨기고 싶을때 (0) | 2017.05.06 |
---|---|
안드로이드 기본 제공 Drawables(아이콘 등) (0) | 2017.05.06 |
Uncaught Error: Error calling method on NPObject. (0) | 2017.04.09 |
하이브리드 앱에서의 세션관리(로그인 상태 유지) (2) | 2017.04.02 |
낮은 API level에서 Google Map v2 API 사용하기 (0) | 2013.12.09 |
댓글