안드로이드 개발 질문/답변
(글 수 45,052)
하단에 GridView로 이미지 버튼 메뉴를 만들려고 합니다.
xml에
<GridView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/openur_web_view_button_layout"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="horizontal"
android:gravity="center"
android:layout_weight="10"
/>
위와 같이 그리드를 만들었습니다.
이 안에 이미지 버튼을 가로로 나열 하려고 하는데 어떻게 나열해야 할지 모르겠습니다.
도움좀 부탁드립니다.