diff options
author | Dominik <dominik@dominikschuermann.de> | 2012-04-14 16:18:06 +0200 |
---|---|---|
committer | Dominik <dominik@dominikschuermann.de> | 2012-06-13 19:28:23 +0300 |
commit | e95ec50b468958db084cdbb03b275fb2d0e6aa4d (patch) | |
tree | 9ff653682cdaa810c0c8f4e4fe5a3bb5fd5c936b /org_apg/res/layout | |
parent | 30b6cc60f2c7cae3ade18cad8e8223172ff6d9b1 (diff) | |
download | open-keychain-e95ec50b468958db084cdbb03b275fb2d0e6aa4d.tar.gz open-keychain-e95ec50b468958db084cdbb03b275fb2d0e6aa4d.tar.bz2 open-keychain-e95ec50b468958db084cdbb03b275fb2d0e6aa4d.zip |
changing package name back
Diffstat (limited to 'org_apg/res/layout')
-rw-r--r-- | org_apg/res/layout/edit_key_key_item.xml | 4 | ||||
-rw-r--r-- | org_apg/res/layout/edit_key_section.xml | 4 | ||||
-rw-r--r-- | org_apg/res/layout/edit_key_user_id_item.xml | 4 | ||||
-rw-r--r-- | org_apg/res/layout/key_server_editor.xml | 4 | ||||
-rw-r--r-- | org_apg/res/layout/main.xml | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/org_apg/res/layout/edit_key_key_item.xml b/org_apg/res/layout/edit_key_key_item.xml index cf816c797..5556ec22e 100644 --- a/org_apg/res/layout/edit_key_key_item.xml +++ b/org_apg/res/layout/edit_key_key_item.xml @@ -15,7 +15,7 @@ limitations under the License. --> -<org.apg.ui.widget.KeyEditor xmlns:android="http://schemas.android.com/apk/res/android" +<org.thialfihar.android.apg.ui.widget.KeyEditor xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="vertical" > @@ -131,4 +131,4 @@ android:layout_height="1dip" android:background="?android:attr/listDivider" /> -</org.apg.ui.widget.KeyEditor>
\ No newline at end of file +</org.thialfihar.android.apg.ui.widget.KeyEditor>
\ No newline at end of file diff --git a/org_apg/res/layout/edit_key_section.xml b/org_apg/res/layout/edit_key_section.xml index 333d0b753..e8f788f6d 100644 --- a/org_apg/res/layout/edit_key_section.xml +++ b/org_apg/res/layout/edit_key_section.xml @@ -15,7 +15,7 @@ limitations under the License. --> -<org.apg.ui.widget.SectionView xmlns:android="http://schemas.android.com/apk/res/android" +<org.thialfihar.android.apg.ui.widget.SectionView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="vertical" > @@ -54,4 +54,4 @@ android:orientation="vertical" android:paddingBottom="6dip" /> -</org.apg.ui.widget.SectionView>
\ No newline at end of file +</org.thialfihar.android.apg.ui.widget.SectionView>
\ No newline at end of file diff --git a/org_apg/res/layout/edit_key_user_id_item.xml b/org_apg/res/layout/edit_key_user_id_item.xml index 1961cf109..26a7304e0 100644 --- a/org_apg/res/layout/edit_key_user_id_item.xml +++ b/org_apg/res/layout/edit_key_user_id_item.xml @@ -15,7 +15,7 @@ limitations under the License. --> -<org.apg.ui.widget.UserIdEditor xmlns:android="http://schemas.android.com/apk/res/android" +<org.thialfihar.android.apg.ui.widget.UserIdEditor xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="vertical" > @@ -104,4 +104,4 @@ android:layout_height="1dip" android:background="?android:attr/listDivider" /> -</org.apg.ui.widget.UserIdEditor>
\ No newline at end of file +</org.thialfihar.android.apg.ui.widget.UserIdEditor>
\ No newline at end of file diff --git a/org_apg/res/layout/key_server_editor.xml b/org_apg/res/layout/key_server_editor.xml index a02540c2c..e4c25b316 100644 --- a/org_apg/res/layout/key_server_editor.xml +++ b/org_apg/res/layout/key_server_editor.xml @@ -14,7 +14,7 @@ limitations under the License. --> -<org.apg.ui.widget.KeyServerEditor +<org.thialfihar.android.apg.ui.widget.KeyServerEditor xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="wrap_content" @@ -49,4 +49,4 @@ android:layout_height="1dip" android:background="?android:attr/listDivider"/> -</org.apg.ui.widget.KeyServerEditor> +</org.thialfihar.android.apg.ui.widget.KeyServerEditor> diff --git a/org_apg/res/layout/main.xml b/org_apg/res/layout/main.xml index 6f0a66a71..e4c509c70 100644 --- a/org_apg/res/layout/main.xml +++ b/org_apg/res/layout/main.xml @@ -20,7 +20,7 @@ android:layout_height="fill_parent" android:orientation="vertical" > - <org.apg.ui.widget.DashboardLayout + <org.thialfihar.android.apg.ui.widget.DashboardLayout android:layout_width="fill_parent" android:layout_height="fill_parent" > @@ -66,7 +66,7 @@ android:drawableTop="@drawable/dashboard_help" android:onClick="helpOnClick" android:text="@string/dashboard_help" /> - </org.apg.ui.widget.DashboardLayout> + </org.thialfihar.android.apg.ui.widget.DashboardLayout> <!-- <LinearLayout --> <!-- style="@android:style/ButtonBar" --> |