force transparent navigation bar on home screen

This commit is contained in:
Josia Pietsch 2024-09-11 21:47:00 +02:00
parent 6e28fbfea5
commit 6d1e4a3780
Signed by: jrpie
GPG key ID: E70B571D66986A2D
5 changed files with 21 additions and 0 deletions

View file

@ -7,6 +7,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:longClickable="false"
android:fitsSystemWindows="true"
tools:context=".ui.HomeActivity">
<TextView