fix: padding somewhere
This commit is contained in:
parent
f6d05ec375
commit
1bb5f4d0ab
6 changed files with 12 additions and 10 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue