以下のリンクカルーセル デモ ソース コード リンクで、サンプル Android カルーセル デモ ソース コードをダウンロードしました。
私の疑問は、画像を追加する場合、画像のギャップが非常に小さいため、画像スペースを増やす方法と、もう1つの疑いがある下部画像の反射が非表示になり、下部反射画像を取得する方法です.....
これは私のxmlソースです:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:pj="http://schemas.android.com/apk/res/com.carouseldemo.main"
xmlns:bm="com.carouseldemo.main"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<LinearLayout
android:layout_weight="0.5"
android:padding="5dip"
android:gravity="top"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<com.carouseldemo.controls.Carousel
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:id="@+id/carousel"
pj:UseReflection="true"
pj:Items="@array/entries"
pj:SelectedItem="0"
android:animationDuration="200"
/>
</LinearLayout>
</LinearLayout>
私のスクリーンショットをご覧ください: