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:
parent
8c0bfd04db
commit
a5ec6624c4
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue