标签:
横向滚动条,用于显示目录层次结构。代码如下:
<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>
标签:
原文地址:http://www.cnblogs.com/freedomwolf/p/5843777.html