Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
os
Notes
Commits
7b1df493
Commit
7b1df493
authored
Oct 14, 2021
by
Fahim
Browse files
3956-Drawer_background_color_issue
issue:
e/backlog#3956
parent
18501f96
Pipeline
#140620
passed with stage
in 1 minute and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/res/layout/drawer_layout.xml
View file @
7b1df493
...
...
@@ -18,17 +18,20 @@
android:layout_width=
"wrap_content"
android:layout_height=
"match_parent"
android:layout_gravity=
"start"
android:background=
"@color/fg_default"
android:fitsSystemWindows=
"true"
>
<androidx.core.widget.NestedScrollView
android:id=
"@+id/scrollView"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
>
android:layout_height=
"match_parent"
android:background=
"@color/fg_default"
>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
>
android:orientation=
"vertical"
android:background=
"@color/fg_default"
>
<RelativeLayout
android:id=
"@+id/header_view"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment