OSDN Git Service

merge in klp-release history after reset to klp-dev
[android-x86/packages-apps-Gallery2.git] / res / layout / filtershow_seekbar.xml
index 53f5980..54a874d 100644 (file)
@@ -19,7 +19,6 @@
     android:id="@+id/top"
     android:layout_width="match_parent"
     android:layout_height="wrap_content"
-    android:layout_weight="0"
     android:orientation="vertical"
     android:visibility="visible" >
 
@@ -27,7 +26,7 @@
         android:id="@+id/primarySeekBar"
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
-        android:layout_weight="1"
-        style="@style/FilterShowSlider" />
+        style="@style/FilterShowSlider"
+        android:visibility="gone" />
 
 </LinearLayout>