|
21 | 21 |
|
22 | 22 | <View |
23 | 23 | android:id="@+id/header_image_fade" |
24 | | - android:background="@drawable/uwu_bg_banner_fade" |
| 24 | + android:background="@drawable/uwu_bg_fade_bottom" |
25 | 25 | android:layout_width="match_parent" |
26 | 26 | android:layout_height="match_parent" /> |
27 | 27 | </FrameLayout> |
|
134 | 134 | android:gravity="center_vertical" |
135 | 135 | android:orientation="horizontal" |
136 | 136 | android:paddingTop="3dp" |
137 | | - android:paddingBottom="4dp" |
| 137 | + android:paddingBottom="8dp" |
138 | 138 | android:layout_width="match_parent" |
139 | 139 | android:layout_height="wrap_content" |
140 | 140 | android:paddingStart="12dp" |
|
194 | 194 | </LinearLayout> |
195 | 195 | </com.google.android.material.appbar.AppBarLayout> |
196 | 196 |
|
197 | | - <LinearLayout |
198 | | - android:orientation="vertical" |
| 197 | + <RelativeLayout |
199 | 198 | android:layout_width="match_parent" |
200 | 199 | android:layout_height="match_parent" |
201 | 200 | android:layout_below="@+id/app_bar"> |
202 | 201 |
|
| 202 | + <androidx.viewpager2.widget.ViewPager2 |
| 203 | + android:id="@+id/view_pager" |
| 204 | + android:scrollbars="vertical" |
| 205 | + android:nextFocusRight="@+id/fab" |
| 206 | + android:layout_width="match_parent" |
| 207 | + android:layout_height="match_parent" /> |
| 208 | + |
| 209 | + <View |
| 210 | + android:layout_width="match_parent" |
| 211 | + android:layout_height="70dp" |
| 212 | + android:background="@drawable/uwu_bg_fade_top" /> |
| 213 | + |
203 | 214 | <LinearLayout |
204 | 215 | android:id="@+id/layout_tab_wrapper" |
205 | 216 | android:gravity="center_vertical" |
206 | 217 | android:orientation="horizontal" |
207 | 218 | android:layout_width="match_parent" |
208 | 219 | android:layout_height="wrap_content" |
209 | | - android:layout_marginTop="4dp" |
210 | | - android:layout_marginBottom="6dp" |
211 | 220 | android:layout_marginStart="16dp" |
212 | 221 | android:layout_marginEnd="12dp"> |
213 | 222 |
|
|
257 | 266 | style="@style/Widget.Material3Expressive.Button.IconButton.Filled" /> |
258 | 267 | </LinearLayout> |
259 | 268 |
|
260 | | - <androidx.viewpager2.widget.ViewPager2 |
261 | | - android:id="@+id/view_pager" |
262 | | - android:scrollbars="vertical" |
263 | | - android:nextFocusRight="@+id/fab" |
264 | | - android:layout_width="match_parent" |
265 | | - android:layout_height="match_parent" /> |
266 | | - </LinearLayout> |
| 269 | + </RelativeLayout> |
| 270 | + |
| 271 | + <View |
| 272 | + android:layout_width="match_parent" |
| 273 | + android:layout_height="140dp" |
| 274 | + android:layout_alignParentBottom="true" |
| 275 | + android:background="@drawable/uwu_bg_fade_bottom" /> |
267 | 276 |
|
268 | 277 | <com.google.android.material.card.MaterialCardView |
269 | 278 | android:id="@+id/card_bottom_status" |
|
0 commit comments