diff options
| author | Lioncash <mathew1800@gmail.com> | 2013-10-06 20:04:53 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2013-10-06 20:04:53 -0400 |
| commit | cf1b634c33895ffd6e8512e1008fc81cf82304d5 (patch) | |
| tree | c2c1534c00c931e4eb0718f778821e6a40ecdf08 /Source/Android | |
| parent | 5bee29c7c2eb57d0e641294095d670fc945c28f0 (diff) | |
[Android] Remove unnecessary attributes from the ViewPager layout XML file.
Diffstat (limited to 'Source/Android')
| -rw-r--r-- | Source/Android/res/layout/prefs_viewpager.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Source/Android/res/layout/prefs_viewpager.xml b/Source/Android/res/layout/prefs_viewpager.xml index f07fc62c46..04b517dd7f 100644 --- a/Source/Android/res/layout/prefs_viewpager.xml +++ b/Source/Android/res/layout/prefs_viewpager.xml @@ -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" /> |
