[Android] Remove unnecessary attributes from the ViewPager layout XML file.

This commit is contained in:
Lioncash 2013-10-06 20:04:53 -04:00
parent 5bee29c7c2
commit cf1b634c33

View File

@ -1,6 +1,5 @@
<android.support.v4.view.ViewPager xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
<android.support.v4.view.ViewPager
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/pager"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".PrefsActivity" />
android:layout_height="match_parent" />