文件管理器-HorizontalScrollView控件

横向滚动条,用于显示目录层次结构。代码如下:

<HorizontalScrollView
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:layout_weight="1.0" >

            <LinearLayout
                android:id="@+id/pathLayout"
                android:layout_width="wrap_content"
                android:layout_height="match_parent"
                android:orientation="horizontal" >
            </LinearLayout>
        </HorizontalScrollView>

 

posted @ 2016-09-05 22:03  快乐的小狼  阅读(109)  评论(0编辑  收藏  举报