Hide coordinate input from menu
This commit is contained in:
parent
f3e535198c
commit
13159ef3e5
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@
|
|||
android:background="?attr/dashboard_divider"/>
|
||||
|
||||
<LinearLayout
|
||||
android:visibility="gone"
|
||||
android:id="@+id/coordinate_input_row"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/bottom_sheet_list_item_height"
|
||||
|
|
Loading…
Reference in a new issue