From 14b90afeb45e3f23673eaf3f65ae708f0e3faa2d Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Sat, 19 Jan 2019 19:35:54 +0000 Subject: [PATCH 1/1] use TextInputLayout-s in the profile editor --- app/src/main/res/layout/profile_detail.xml | 52 +++++++--------------- 1 file changed, 17 insertions(+), 35 deletions(-) diff --git a/app/src/main/res/layout/profile_detail.xml b/app/src/main/res/layout/profile_detail.xml index 952d7a66..dfecf9d7 100644 --- a/app/src/main/res/layout/profile_detail.xml +++ b/app/src/main/res/layout/profile_detail.xml @@ -26,46 +26,36 @@ android:textIsSelectable="true" tools:context=".ui.profiles.ProfileDetailFragment"> - - - + android:layout_height="wrap_content"> - - + - - - - - + - - - - - + - - - - - + -- 2.39.2