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_media_preview.xml | |
parent | 2295bd4f8f4a1d565e69ab5931ae2f0108d24407 (diff) |
Small drawing UI fixes
Diffstat (limited to 'app/src/main/res/layout/activity_media_preview.xml')
-rw-r--r-- | app/src/main/res/layout/activity_media_preview.xml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/app/src/main/res/layout/activity_media_preview.xml b/app/src/main/res/layout/activity_media_preview.xml deleted file mode 100644 index 86c6406..0000000 --- a/app/src/main/res/layout/activity_media_preview.xml +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:app="http://schemas.android.com/apk/res-auto" - xmlns:tools="http://schemas.android.com/tools" - android:layout_width="match_parent" - android:layout_height="match_parent" - tools:context=".MediaPreviewActivity"> - - <ImageView - android:id="@+id/imagePreview" - android:layout_width="match_parent" - android:layout_height="match_parent" - android:contentDescription="Kwel image" - app:srcCompat="@drawable/ic_camera_black_24dp" /> - - <android.support.design.widget.FloatingActionButton - android:id="@+id/floatingActionButton" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_marginBottom="24dp" - android:layout_marginEnd="24dp" - android:clickable="true" - app:fabSize="normal" - app:layout_constraintBottom_toBottomOf="parent" - app:layout_constraintEnd_toEndOf="parent" - app:srcCompat="@drawable/ic_send_black_24dp" /> -</android.support.constraint.ConstraintLayout>
\ No newline at end of file |