From 2d1a9f7a44154035b5a47b0a9843c365dadcb62c Mon Sep 17 00:00:00 2001 From: shanavas Date: Thu, 27 Apr 2017 19:12:50 +0300 Subject: Make git username and email configurable (#289) * Gather git config data and save in preferences * Align text box properly * Apply git configs from settings * Validate email address --- app/src/main/res/layout/activity_git_config.xml | 94 +++++++++++++++++++++++++ app/src/main/res/values/strings.xml | 14 +++- app/src/main/res/xml/preference.xml | 3 + 3 files changed, 109 insertions(+), 2 deletions(-) create mode 100644 app/src/main/res/layout/activity_git_config.xml (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/activity_git_config.xml b/app/src/main/res/layout/activity_git_config.xml new file mode 100644 index 00000000..2955809b --- /dev/null +++ b/app/src/main/res/layout/activity_git_config.xml @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + +