Skip to content

Commit

Permalink
Merge pull request #654 from joegage/main
Browse files Browse the repository at this point in the history
fixed search box so text entry field is visible
  • Loading branch information
trife authored Jul 10, 2023
2 parents 11a3b9e + e30ef03 commit 5f109e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/res/layout/list_item_search_constructor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_weight="1"
android:orientation="vertical">

<Spinner
Expand All @@ -34,6 +35,7 @@
android:layout_height="match_parent"
android:layout_marginLeft="5dp"
android:gravity="center_vertical"
android:layout_weight="1"
android:orientation="vertical">

<EditText style="@style/EditTextStyle"
Expand Down

0 comments on commit 5f109e6

Please sign in to comment.