Skip to content

Commit

Permalink
Increasing custom location text box margins (fixes #349)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumBadger committed Jan 15, 2017
1 parent eb45eae commit 5425702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/res/layout/dialog_mainmenu_custom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="16dp"
android:layout_marginLeft="8dp"
android:layout_marginRight="8dp"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"
android:layout_marginTop="16dp"
android:inputType="textNoSuggestions"
android:completionThreshold="1">
Expand Down

0 comments on commit 5425702

Please sign in to comment.