From: John Hoford Date: Tue, 12 Mar 2013 23:30:10 +0000 (-0700) Subject: add flexable ui for parameters X-Git-Tag: android-x86-6.0-r3~68^2~28^2~213^2~19^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2~428^2~2^2~201^2~123^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=235d2179374bec14040f20af91dc753e38ea3639;p=android-x86%2Fpackages-apps-Camera2.git add flexable ui for parameters Change-Id: Ifa9862ceb7f9a12b1b9b985fdc737dc1bb679921 --- diff --git a/res/drawable/filtershow_addpoint.png b/res/drawable/filtershow_addpoint.png new file mode 100644 index 000000000..483d8eebe Binary files /dev/null and b/res/drawable/filtershow_addpoint.png differ diff --git a/res/drawable/filtershow_delpoint.png b/res/drawable/filtershow_delpoint.png new file mode 100644 index 000000000..84f2e5b5d Binary files /dev/null and b/res/drawable/filtershow_delpoint.png differ diff --git a/res/drawable/filtershow_vertical_bar.png b/res/drawable/filtershow_vertical_bar.png new file mode 100644 index 000000000..5ac0a9f61 Binary files /dev/null and b/res/drawable/filtershow_vertical_bar.png differ diff --git a/res/layout/filtershow_control_action_slider.xml b/res/layout/filtershow_control_action_slider.xml new file mode 100644 index 000000000..7caf96dca --- /dev/null +++ b/res/layout/filtershow_control_action_slider.xml @@ -0,0 +1,40 @@ + + + + + + + + + + diff --git a/res/layout/filtershow_control_title_slider.xml b/res/layout/filtershow_control_title_slider.xml new file mode 100644 index 000000000..a2c65cf66 --- /dev/null +++ b/res/layout/filtershow_control_title_slider.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + diff --git a/res/layout/filtershow_editor_panel.xml b/res/layout/filtershow_editor_panel.xml index ffe5d48b8..2d085a802 100644 --- a/res/layout/filtershow_editor_panel.xml +++ b/res/layout/filtershow_editor_panel.xml @@ -54,15 +54,16 @@ android:layout_height="94dip" android:layout_gravity="left|center_vertical" android:layout_weight=".1" - android:background="@android:color/transparent" + android:background="@drawable/filtershow_button_background" android:gravity="center" android:src="@drawable/ic_menu_cancel_holo_light" - android:textSize="18dip" /> + android:textSize="18dip" + style="@style/FilterShowBottomButton" /> + android:src="@drawable/filtershow_vertical_bar" /> + android:src="@drawable/filtershow_vertical_bar" /> + android:textSize="18dip" + style="@style/FilterShowBottomButton" /> - \ No newline at end of file + diff --git a/res/layout/filtershow_seekbar.xml b/res/layout/filtershow_seekbar.xml new file mode 100644 index 000000000..53f59801e --- /dev/null +++ b/res/layout/filtershow_seekbar.xml @@ -0,0 +1,33 @@ + + + + + + + + diff --git a/res/values/filtershow_ids.xml b/res/values/filtershow_ids.xml index 9380740ce..8ac294136 100644 --- a/res/values/filtershow_ids.xml +++ b/res/values/filtershow_ids.xml @@ -1,7 +1,7 @@