|
38 | 38 | android:textSize="12sp"
|
39 | 39 | android:id="@+id/my_edit"/>
|
40 | 40 |
|
| 41 | + <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| 42 | + android:layout_width="match_parent" |
| 43 | + android:layout_height="match_parent" |
| 44 | + android:orientation="vertical"> |
| 45 | + |
| 46 | + <android.support.v7.widget.RecyclerView |
| 47 | + android:id="@+id/my_recycler_view" |
| 48 | + android:layout_width="0dp" |
| 49 | + android:layout_height="0dp" |
| 50 | + android:layout_marginBottom="0dp" |
| 51 | + android:layout_marginLeft="0dp" |
| 52 | + android:layout_marginRight="0dp" |
| 53 | + android:layout_marginTop="0dp" |
| 54 | + app:layout_constraintBottom_toBottomOf="parent" |
| 55 | + app:layout_constraintLeft_toLeftOf="parent" |
| 56 | + app:layout_constraintRight_toRightOf="parent" |
| 57 | + app:layout_constraintTop_toTopOf="parent"/> |
41 | 58 |
|
42 |
| - <android.support.v7.widget.RecyclerView |
43 |
| - android:id="@+id/my_recycler_view" |
44 |
| - android:layout_width="0dp" |
45 |
| - android:layout_height="0dp" |
46 |
| - android:layout_marginBottom="0dp" |
47 |
| - android:layout_marginLeft="0dp" |
48 |
| - android:layout_marginRight="0dp" |
49 |
| - android:layout_marginTop="0dp" |
50 |
| - app:layout_constraintBottom_toBottomOf="parent" |
51 |
| - app:layout_constraintLeft_toLeftOf="parent" |
52 |
| - app:layout_constraintRight_toRightOf="parent" |
53 |
| - app:layout_constraintTop_toTopOf="parent"/> |
54 |
| - |
55 |
| - <!--<android.support.v7.widget.RecyclerView--> |
56 |
| - <!--android:id="@+id/my_recycler_view"--> |
57 |
| - <!--android:scrollbars="vertical"--> |
58 |
| - <!--android:layout_width="match_parent"--> |
59 |
| - <!--android:layout_height="match_parent"/>--> |
| 59 | + <!--<android.support.v7.widget.RecyclerView--> |
| 60 | + <!--android:id="@+id/my_recycler_view"--> |
| 61 | + <!--android:scrollbars="vertical"--> |
| 62 | + <!--android:layout_width="match_parent"--> |
| 63 | + <!--android:layout_height="match_parent"/>--> |
| 64 | + </LinearLayout> |
60 | 65 |
|
61 | 66 | <!--<FrameLayout-->
|
62 | 67 | <!--android:id="@+id/my_headlines_fragment"-->
|
|
0 commit comments