Removed extra LinearView in ScrollView
This commit is contained in:
parent
3b46a96b0d
commit
d1cc2cc3dc
@ -11,14 +11,10 @@
|
||||
android:id="@+id/swipeRefreshLayout">
|
||||
|
||||
<ScrollView
|
||||
android:id="@+id/treeViewContainer"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
<LinearLayout
|
||||
android:id="@+id/treeViewContainer"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal">
|
||||
</LinearLayout>
|
||||
android:layout_height="match_parent"
|
||||
android:scrollbarAlwaysDrawVerticalTrack="true">
|
||||
</ScrollView>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user