|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 |
| -<android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| 2 | +<android.support.design.widget.CoordinatorLayout |
| 3 | + xmlns:android="http://schemas.android.com/apk/res/android" |
3 | 4 | xmlns:app="http://schemas.android.com/apk/res-auto"
|
4 | 5 | xmlns:tools="http://schemas.android.com/tools"
|
5 | 6 | android:layout_width="match_parent"
|
|
28 | 29 | android:textColor="#ffffff"
|
29 | 30 | android:textSize="30sp" />
|
30 | 31 |
|
31 |
| - |
32 |
| - <RelativeLayout |
| 32 | + <android.support.v7.widget.RecyclerView |
| 33 | + android:id="@+id/recyclerView" |
33 | 34 | android:layout_width="match_parent"
|
34 |
| - android:layout_height="wrap_content" |
35 |
| - android:layout_weight="1"> |
36 |
| - |
37 |
| - <android.support.v7.widget.RecyclerView |
38 |
| - android:id="@+id/recyclerView" |
39 |
| - android:layout_width="match_parent" |
40 |
| - android:layout_height="match_parent" |
41 |
| - android:layout_margin="16dp" |
42 |
| - android:elevation="10dp"> |
43 |
| - </android.support.v7.widget.RecyclerView> |
44 |
| - </RelativeLayout> |
| 35 | + android:layout_height="match_parent" |
| 36 | + android:layout_margin="16dp" |
| 37 | + android:elevation="10dp" |
| 38 | + android:orientation="horizontal"> |
| 39 | + </android.support.v7.widget.RecyclerView> |
45 | 40 |
|
46 | 41 | <TextView
|
47 | 42 | android:layout_width="match_parent"
|
|
53 | 48 | android:textColor="#ffffff"
|
54 | 49 | android:textSize="30sp" />
|
55 | 50 |
|
56 |
| - |
57 |
| - <RelativeLayout |
| 51 | + <android.support.v7.widget.RecyclerView |
| 52 | + android:id="@+id/recyclerView1" |
58 | 53 | android:layout_width="match_parent"
|
59 |
| - android:layout_height="wrap_content" |
60 |
| - android:layout_weight="1"> |
61 |
| - |
62 |
| - <android.support.v7.widget.RecyclerView |
63 |
| - android:id="@+id/recyclerView1" |
64 |
| - android:layout_width="match_parent" |
65 |
| - android:layout_height="match_parent" |
66 |
| - android:layout_margin="16dp" |
67 |
| - android:elevation="10dp"> |
68 |
| - </android.support.v7.widget.RecyclerView> |
69 |
| - </RelativeLayout> |
| 54 | + android:layout_height="match_parent" |
| 55 | + android:layout_margin="16dp" |
| 56 | + android:elevation="10dp" |
| 57 | + android:orientation="horizontal"> |
| 58 | + </android.support.v7.widget.RecyclerView> |
70 | 59 |
|
71 | 60 | <TextView
|
72 | 61 | android:layout_width="match_parent"
|
|
78 | 67 | android:textColor="#ffffff"
|
79 | 68 | android:textSize="30sp" />
|
80 | 69 |
|
81 |
| - |
82 |
| - <RelativeLayout |
| 70 | + <android.support.v7.widget.RecyclerView |
| 71 | + android:id="@+id/recyclerView2" |
83 | 72 | android:layout_width="match_parent"
|
84 |
| - android:layout_height="wrap_content" |
85 |
| - android:layout_weight="1"> |
86 |
| - |
87 |
| - <android.support.v7.widget.RecyclerView |
88 |
| - android:id="@+id/recyclerView2" |
89 |
| - android:layout_width="match_parent" |
90 |
| - android:layout_height="match_parent" |
91 |
| - android:layout_margin="16dp" |
92 |
| - android:elevation="10dp"> |
93 |
| - </android.support.v7.widget.RecyclerView> |
94 |
| - </RelativeLayout> |
| 73 | + android:layout_height="match_parent" |
| 74 | + android:layout_margin="16dp" |
| 75 | + android:elevation="10dp" |
| 76 | + android:orientation="horizontal"> |
| 77 | + </android.support.v7.widget.RecyclerView> |
95 | 78 |
|
96 | 79 | <TextView
|
97 | 80 | android:layout_width="match_parent"
|
|
104 | 87 | android:textSize="30sp" />
|
105 | 88 |
|
106 | 89 |
|
107 |
| - <RelativeLayout |
| 90 | + <android.support.v7.widget.RecyclerView |
| 91 | + android:id="@+id/recyclerView3" |
108 | 92 | android:layout_width="match_parent"
|
109 |
| - android:layout_height="wrap_content" |
110 |
| - android:layout_weight="1"> |
111 |
| - |
112 |
| - <android.support.v7.widget.RecyclerView |
113 |
| - android:id="@+id/recyclerView3" |
114 |
| - android:layout_width="match_parent" |
115 |
| - android:layout_height="match_parent" |
116 |
| - android:layout_margin="16dp" |
117 |
| - android:elevation="10dp"> |
118 |
| - </android.support.v7.widget.RecyclerView> |
119 |
| - </RelativeLayout> |
| 93 | + android:layout_height="match_parent" |
| 94 | + android:layout_margin="16dp" |
| 95 | + android:elevation="10dp" |
| 96 | + android:orientation="horizontal"> |
| 97 | + </android.support.v7.widget.RecyclerView> |
120 | 98 |
|
121 | 99 | </LinearLayout>
|
122 | 100 |
|
|
131 | 109 | app:itemIconTint="@android:color/white"
|
132 | 110 | app:itemTextColor="@android:color/white"
|
133 | 111 | app:layout_behavior="com.example.dhananjay.dailygoals.BottomNavigationBehavior"
|
134 |
| - app:menu="@menu/navigation" /> |
| 112 | + app:menu="@menu/navigation"/> |
135 | 113 |
|
136 | 114 |
|
137 | 115 | </android.support.design.widget.CoordinatorLayout>
|
|
0 commit comments