From 805b9d80560c39afd0891771e961212a3996d617 Mon Sep 17 00:00:00 2001 From: Niels Andriesse Date: Tue, 4 Jun 2019 14:59:16 +1000 Subject: [PATCH] Simplify account details screen layout --- res/layout/activity_account_details.xml | 109 +++++++++--------------- 1 file changed, 42 insertions(+), 67 deletions(-) diff --git a/res/layout/activity_account_details.xml b/res/layout/activity_account_details.xml index 18ca45563b..07da2108a7 100644 --- a/res/layout/activity_account_details.xml +++ b/res/layout/activity_account_details.xml @@ -3,84 +3,59 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" - android:layout_width="fill_parent" - android:layout_height="fill_parent" + android:layout_width="match_parent" + android:layout_height="match_parent" android:background="@color/white" android:fillViewport="true" - tools:context=".AccountDetailsActivity"> + tools:context=".loki.AccountDetailsActivity"> - - - + + - - - - + android:text="@string/activity_account_details_title" + android:textAlignment="center" /> - + - - - - - + app:labeledEditText_background="@color/white" + app:labeledEditText_label="Display Name (Optional)"/> - - - + + +