Fixed logo getting cropped in landscape mode of login page

This commit is contained in:
QuantumPineapple 2025-01-05 23:21:43 +05:30
parent 25e467b3a5
commit 5b50210284
3 changed files with 9 additions and 5 deletions

View file

@ -12,7 +12,7 @@
android:layout_width="@dimen/landscape_width"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginTop="@dimen/small_gap">
android:layout_marginTop="20dp">
<androidx.cardview.widget.CardView
android:layout_width="match_parent"