From 47f8e31e1c47a482a91e8bde449cf7e2e123b9bd Mon Sep 17 00:00:00 2001 From: Stefan Niedermann Date: Sun, 24 Jan 2016 11:14:43 +0100 Subject: =?UTF-8?q?WiP=20#40=20Mention=20license,=20source=20code=20and=20?= =?UTF-8?q?call=20to=20contribution=20in=20the=20=C2=BBAbout=C2=AB=20secti?= =?UTF-8?q?on?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/activity_about.xml | 119 +-------------------- .../res/layout/fragment_about_contribution_tab.xml | 21 ++-- .../res/layout/fragment_about_credentials_tab.xml | 12 --- .../main/res/layout/fragment_about_credits_tab.xml | 86 +++++++++++++++ .../main/res/layout/fragment_about_license_tab.xml | 21 ++-- app/src/main/res/values-de/strings.xml | 26 +++-- app/src/main/res/values/strings.xml | 26 +++-- app/src/main/res/values/styles.xml | 1 + 8 files changed, 146 insertions(+), 166 deletions(-) delete mode 100644 app/src/main/res/layout/fragment_about_credentials_tab.xml create mode 100644 app/src/main/res/layout/fragment_about_credits_tab.xml (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/activity_about.xml b/app/src/main/res/layout/activity_about.xml index 5288d075..4ecc60a4 100644 --- a/app/src/main/res/layout/activity_about.xml +++ b/app/src/main/res/layout/activity_about.xml @@ -4,7 +4,8 @@ android:id="@android:id/tabhost" xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" - android:layout_height="match_parent"> + android:layout_height="match_parent" + > - - - \ No newline at end of file + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_about_contribution_tab.xml b/app/src/main/res/layout/fragment_about_contribution_tab.xml index f474ee60..2856319d 100644 --- a/app/src/main/res/layout/fragment_about_contribution_tab.xml +++ b/app/src/main/res/layout/fragment_about_contribution_tab.xml @@ -1,12 +1,17 @@ - + - - \ No newline at end of file + android:orientation="vertical" + android:padding="@dimen/activity_horizontal_margin"> + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_about_credentials_tab.xml b/app/src/main/res/layout/fragment_about_credentials_tab.xml deleted file mode 100644 index cb4da7ec..00000000 --- a/app/src/main/res/layout/fragment_about_credentials_tab.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_about_credits_tab.xml b/app/src/main/res/layout/fragment_about_credits_tab.xml new file mode 100644 index 00000000..82f378fe --- /dev/null +++ b/app/src/main/res/layout/fragment_about_credits_tab.xml @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_about_license_tab.xml b/app/src/main/res/layout/fragment_about_license_tab.xml index bd9629f9..f235d11c 100644 --- a/app/src/main/res/layout/fragment_about_license_tab.xml +++ b/app/src/main/res/layout/fragment_about_license_tab.xml @@ -1,12 +1,17 @@ - + - - \ No newline at end of file + android:orientation="vertical" + android:padding="@dimen/activity_horizontal_margin"> + + + + \ No newline at end of file diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index c9f61b56..7f5c6bcf 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -30,17 +30,6 @@ Diesen Monat Früher - - - Version - Sie benutzen aktuell v0.4.0 - Autor - Diese Android-App wird entwickelt von Niedermann IT-Dienstleistungen - App-Icon -

Ursprüngliches Icon wurde erstellt von Freepik auf www.flaticon.com

- Icons -

Alle weiteren Icons, die in dieser App verwendet werden, sind Material Design Icons von Google Inc. und unter einer Creative Commons License lizensiert.

- Server @@ -68,4 +57,19 @@ Einstellungen + + + + Version + Sie benutzen aktuell v0.4.0 + Autor + Diese Android-App wird entwickelt von Niedermann IT-Dienstleistungen + App-Icon +

Ursprüngliches Icon wurde erstellt von Freepik auf www.flaticon.com

+ Icons +

Alle weiteren Icons, die in dieser App verwendet werden, sind Material Design Icons von Google Inc. und unter einer Creative Commons License lizensiert.

+ + Credits + Contribution + License \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 293112ac..95d3eb9f 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -30,17 +30,6 @@ this month earlier - - - Version - You are currently using v0.4.0 - Author - This Android-Application is developed and presented by Niedermann IT-Dienstleistungen - App-Icon -

Original icon made by Freepik from www.flaticon.com

- Icons -

All further icons used by this app are Material Design Icons made by Google Inc. and licensed under a Creative Commons License.

- Server @@ -69,4 +58,19 @@ Settings + + + + Version + You are currently using v0.4.0 + Author + This Android-Application is developed and presented by Niedermann IT-Dienstleistungen + App-Icon +

Original icon made by Freepik from www.flaticon.com

+ Icons +

All further icons used by this app are Material Design Icons made by Google Inc. and licensed under a Creative Commons License.

+ + Credits + Contribution + License \ No newline at end of file diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 53dc8a57..7db95b53 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -11,6 +11,7 @@ @style/ocbutton @color/bg_normal +