aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/src/main
diff options
context:
space:
mode:
authorMarvin Borner2018-09-01 19:03:41 +0200
committerMarvin Borner2018-09-01 19:03:41 +0200
commit3c17c37c17c1b06e9af9d6fa49cc032063bde763 (patch)
treeaeb679b2b59fa3141c0b68a649220c0be60d7d30 /app/src/main
parent48b79e040fa4d633d203dbcbd05eceddbedab636 (diff)
Fixed color selector width
Diffstat (limited to 'app/src/main')
-rw-r--r--app/src/main/res/layout/activity_photo_editor.xml6
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"