2014-08-19 15:37:44 +09:30
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2014-06-29 08:11:53 +09:30
|
|
|
android:background="@android:color/white"
|
2014-08-19 15:37:44 +09:30
|
|
|
xmlns:tools="http://schemas.android.com/tools" tools:context=".views.swap.SwapActivity">
|
|
|
|
|
|
|
|
<ListView
|
|
|
|
android:id="@android:id/list"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
tools:listitem="@layout/applistitem"
|
|
|
|
tools:listheader="@layout/swap_create_header"
|
|
|
|
/>
|
|
|
|
|
|
|
|
</RelativeLayout>
|