changing package name back
This commit is contained in:
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
|
||||
@@ -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" -->
|
||||
|
||||
Reference in New Issue
Block a user