From 6af532e3b37e2b7ef629f90335725e6cb151b075 Mon Sep 17 00:00:00 2001 From: a1batross Date: Sun, 16 Aug 2015 22:52:54 +0600 Subject: [PATCH] Add about page, refactor LauncherActivity, remove unused strings and translations --- res/layout/about.xml | 75 +++++++++++++++ res/layout/activity_launcher.xml | 102 +++++++++++---------- res/values-ru/strings.xml | 15 ++- res/values/strings.xml | 27 ++++-- src/in/celest/xash3d/LauncherActivity.java | 18 ++++ 5 files changed, 179 insertions(+), 58 deletions(-) create mode 100644 res/layout/about.xml diff --git a/res/layout/about.xml b/res/layout/about.xml new file mode 100644 index 00000000..d935c01a --- /dev/null +++ b/res/layout/about.xml @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/res/layout/activity_launcher.xml b/res/layout/activity_launcher.xml index 87fe0905..1da5db5c 100644 --- a/res/layout/activity_launcher.xml +++ b/res/layout/activity_launcher.xml @@ -1,5 +1,5 @@ - -