mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-24 01:32:16 -05:00
small changes
This commit is contained in:
parent
4a8d9694c4
commit
c72b027706
@ -72,26 +72,27 @@
|
|||||||
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" -->
|
||||||
<!-- android:layout_height="wrap_content" -->
|
<!-- android:layout_height="wrap_content" -->
|
||||||
<!-- android:layout_marginTop="8dp" -->
|
<!-- android:layout_marginTop="8dp" -->
|
||||||
<!-- android:text="@string/about_icons" -->
|
<!-- android:text="@string/about_icons" -->
|
||||||
<!-- android:textAppearance="@android:style/TextAppearance.Small" /> -->
|
<!-- android:textAppearance="@android:style/TextAppearance.Small" /> -->
|
||||||
|
|
||||||
<!-- <TextView -->
|
|
||||||
<!-- android:layout_width="wrap_content" -->
|
<!-- <TextView -->
|
||||||
<!-- android:layout_height="wrap_content" -->
|
<!-- android:layout_width="wrap_content" -->
|
||||||
<!-- android:layout_marginTop="8dp" -->
|
<!-- android:layout_height="wrap_content" -->
|
||||||
<!-- android:text="@string/about_libs" -->
|
<!-- android:layout_marginTop="8dp" -->
|
||||||
<!-- android:textAppearance="@android:style/TextAppearance.Small" /> -->
|
<!-- android:text="@string/about_libs" -->
|
||||||
|
<!-- android:textAppearance="@android:style/TextAppearance.Small" /> -->
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
</ScrollView>
|
</ScrollView>
|
@ -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>
|
||||||
|
@ -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. -->
|
||||||
|
Loading…
Reference in New Issue
Block a user