From 2d1e63d7223408cd1acbd4b02851acea2881dd52 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Thu, 1 Jul 2021 12:48:28 +0800 Subject: Suggest subreddits in go to subreddit dialog in MainActivity. --- .../res/layout/dialog_go_to_thing_edit_text.xml | 47 ++++++++++++++-------- 1 file changed, 30 insertions(+), 17 deletions(-) (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/dialog_go_to_thing_edit_text.xml b/app/src/main/res/layout/dialog_go_to_thing_edit_text.xml index 9c01d84d..707f4d55 100644 --- a/app/src/main/res/layout/dialog_go_to_thing_edit_text.xml +++ b/app/src/main/res/layout/dialog_go_to_thing_edit_text.xml @@ -1,25 +1,38 @@ - + android:orientation="vertical"> - + android:paddingStart="16dp" + android:paddingTop="8dp" + android:paddingEnd="16dp" + android:paddingBottom="8dp" + app:boxStrokeColor="?attr/primaryTextColor" + app:hintTextColor="?attr/primaryTextColor"> - \ No newline at end of file + + + + + + + \ No newline at end of file -- cgit v1.2.3