From 88bda7ef0bb95db4318deb761a962650f98b71b3 Mon Sep 17 00:00:00 2001 From: str4d Date: Sat, 8 Mar 2014 22:37:56 +0000 Subject: [PATCH] Improved edit identity UI --- res/layout/fragment_edit_identity.xml | 46 ++++------- res/menu/edit_identity.xml | 11 +++ res/values/strings.xml | 5 +- src/i2p/bote/config/EditIdentityFragment.java | 81 +++++++++++-------- 4 files changed, 77 insertions(+), 66 deletions(-) create mode 100644 res/menu/edit_identity.xml diff --git a/res/layout/fragment_edit_identity.xml b/res/layout/fragment_edit_identity.xml index 0df518a..84312ba 100644 --- a/res/layout/fragment_edit_identity.xml +++ b/res/layout/fragment_edit_identity.xml @@ -1,8 +1,10 @@ - + android:paddingLeft="10dp" + android:paddingRight="10dp" + android:paddingTop="10dp" > - - - - - + android:layout_below="@+id/description" + android:textColor="@color/error_color" /> -