summaryrefslogtreecommitdiffstats
path: root/res/layout/filtershow_editor_panel.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/filtershow_editor_panel.xml')
-rw-r--r--res/layout/filtershow_editor_panel.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/res/layout/filtershow_editor_panel.xml b/res/layout/filtershow_editor_panel.xml
index 8560a5bf1..ffe5d48b8 100644
--- a/res/layout/filtershow_editor_panel.xml
+++ b/res/layout/filtershow_editor_panel.xml
@@ -26,7 +26,7 @@
<LinearLayout
android:id="@+id/controlArea"
android:layout_width="match_parent"
- android:layout_height="wrap_content"
+ android:layout_height="64dp"
android:layout_weight="1"
android:orientation="horizontal"
android:visibility="visible" >
@@ -35,7 +35,9 @@
android:id="@+id/primarySeekBar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_weight="1" />
+ android:layout_weight="1"
+ style="@style/FilterShowSlider" />
+
</LinearLayout>
<LinearLayout
@@ -50,7 +52,7 @@
android:id="@+id/cancelFilter"
android:layout_width="wrap_content"
android:layout_height="94dip"
- android:layout_gravity="left"
+ android:layout_gravity="left|center_vertical"
android:layout_weight=".1"
android:background="@android:color/transparent"
android:gravity="center"
@@ -91,7 +93,7 @@
android:id="@+id/applyFilter"
android:layout_width="wrap_content"
android:layout_height="94dip"
- android:layout_gravity="right"
+ android:layout_gravity="right|center_vertical"
android:layout_weight=".1"
android:background="@android:color/transparent"
android:gravity="center"