diff options
Diffstat (limited to 'app/src/main/res/layout/activity_photo_editor.xml')
-rw-r--r-- | app/src/main/res/layout/activity_photo_editor.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/layout/activity_photo_editor.xml b/app/src/main/res/layout/activity_photo_editor.xml index da1621f..1128e90 100644 --- a/app/src/main/res/layout/activity_photo_editor.xml +++ b/app/src/main/res/layout/activity_photo_editor.xml @@ -43,10 +43,10 @@ <com.rtugeek.android.colorseekbar.ColorSeekBar android:id="@+id/drawColorSeekbar" - android:layout_width="30dp" + android:layout_width="38dp" android:layout_height="300dp" - android:layout_marginEnd="24dp" - android:layout_marginTop="16dp" + android:layout_marginEnd="28dp" + android:layout_marginTop="24dp" android:visibility="gone" app:barHeight="15dp" app:colorSeeds="@array/material_colors" |