diff options
author | Marvin Borner | 2018-09-01 18:49:16 +0200 |
---|---|---|
committer | Marvin Borner | 2018-09-01 18:49:16 +0200 |
commit | 8ab9ed2a0ef2a73b7e61a68321f8e99475593483 (patch) | |
tree | 6e913a056bbbd4944e4f380bce85baaa943e8c99 /app/src/main/res/layout/activity_photo_editor.xml | |
parent | 2295bd4f8f4a1d565e69ab5931ae2f0108d24407 (diff) |
Small drawing UI fixes
Diffstat (limited to 'app/src/main/res/layout/activity_photo_editor.xml')
-rw-r--r-- | app/src/main/res/layout/activity_photo_editor.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/activity_photo_editor.xml b/app/src/main/res/layout/activity_photo_editor.xml index dd0abba..df62664 100644 --- a/app/src/main/res/layout/activity_photo_editor.xml +++ b/app/src/main/res/layout/activity_photo_editor.xml @@ -37,7 +37,7 @@ android:layout_height="50dp" android:layout_marginEnd="24dp" android:layout_marginTop="24dp" - android:background="@drawable/ic_mode_edit_black_24dp" + android:background="@drawable/ic_mode_edit_white_24dp" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toTopOf="parent" /> |