1
0
Fork 0
mirror of https://github.com/Corewala/Buran synced 2025-01-02 21:24:19 +00:00

Made input dialog margins consistent

This commit is contained in:
Corewala 2022-02-16 20:28:41 -05:00
parent 8c0bfd04db
commit a5ec6624c4

View file

@ -2,7 +2,7 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingHorizontal="@dimen/default_margin_big">
android:paddingHorizontal="@dimen/screen_margin">
<androidx.appcompat.widget.AppCompatEditText
android:id="@+id/query_input"