I also moved the directions listfragment, overlay, and other required classes from FMC into the library Change-Id: Iba27e29d89e864dbeca3a2670aed552a8be4f2b8 Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
7 lines
237 B
XML
7 lines
237 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ListView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@android:id/list"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent" >
|
|
|
|
</ListView> |