OSDN Git Service

am ee3b727a: (-s ours) am 27b9459f: (-s ours) Merge "Import translations. DO NOT...
[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               xmlns:custom="http://schemas.android.com/apk/res/com.android.gallery3d"
5               android:orientation="vertical"
6               android:layout_width="match_parent"
7               android:layout_height="wrap_content"
8               android:background="@color/background_main_toolbar">
9
10     <View
11             android:background="@color/toolbar_separation_line"
12             android:layout_height="1dip"
13             android:layout_width="match_parent"/>
14
15     <HorizontalScrollView
16             android:layout_width="match_parent"
17             android:layout_height="wrap_content"
18             android:scrollbars="none">
19
20         <com.android.gallery3d.filtershow.state.StatePanelTrack
21                 android:id="@+id/listStates"
22                 android:orientation="horizontal"
23                 android:layout_width="match_parent"
24                 android:layout_height="48dip"
25                 custom:elemEndSize="128dip"
26                 custom:elemSize="128dip"
27                 android:layout_margin="8dip"
28                 android:animateLayoutChanges="true" />
29
30     </HorizontalScrollView>
31
32 </LinearLayout>