summaryrefslogtreecommitdiffstats
path: root/res/layout-land
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2013-03-11 15:08:26 -0700
committerJohn Hoford <hoford@google.com>2013-03-11 15:32:03 -0700
commit5c6c86bea240bbaadf48ded1190d6ea4622b6986 (patch)
treef4492397cdf19b9e463dc5dfea2eee1cbaaaa3c4 /res/layout-land
parent7c1bb24f0b7d240acee416dcb222b61830382dc8 (diff)
downloadandroid_packages_apps_Snap-5c6c86bea240bbaadf48ded1190d6ea4622b6986.tar.gz
android_packages_apps_Snap-5c6c86bea240bbaadf48ded1190d6ea4622b6986.tar.bz2
android_packages_apps_Snap-5c6c86bea240bbaadf48ded1190d6ea4622b6986.zip
split filter show into multiple files
Change-Id: I3d6b61ed893befa24a8c8306981d74096db91535
Diffstat (limited to 'res/layout-land')
-rw-r--r--res/layout-land/filtershow_activity.xml138
1 files changed, 11 insertions, 127 deletions
diff --git a/res/layout-land/filtershow_activity.xml b/res/layout-land/filtershow_activity.xml
index 066dffad9..d6f2f5d84 100644
--- a/res/layout-land/filtershow_activity.xml
+++ b/res/layout-land/filtershow_activity.xml
@@ -113,91 +113,13 @@
android:orientation="horizontal"
android:visibility="gone" >
- <LinearLayout
- android:id="@+id/top"
+ <ViewStub android:id="@+id/editorPanelStub"
+ android:inflatedId="@+id/editorPanel"
+ android:layout="@layout/filtershow_editor_panel"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_weight="0"
- android:orientation="vertical"
- android:visibility="visible" >
-
- <LinearLayout
- android:id="@+id/controlArea"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:orientation="horizontal"
- android:background="@android:color/transparent"
- android:visibility="visible" >
-
- <SeekBar
- android:id="@+id/primarySeekBar"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:background="@android:color/transparent"
- android:layout_weight="1" />
- </LinearLayout>
-
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:background="@color/filtershow_background"
- android:orientation="horizontal"
- android:visibility="visible" >
-
- <ImageButton
- android:id="@+id/cancelFilter"
- android:layout_width="wrap_content"
- android:layout_height="94dip"
- android:layout_gravity="left"
- android:layout_weight=".1"
- android:background="@android:color/transparent"
- android:gravity="center"
- android:src="@drawable/ic_menu_cancel_holo_light"
- android:textSize="18dip" />
-
- <ImageView
- android:layout_width="2dp"
- android:layout_height="fill_parent"
- android:src="@drawable/filtershow_vertical_line" />
-
- <LinearLayout
- android:id="@+id/panelAccessoryViewList"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:layout_weight="1"
- android:orientation="horizontal"
- android:visibility="visible" >
-
- <Button
- android:id="@+id/applyEffect"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:layout_gravity="center"
- android:background="@android:color/transparent"
- android:gravity="center"
- android:text="@string/apply_effect"
- android:textSize="18dip" />
- </LinearLayout>
-
- <ImageView
- android:layout_width="2dp"
- android:layout_height="fill_parent"
- android:src="@drawable/filtershow_vertical_line" />
-
- <ImageButton
- android:id="@+id/applyFilter"
- android:layout_width="wrap_content"
- android:layout_height="94dip"
- android:layout_gravity="right"
- android:layout_weight=".1"
- android:background="@android:color/transparent"
- android:gravity="center"
- android:src="@drawable/ic_menu_done_holo_light"
- android:textSize="18dip" />
- </LinearLayout>
- </LinearLayout>
+ android:visibility="visible" />
+
</LinearLayout>
<HorizontalScrollView
@@ -281,50 +203,12 @@
custom:max_width="400dip"
android:orientation="vertical">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="48dip"
- android:background="@color/background_main_toolbar" >
-
- <ImageButton
- android:id="@+id/fxButton"
- android:layout_width="@dimen/thumbnail_size"
- android:layout_height="match_parent"
- android:layout_weight="1"
- android:background="@drawable/filtershow_button_background"
- android:scaleType="centerInside"
- android:src="@drawable/ic_photoeditor_effects" />
-
- <ImageButton
- android:id="@+id/borderButton"
- android:layout_width="@dimen/thumbnail_size"
- android:layout_height="match_parent"
- android:layout_weight="1"
- android:background="@drawable/filtershow_button_background"
- android:padding="2dip"
- android:scaleType="centerInside"
- android:src="@drawable/ic_photoeditor_border" />
-
- <ImageButton
- android:id="@+id/geometryButton"
- android:layout_width="@dimen/thumbnail_size"
- android:layout_height="match_parent"
- android:layout_weight="1"
- android:background="@drawable/filtershow_button_background"
- android:padding="2dip"
- android:scaleType="centerInside"
- android:src="@drawable/ic_photoeditor_fix" />
-
- <ImageButton
- android:id="@+id/colorsButton"
- android:layout_width="@dimen/thumbnail_size"
- android:layout_height="match_parent"
- android:layout_weight="1"
- android:background="@drawable/filtershow_button_background"
- android:padding="2dip"
- android:scaleType="centerInside"
- android:src="@drawable/ic_photoeditor_color" />
- </LinearLayout>
+ <ViewStub android:id="@+id/stateCategoryStub"
+ android:inflatedId="@+id/imageCategoryPanel"
+ android:layout="@layout/filtershow_category_panel"
+ android:layout_width="match_parent"
+ android:layout_height="48dip"
+ android:visibility="visible" />
</com.android.gallery3d.filtershow.CenteredLinearLayout>