From f68af307bbec8d479d36356d2605dcb25a742e98 Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 5 Mar 2021 11:24:38 +0100 Subject: [PATCH] updating some dialogs with the new edittext hints --- app/build.gradle | 2 +- .../main/res/layout/dialog_compress_as.xml | 44 +++++++++---------- 2 files changed, 22 insertions(+), 24 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 01f11de4..ae70630e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -58,7 +58,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.33.35' + implementation 'com.simplemobiletools:commons:5.34.9' implementation 'com.github.Stericson:RootTools:df729dcb13' implementation 'com.github.Stericson:RootShell:1.6' implementation 'com.alexvasilkov:gesture-views:2.5.2' diff --git a/app/src/main/res/layout/dialog_compress_as.xml b/app/src/main/res/layout/dialog_compress_as.xml index d4605f30..7ac20bf7 100644 --- a/app/src/main/res/layout/dialog_compress_as.xml +++ b/app/src/main/res/layout/dialog_compress_as.xml @@ -12,6 +12,7 @@ android:id="@+id/file_path_label" android:layout_width="match_parent" android:layout_height="wrap_content" + android:layout_marginStart="@dimen/small_margin" android:layout_marginTop="@dimen/activity_margin" android:text="@string/path" android:textSize="@dimen/smaller_text_size" /> @@ -21,44 +22,41 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_below="@+id/file_path_label" - android:paddingStart="@dimen/activity_margin" + android:paddingStart="@dimen/small_margin" android:paddingTop="@dimen/small_margin" android:paddingEnd="@dimen/small_margin" android:paddingBottom="@dimen/activity_margin" + android:textSize="@dimen/normal_text_size" tools:text="/storage/emulated/0" /> - - - + android:hint="@string/filename"> + + + + android:textSize="@dimen/normal_text_size" + tools:ignore="HardcodedText" />