Skip to content

Commit

Permalink
[Android] Remove unnecessary attributes from the ViewPager layout XML…
Browse files Browse the repository at this point in the history
… file.
  • Loading branch information
lioncash committed Oct 7, 2013
1 parent 5bee29c commit cf1b634
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Source/Android/res/layout/prefs_viewpager.xml
Original file line number Diff line number Diff line change
@@ -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" />

0 comments on commit cf1b634

Please sign in to comment.