안드로이드 개발 질문/답변
(글 수 45,052)
스크롤뷰에서 위에부분부터 이미지가 나와야하는데... 중간부분에 이미지가 나오네요 ㅠㅠ
어떻게 해결 해야 하나요 ㅠㅠ
사진첨부해놨어요 ~
전문가님 부탁드립니다.
수고하세요.
<FrameLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_weight="1">
<LinearLayout
android:id="@+id/linerar_new1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:visibility="visible"
android:gravity="top">
<ScrollView
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/sub1"/>
</ScrollView>
</LinearLayout>
</FrameLayout>