OSDN Git Service

Merge "Avoid rendering underneath nav bar" into gb-ub-photos-bryce
[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="horizontal"
6               android:layout_width="match_parent"
7               android:layout_height="wrap_content">
8
9     <HorizontalScrollView
10             android:layout_width="match_parent"
11             android:layout_height="wrap_content"
12             android:scrollbars="none">
13
14         <com.android.gallery3d.filtershow.state.StatePanelTrack
15                 android:id="@+id/listStates"
16                 android:orientation="horizontal"
17                 android:layout_width="match_parent"
18                 android:layout_height="48dip"
19                 custom:elemEndSize="128dip"
20                 custom:elemSize="128dip"
21                 android:layout_margin="8dip"
22                 android:animateLayoutChanges="true" />
23
24     </HorizontalScrollView>
25
26
27 </LinearLayout>