remove mistaken '+' from layout file

This commit is contained in:
Eric House 2020-04-11 12:17:14 -07:00
parent 40479b6fe1
commit 6455c8f688

View file

@ -13,7 +13,7 @@
android:paddingLeft="8dp"
/>
<ListView android:id="@+id/android:list"
<ListView android:id="@id/android:list"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:drawSelectorOnTop="false"