mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-07 16:38:48 +00:00
directions_map_pin.xml: Add layout_width and layout_height attributes to top-level element.
It's not really needed in this case, but Lint was complaining.
This commit is contained in:
parent
d202c8f628
commit
4a95ab8bee
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/popup_dir_pointer_button"
|
||||
android:divider="?android:attr/listDivider"
|
||||
android:minWidth="208dp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue