1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 17:59:33 +02:00

removed duplicate ns definition

This commit is contained in:
Nikolay Pultsin 2015-08-23 17:39:55 +01:00
parent be4e801b53
commit f8c20b06cc

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" <ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/lr_user_registration_dialog" android:id="@+id/lr_user_registration_dialog"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -13,7 +14,6 @@
android:orientation="vertical" android:orientation="vertical"
> >
<TextView <TextView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/lr_auto_registration_text" android:id="@+id/lr_auto_registration_text"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="fill_parent" android:layout_height="fill_parent"