aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/dialog_review.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/dialog_review.xml')
-rw-r--r--res/layout/dialog_review.xml54
1 files changed, 0 insertions, 54 deletions
diff --git a/res/layout/dialog_review.xml b/res/layout/dialog_review.xml
deleted file mode 100644
index 42adfe72..00000000
--- a/res/layout/dialog_review.xml
+++ /dev/null
@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical" >
-
- <ScrollView
- android:layout_width="fill_parent"
- android:layout_height="wrap_content" >
-
- <LinearLayout
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical" >
-
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="5dp"
- android:layout_marginTop="5dp"
- android:text="星いくつ?"
- android:textAppearance="?android:attr/textAppearanceMedium"/>
-
- <RatingBar
- android:id="@+id/review_rating"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:max="5"
- android:rating="1"
- android:stepSize="1" />
-
- <TextView
- android:id="@+id/TextView01"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="5dp"
- android:layout_marginTop="5dp"
- android:text="コメント"
- android:textAppearance="?android:attr/textAppearanceMedium" />
-
- <EditText
- android:id="@+id/review_comment"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_margin="5dp"
- android:ems="10"
- android:inputType="textShortMessage"
- android:maxLength="100"
- android:maxLines="1" />
-
- </LinearLayout>
- </ScrollView>
-
-</LinearLayout> \ No newline at end of file