diff options
author | Dominik <dominik@dominikschuermann.de> | 2012-03-10 03:26:59 +0100 |
---|---|---|
committer | Dominik <dominik@dominikschuermann.de> | 2012-03-10 03:26:59 +0100 |
commit | c72b027706331977a6b6188d068829227a911a3c (patch) | |
tree | 0dc05c0c3ef8d030695229da0e60c10d4224e4a4 | |
parent | 4a8d9694c495d445a824696e95ded3337bc7beea (diff) | |
download | open-keychain-c72b027706331977a6b6188d068829227a911a3c.tar.gz open-keychain-c72b027706331977a6b6188d068829227a911a3c.tar.bz2 open-keychain-c72b027706331977a6b6188d068829227a911a3c.zip |
small changes
-rw-r--r-- | res/layout/about_activity.xml | 37 | ||||
-rw-r--r-- | res/layout/edit_key_key_item.xml | 4 | ||||
-rw-r--r-- | res/values/strings.xml | 2 |
3 files changed, 22 insertions, 21 deletions
diff --git a/res/layout/about_activity.xml b/res/layout/about_activity.xml index 0388f5c06..a85439ee1 100644 --- a/res/layout/about_activity.xml +++ b/res/layout/about_activity.xml @@ -72,26 +72,27 @@ android:text="@string/about_license" android:textAppearance="@android:style/TextAppearance.Small" /> -<!-- <TextView --> -<!-- android:layout_width="wrap_content" --> -<!-- android:layout_height="wrap_content" --> -<!-- android:layout_marginTop="8dp" --> -<!-- android:text="@string/about_developer" --> -<!-- android:textAppearance="@android:style/TextAppearance.Small" /> --> + <TextView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_marginTop="8dp" + android:text="@string/about_developer" + android:textAppearance="@android:style/TextAppearance.Small" /> + + <!-- <TextView --> + <!-- android:layout_width="wrap_content" --> + <!-- android:layout_height="wrap_content" --> + <!-- android:layout_marginTop="8dp" --> + <!-- android:text="@string/about_icons" --> + <!-- android:textAppearance="@android:style/TextAppearance.Small" /> --> -<!-- <TextView --> -<!-- android:layout_width="wrap_content" --> -<!-- android:layout_height="wrap_content" --> -<!-- android:layout_marginTop="8dp" --> -<!-- android:text="@string/about_icons" --> -<!-- android:textAppearance="@android:style/TextAppearance.Small" /> --> -<!-- <TextView --> -<!-- android:layout_width="wrap_content" --> -<!-- android:layout_height="wrap_content" --> -<!-- android:layout_marginTop="8dp" --> -<!-- android:text="@string/about_libs" --> -<!-- android:textAppearance="@android:style/TextAppearance.Small" /> --> + <!-- <TextView --> + <!-- android:layout_width="wrap_content" --> + <!-- android:layout_height="wrap_content" --> + <!-- android:layout_marginTop="8dp" --> + <!-- android:text="@string/about_libs" --> + <!-- android:textAppearance="@android:style/TextAppearance.Small" /> --> </LinearLayout> </ScrollView>
\ No newline at end of file diff --git a/res/layout/edit_key_key_item.xml b/res/layout/edit_key_key_item.xml index 2db805d09..850879f64 100644 --- a/res/layout/edit_key_key_item.xml +++ b/res/layout/edit_key_key_item.xml @@ -14,7 +14,7 @@ limitations under the License. --> -<org.thialfihar.android.apg.ui.widget.KeyEditor +<org.apg.ui.widget.KeyEditor xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="wrap_content" @@ -140,4 +140,4 @@ </LinearLayout> -</org.thialfihar.android.apg.ui.widget.KeyEditor> +</org.apg.ui.widget.KeyEditor> diff --git a/res/values/strings.xml b/res/values/strings.xml index 455b97717..0d967af37 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -320,7 +320,7 @@ <string name="about_description">Android Privacy Guard (APG) is a OpenPGP implementation for Android.</string> <string name="about_license">License: Apache License 2.0</string> <string name="about_version">Version:</string> - <string name="about_developer">Developer: ...</string> + <string name="about_developer">Developer: Thialfihar (Main developer), Senecaso (Basic key server support), Markus Doits (AIDL), Oliver Runge, Dominik Schürmann</string> <!-- texts --> <!-- "OI File Manager", "ASTRO", and "K-9 Mail" must not be translated in order for the links to the market to work. --> |