small changes

This commit is contained in:
Dominik 2012-03-10 03:26:59 +01:00
parent 4a8d9694c4
commit c72b027706
3 changed files with 22 additions and 21 deletions

View File

@ -72,12 +72,12 @@
android:text="@string/about_license" android:text="@string/about_license"
android:textAppearance="@android:style/TextAppearance.Small" /> android:textAppearance="@android:style/TextAppearance.Small" />
<!-- <TextView --> <TextView
<!-- android:layout_width="wrap_content" --> android:layout_width="wrap_content"
<!-- android:layout_height="wrap_content" --> android:layout_height="wrap_content"
<!-- android:layout_marginTop="8dp" --> android:layout_marginTop="8dp"
<!-- android:text="@string/about_developer" --> android:text="@string/about_developer"
<!-- android:textAppearance="@android:style/TextAppearance.Small" /> --> android:textAppearance="@android:style/TextAppearance.Small" />
<!-- <TextView --> <!-- <TextView -->
<!-- android:layout_width="wrap_content" --> <!-- android:layout_width="wrap_content" -->
@ -86,6 +86,7 @@
<!-- android:text="@string/about_icons" --> <!-- android:text="@string/about_icons" -->
<!-- android:textAppearance="@android:style/TextAppearance.Small" /> --> <!-- android:textAppearance="@android:style/TextAppearance.Small" /> -->
<!-- <TextView --> <!-- <TextView -->
<!-- android:layout_width="wrap_content" --> <!-- android:layout_width="wrap_content" -->
<!-- android:layout_height="wrap_content" --> <!-- android:layout_height="wrap_content" -->

View File

@ -14,7 +14,7 @@
limitations under the License. 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" xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -140,4 +140,4 @@
</LinearLayout> </LinearLayout>
</org.thialfihar.android.apg.ui.widget.KeyEditor> </org.apg.ui.widget.KeyEditor>

View File

@ -320,7 +320,7 @@
<string name="about_description">Android Privacy Guard (APG) is a OpenPGP implementation for Android.</string> <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_license">License: Apache License 2.0</string>
<string name="about_version">Version:</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 --> <!-- texts -->
<!-- "OI File Manager", "ASTRO", and "K-9 Mail" must not be translated in order for the links to the market to work. --> <!-- "OI File Manager", "ASTRO", and "K-9 Mail" must not be translated in order for the links to the market to work. -->