|
87 | 87 |
|
88 | 88 | </androidx.swiperefreshlayout.widget.SwipeRefreshLayout> |
89 | 89 |
|
90 | | - <androidx.constraintlayout.widget.ConstraintLayout |
91 | | - android:id="@+id/new_items_loaded_layout" |
92 | | - android:layout_width="match_parent" |
| 90 | + <Button |
| 91 | + android:id="@+id/new_items_loaded_button" |
| 92 | + android:layout_width="wrap_content" |
93 | 93 | android:layout_height="wrap_content" |
94 | | - android:layout_alignParentBottom="true" |
95 | | - android:visibility="gone" |
96 | | - tools:visibility="visible"> |
97 | | - |
98 | | - <Button |
99 | | - android:id="@+id/new_items_loaded_button" |
100 | | - android:layout_width="wrap_content" |
101 | | - android:layout_height="wrap_content" |
102 | | - android:text="@string/feed_new_items" |
103 | | - android:textSize="12sp" |
104 | | - android:theme="@style/ServiceColoredButton" |
105 | | - app:layout_constraintBottom_toBottomOf="parent" |
106 | | - app:layout_constraintLeft_toLeftOf="parent" |
107 | | - app:layout_constraintRight_toRightOf="parent" /> |
108 | | - </androidx.constraintlayout.widget.ConstraintLayout> |
| 94 | + android:layout_alignBottom="@id/swipeRefreshLayout" |
| 95 | + android:layout_centerHorizontal="true" |
| 96 | + android:layout_marginBottom="5sp" |
| 97 | + android:text="@string/feed_new_items" |
| 98 | + android:textSize="12sp" |
| 99 | + android:theme="@style/ServiceColoredButton" /> |
109 | 100 |
|
110 | 101 | <LinearLayout |
111 | 102 | android:layout_width="wrap_content" |
|
0 commit comments