ScreenshotFragment: Adjust height for screenshot views

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-11-10 14:52:38 +05:30
parent 87d821490d
commit ff46bd7841
2 changed files with 9 additions and 9 deletions

View File

@@ -17,13 +17,12 @@
~
-->
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/img"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true" />
</RelativeLayout>
android:layout_width="match_parent"
android:layout_height="match_parent" />
</LinearLayout>