Made input dialog margins consistent

This commit is contained in:
Corewala 2022-02-16 20:28:41 -05:00
parent 8c0bfd04db
commit a5ec6624c4
1 changed files with 1 additions and 1 deletions

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"