Transparent background for WebView in Changelog

This commit is contained in:
Prathamesh More 2022-05-02 18:39:25 +05:30
parent 02f076de57
commit f55c7ac21c
2 changed files with 4 additions and 5 deletions

View file

@ -3,7 +3,8 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true">
android:fitsSystemWindows="true"
android:paddingTop="8dp">
<androidx.core.widget.NestedScrollView
android:id="@+id/container"