2014-07-18 19:31:03 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2015-06-30 17:45:39 -07:00
|
|
|
android:background="?conversation_transport_popup_background"
|
|
|
|
android:elevation="2dp">
|
2014-07-18 19:31:03 -07:00
|
|
|
<ListView android:id="@+id/transport_selection_list"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
</LinearLayout>
|