0
A
回答
1
使用以下佈局可能是它爲您的應用
<HorizontalScrollView android:id="@+id/hsv" android:background="@null" android:visibility="visible" android:scrollbars="none" android:layout_width="fill_parent" android:layout_height="wrap_content">
<LinearLayout android:orientation="horizontal" android:background="@null" android:layout_width="fill_parent" android:layout_height="wrap_content">
<Textview android:id="@+id/about" android:text="POPULARITY" android:layout_width="wrap_content" android:layout_height="wrap_content" />
<Textview android:id="@+id/color"
android:clickable="true" android:text="NEW ARRIVAL" android:layout_width="wrap_content" android:layout_height="wrap_content" />
<Textview android:id="@+id/kids" android:text="DISCOUNTED" android:layout_width="wrap_content" android:layout_height="wrap_content" />
</LinearLayout>
</HorizontalScrollView>
0
<?xml version="1.0" encoding="utf-8"?>
<HorizontalScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:orientation="horizontal">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="POPULARITY"
android:padding="10dp"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:text="NEW ARRIVAL"
android:padding="10dp"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:text="DISCOUNTED"
android:padding="10dp"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:text="LOW PRICE"
android:padding="10dp"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:text="LOW PRICE"
android:padding="10dp"/>
</LinearLayout>
</HorizontalScrollView>
您可以使用此移動水平滾動條是非常有用的。
也看看這個 - http://viewpagerindicator.com/
相關問題
- 1. Android的水平滾動按鈕,屏幕
- 2. 用3個視圖水平填充整個屏幕?
- 3. Android:在頂部水平滾動視圖,加載屏幕部分
- 4. ListView項中的水平滾動視圖?
- 5. 水平滾動視圖滾動更改選項卡焦點
- 6. 在回收視圖水平滾動屏幕上保持一個且只有一個子視圖?
- 7. android:chipview上的水平滾動視圖
- 8. 水平滾動視圖
- 9. android水平滾動視圖
- 10. 水平滾動視圖iOS
- 11. 水平滾動頁面中的水平滾動視圖
- 12. 視差水平滾動(發現屏幕的50%)
- 13. 試圖有一個水平滾動視圖動態圖片
- 14. 在水平滾動視圖中替代水平滾動視圖在android
- 15. XAML水平滾動有兩個項目
- 16. TinyScrollbar - 水平自動滾屏
- 17. 水平滾動條問題 - 在小屏幕上
- 18. 在滾動視圖和水平滾動視圖中的微調器選擇
- 19. 滾動android屏幕上的圖像屏幕上的圖像
- 20. 水平滾動視圖繪製圖
- 21. 水平滾動圖像視圖列表
- 22. 在屏幕底部使用水平滾動視圖創建線性佈局
- 23. 水平列表視圖 - 鎖選擇在屏幕
- 24. ViewPager內部的水平滾動視圖
- 25. 網格視圖中的水平滾動
- 26. 水平滾動的自定義視圖
- 27. 手機中的水平滾動視圖
- 28. iOS中的水平滾動視圖?
- 29. 水平滾動視圖迅速的Xcode
- 30. 表/集合視圖的水平滾動