summaryrefslogtreecommitdiffstats
path: root/res/layout/filtershow_state_panel_new.xml
blob: 7711221925217e68e2f7c1718f5e59aca1334a96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="utf-8"?>

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
              android:orientation="horizontal"
              android:layout_width="match_parent"
              android:layout_height="match_parent">

    <!--
    <com.example.StatePanel.VerticalStatePanelTrack
            android:id="@+id/listStates"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:layout_margin="8dip"
            android:background="@android:color/holo_red_dark" />
            -->

    <ScrollView
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:scrollbars="none">

    <com.android.gallery3d.filtershow.state.StatePanelTrack
            android:id="@+id/listStates"
            android:orientation="vertical"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:layout_margin="8dip"
            android:animateLayoutChanges="true" />

    </ScrollView>

    <!--
    <HorizontalScrollView
            android:layout_width="match_parent"
            android:layout_height="128dip"
            android:scrollbars="none">

        <com.example.StatePanel.StatePanelTrack
                android:id="@+id/listStates"
                android:layout_width="match_parent"
                android:layout_height="128dip"
                android:animateLayoutChanges="true" />

    </HorizontalScrollView>
    -->

</LinearLayout>