Skip to content

Commit bbc3c04

Browse files
committed
fix: use explicit paddingTop for WebView status bar spacing
1 parent 962b47b commit bbc3c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
android:id="@+id/webview"
99
android:layout_width="match_parent"
1010
android:layout_height="match_parent"
11-
android:fitsSystemWindows="true" />
11+
android:paddingTop="30dp" />
1212

1313
<ProgressBar
1414
android:id="@+id/progress_bar"

0 commit comments

Comments
 (0)