From 464a697082aead06b8ea01e4bc40be7e75710bc7 Mon Sep 17 00:00:00 2001 From: Mario Danic Date: Wed, 6 Jun 2018 16:40:48 +0200 Subject: [PATCH] Fix an issue with version invisible Signed-off-by: Mario Danic --- app/src/main/res/layout/controller_settings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/controller_settings.xml b/app/src/main/res/layout/controller_settings.xml index 9de453aa0..55367f5b7 100644 --- a/app/src/main/res/layout/controller_settings.xml +++ b/app/src/main/res/layout/controller_settings.xml @@ -23,7 +23,8 @@ xmlns:apc="http://schemas.android.com/apk/res-auto" android:id="@+id/settings_screen" android:layout_width="match_parent" - android:layout_height="match_parent"> + android:layout_height="match_parent" + android:layout_marginBottom="48dp">