標籤:android
<pre name="code" class="html"><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="horizontal" > <HorizontalScrollView android:layout_width="match_parent" android:layout_height="match_parent" android:id="@+id/horizontalScrollView" android:layout_gravity="center_horizontal" > <LinearLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="horizontal" > <ImageView android:layout_width="100dp" android:layout_height="100dp" android:src="@drawable/userhead" /> <ImageView android:layout_width="100dp" android:layout_height="100dp" android:src="@drawable/userhead" /> <ImageView android:layout_width="100dp" android:layout_height="100dp" android:src="@drawable/userhead" /> <ImageView android:layout_width="100dp" android:layout_height="100dp" android:src="@drawable/userhead" /> </LinearLayout> </HorizontalScrollView></LinearLayout>
<br style="font-family: Simsun; font-size: 14px; line-height: 24px;" /><span style="font-family: Simsun; font-size: 14px; line-height: 24px;">fadingEdge屬性用來設定拉捲軸時 ,邊框漸層的放向。none(邊框顏色不變),horizontal(水平方向顏色變淡),vertical(垂直方向顏色變淡)。</span><span style="font-family: Simsun; font-size: 14px; line-height: 24px; background-color: rgb(240, 240, 240);"> </span><br style="font-family: Simsun; font-size: 14px; line-height: 24px;" /><span style="font-family: Simsun; font-size: 14px; line-height: 24px;">fadingEdgeLength用來設定邊框漸層的長度。</span><span style="font-family: Simsun; font-size: 14px; line-height: 24px; background-color: rgb(240, 240, 240);"> </span>
Android學習——HorizontalScollview水平滾動控制項