From 828a51520523e8b53def448001b4b84714d89e7b Mon Sep 17 00:00:00 2001 From: Anton Weber <anton@antweb.me> Date: Thu, 22 Aug 2019 15:06:11 +0200 Subject: [PATCH] MainFragment: Enable send file button. --- app/src/main/res/layout/main_fragment.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/main/res/layout/main_fragment.xml b/app/src/main/res/layout/main_fragment.xml index dee6ca2..9332fc1 100644 --- a/app/src/main/res/layout/main_fragment.xml +++ b/app/src/main/res/layout/main_fragment.xml @@ -62,8 +62,7 @@ android:text="@string/main_button_send_file" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" - app:layout_constraintTop_toBottomOf="@+id/button_hatchery" - android:enabled="false"/> + app:layout_constraintTop_toBottomOf="@+id/button_hatchery"/> <Button android:layout_width="wrap_content" android:layout_height="wrap_content" -- GitLab