Skip to content

Commit

Permalink
Made input dialog margins consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
Corewala committed Feb 17, 2022
1 parent 8c0bfd0 commit a5ec662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/dialog_input_query.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a5ec662

Please sign in to comment.