9
0
mirror of https://gitee.com/shuto/customCamera.git synced 2026-05-02 00:07:24 +08:00

add margin on seekbars

This commit is contained in:
Christophe BOUCAUT
2015-06-04 11:38:40 +02:00
parent 12321868f3
commit ab703905fb
@@ -88,6 +88,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/default_padding"
android:gravity="center"
android:orientation="horizontal" >
@@ -175,6 +176,7 @@
android:layout_height="250dp"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:layout_marginRight="@dimen/default_padding"
android:max="10"
android:progress="5"
android:progressDrawable="@drawable/custom_seekbar" />