aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorDominik <dominik@dominikschuermann.de>2012-03-10 03:26:59 +0100
committerDominik <dominik@dominikschuermann.de>2012-03-10 03:26:59 +0100
commitc72b027706331977a6b6188d068829227a911a3c (patch)
tree0dc05c0c3ef8d030695229da0e60c10d4224e4a4 /res/layout
parent4a8d9694c495d445a824696e95ded3337bc7beea (diff)
downloadopen-keychain-c72b027706331977a6b6188d068829227a911a3c.tar.gz
open-keychain-c72b027706331977a6b6188d068829227a911a3c.tar.bz2
open-keychain-c72b027706331977a6b6188d068829227a911a3c.zip
small changes
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/about_activity.xml37
-rw-r--r--res/layout/edit_key_key_item.xml4
2 files changed, 21 insertions, 20 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>