Issue #171 - Removed warning Unused namespace - removed namespaces from within the xml where it is already present at the top of the xml.

This commit is contained in:
Abhinav 2018-02-07 15:40:57 +05:30
parent bbb8f2d253
commit 8e61be4fbe
2 changed files with 2 additions and 5 deletions

View file

@ -15,9 +15,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
<FrameLayout android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/contributionsFragmentContainer"
android:orientation="horizontal"

View file

@ -15,8 +15,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/uploadsFragmentContainer"
<FrameLayout android:id="@+id/uploadsFragmentContainer"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@id/toolbar"