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:
Andreas Schildbach 2019-10-26 21:51:53 +02:00
parent d202c8f628
commit 4a95ab8bee

View file

@ -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"