OSDN Git Service

New state panel
[android-x86/packages-apps-Gallery2.git] / res / layout / filtershow_state_panel_new.xml
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
4               android:orientation="horizontal"
5               android:layout_width="match_parent"
6               android:layout_height="match_parent">
7
8     <!--
9     <com.example.StatePanel.VerticalStatePanelTrack
10             android:id="@+id/listStates"
11             android:layout_width="match_parent"
12             android:layout_height="match_parent"
13             android:layout_margin="8dip"
14             android:background="@android:color/holo_red_dark" />
15             -->
16
17     <ScrollView
18             android:layout_width="match_parent"
19             android:layout_height="match_parent"
20             android:scrollbars="none">
21
22     <com.android.gallery3d.filtershow.state.StatePanelTrack
23             android:id="@+id/listStates"
24             android:orientation="vertical"
25             android:layout_width="match_parent"
26             android:layout_height="match_parent"
27             android:layout_margin="8dip"
28             android:animateLayoutChanges="true" />
29
30     </ScrollView>
31
32     <!--
33     <HorizontalScrollView
34             android:layout_width="match_parent"
35             android:layout_height="128dip"
36             android:scrollbars="none">
37
38         <com.example.StatePanel.StatePanelTrack
39                 android:id="@+id/listStates"
40                 android:layout_width="match_parent"
41                 android:layout_height="128dip"
42                 android:animateLayoutChanges="true" />
43
44     </HorizontalScrollView>
45     -->
46
47 </LinearLayout>