aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/listedit_layout.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/listedit_layout.xml')
-rw-r--r--res/layout/listedit_layout.xml56
1 files changed, 0 insertions, 56 deletions
diff --git a/res/layout/listedit_layout.xml b/res/layout/listedit_layout.xml
deleted file mode 100644
index b063ccbc..00000000
--- a/res/layout/listedit_layout.xml
+++ /dev/null
@@ -1,56 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:background="@color/White"
- android:orientation="vertical" >
-
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:background="@color/Gray"
- android:padding="5dp" >
-
- <TextView
- android:id="@+id/listedit_title"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:text="title"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:textColor="@color/LightGray" />
-
- <TextView
- android:id="@+id/TextView02"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_below="@+id/listedit_title"
- android:text="クリックで編集(長押しで削除)"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:textColor="@color/LightGray" />
-
- <ImageButton
- android:id="@+id/listedit_addbutton"
- style="@style/grayBtn"
- android:layout_width="40dp"
- android:layout_height="40dp"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:scaleType="fitCenter"
- android:src="@drawable/icon_add_b" />
-
- </RelativeLayout>
-
- <FrameLayout
- android:layout_width="fill_parent"
- android:layout_height="1dp"
- android:background="@color/Gray"/>
-
- <ListView
- android:id="@+id/listedit_listview"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:fastScrollEnabled="true" >
-
- </ListView>
-
-</LinearLayout> \ No newline at end of file