Skip to content

Commit 9e62f96

Browse files
stefan-niedermannAndyScherzinger
authored andcommitted
feat(theming): Align theming closer to files app
Fix navigation view background Follow-Up to #1680 Signed-off-by: Stefan Niedermann <info@niedermann.it>
1 parent 8eb9890 commit 9e62f96

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/src/main/res/layout/drawer_layout.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
<androidx.core.widget.NestedScrollView
2424
android:id="@+id/scrollView"
2525
android:layout_width="match_parent"
26-
android:layout_height="match_parent"
27-
android:background="?attr/colorPrimary">
26+
android:layout_height="match_parent">
2827

2928
<LinearLayout
3029
android:layout_width="match_parent"

0 commit comments

Comments
 (0)