Set clipToPadding to false

This commit is contained in:
Naveen 2023-04-29 15:02:28 +05:30
parent 119a476b4e
commit b0133bbd73
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
android:id="@+id/contact_scrollview"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:clipToPadding="false"
android:scrollbars="none"
android:visibility="gone">