changing package name back

This commit is contained in:
Dominik
2012-04-14 16:18:06 +02:00
parent 30b6cc60f2
commit e95ec50b46
80 changed files with 314 additions and 302 deletions

View File

@@ -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>
</org.thialfihar.android.apg.ui.widget.KeyEditor>

View File

@@ -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>
</org.thialfihar.android.apg.ui.widget.SectionView>

View File

@@ -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>
</org.thialfihar.android.apg.ui.widget.UserIdEditor>

View File

@@ -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>

View File

@@ -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" -->