Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit 76fe9b7

Browse files
committed
Removed redundant FrameLayout parent
1 parent 759795b commit 76fe9b7

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed
Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
1-
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
2-
xmlns:tools="http://schemas.android.com/tools"
1+
<android.support.v7.widget.RecyclerView android:id="@+id/recyclerView"
32
android:layout_width="match_parent"
4-
android:layout_height="match_parent"
5-
tools:context=".activities.MessageListFragment" >
6-
7-
<android.support.v7.widget.RecyclerView
8-
android:id="@+id/recyclerView"
9-
android:layout_width="match_parent"
10-
android:layout_height="fill_parent"
11-
android:scrollbars="vertical"
12-
android:fadeScrollbars="false"
13-
android:background="@android:color/white" />
14-
</FrameLayout>
3+
android:layout_height="fill_parent"
4+
android:scrollbars="vertical"
5+
android:fadeScrollbars="false"
6+
android:background="@android:color/white"
7+
xmlns:android="http://schemas.android.com/apk/res/android" />

0 commit comments

Comments
 (0)