люди!Я исследовал эти образцы из Android Compability lib.И я не могу найти, как удалить те белые рамки, отмеченные красным (adown и между страницами):
В файле frag_pager_list.xml удалите фон из корневого каталога LinearLayout.
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@android:drawable/gallery_thumb"> <-- Remove this background </LinearLayout>
Итак, у вас есть:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent"> </LinearLayout>