
여기서 저 세개의 아이템을 넣었는데
아이템이살짝커서 수평으로 스크롤이 되더군요 ㅠㅠ
수평스크롤을 없애고 딱 저크기에 맞게하는법없을까요??
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<com.viewpagerindicator.TabPageIndicator
android:id="@+id/indicator"
android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:android:adjustViewBounds="true"
/>
<android.support.v4.view.ViewPager
android:id="@+id/pager"
android:layout_width="fill_parent"
android:layout_height="0dp"
android:layout_weight="1"
/>
</LinearLayout>
소스코드입니다 ㅠ
보다싶이 adjustViewBound를 적용해두 안맞네요 ㅠ
도와주시면 감사하겠습니다