Remove unused XML namespaces

This commit is contained in:
Eugene Cheung 2018-09-05 22:50:43 -04:00
commit 8bbdfaa34a
No known key found for this signature in database
GPG key ID: E1FD745328866B0A
3 changed files with 8 additions and 6 deletions

View file

@ -1,11 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
<android.support.constraint.ConstraintLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<android.support.v7.widget.RecyclerView
android:id="@+id/recycler_view"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</android.support.constraint.ConstraintLayout>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<integer name="default_grid_columns">2</integer>
<integer name="default_grid_columns_land">4</integer>
@ -11,4 +12,4 @@
<integer name="detail_header_tile_maxLines">3</integer>
</resources>
</resources>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<paths xmlns:android="http://schemas.android.com/apk/res/android">
<paths>
<external-path name="external_files" path="."/>
</paths>
</paths>