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:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user