fix: padding somewhere

This commit is contained in:
aayush262 2025-01-03 23:08:53 +05:30
parent f6d05ec375
commit 1bb5f4d0ab
6 changed files with 12 additions and 10 deletions

View file

@ -6,6 +6,14 @@
android:orientation="vertical"
android:padding="16dp">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/search"
android:fontFamily="@font/poppins_bold"
android:textSize="17sp"
android:gravity="center"/>
<Button
android:id="@+id/animeSearch"
style="@style/Widget.Material3.Button.TextButton"