| | <?xml version="1.0" encoding="utf-8"?> |
---|
| | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
---|
| | xmlns:app="http://schemas.android.com/apk/res-auto" |
---|
| | xmlns:tools="http://schemas.android.com/tools" |
---|
| | android:layout_width="match_parent" |
---|
| | android:layout_height="wrap_content" |
---|
| | android:layout_marginTop="10dp" |
---|
| | android:layout_marginBottom="10dp" |
---|
| |
---|
| | |
---|
| | <LinearLayout |
---|
| | android:layout_width="match_parent" |
---|
| | android:layout_height="30dp" |
---|
| | android:ele |
---|
| | android:orientation="horizontal"> |
---|
| | |
---|
| | <TextView |
---|
| | android:id="@+id/date" |
---|
| | android:layout_width="0dp" |
---|
| | android:layout_height="match_parent" |
---|
| | android:layout_weight="1" |
---|
| | android:text="yyyy/mm/dd" |
---|
| | android:textSize="20sp" /> |
---|
| | |
---|
| | <ImageView |
---|
| | android:id="@+id/image1" |
---|
| | android:layout_width="60dp" |
---|
| | android:layout_height="60dp" |
---|
| | android:layout_weight="0.1" |
---|
| | tools:srcCompat="@tools:sample/avatars" /> |
---|
| | |
---|
| | <ImageView |
---|
| | android:id="@+id/image2" |
---|
| | android:layout_width="60dp" |
---|
| | android:layout_height="60dp" |
---|
| | android:layout_weight="0.1" |
---|
| | tools:srcCompat="@tools:sample/avatars" /> |
---|
| | |
---|
| | <ImageView |
---|
| | android:id="@+id/image3" |
---|
| | android:layout_width="60dp" |
---|
| | android:layout_height="60dp" |
---|
| | android:layout_weight="0.1" |
---|
| | tools:srcCompat="@tools:sample/avatars" /> |
---|
| | |
---|
| | <View |
---|
| | android:id="@+id/leftNullView" |
---|
| | android:id="@+id/nullView" |
---|
| | android:layout_width="0dp" |
---|
| | android:layout_height="match_parent" |
---|
| | android:layout_weight="0.1" /> |
---|
| | |
---|
| | <TextView |
---|
| | android:id="@+id/rate" |
---|
| | android:layout_width="0dp" |
---|
| | android:layout_height="match_parent" |
---|
| | android:layout_weight="1" |
---|
| | android:text="★★★★★" |
---|
| | android:textSize="20sp" /> |
---|
| | |
---|
| | <TextView |
---|
| | android:id="@+id/date" |
---|
| | android:layout_width="150dp" |
---|
| | android:layout_height="match_parent" |
---|
| | android:layout_weight="1" |
---|
| | android:text="yyyy/mm/dd hh:mm:dd" |
---|
| | android:textSize="20sp" /> |
---|
| | |
---|
| | <ImageButton |
---|
| | android:id="@+id/deleteButton" |
---|
| | android:layout_width="30dp" |
---|
| | android:layout_height="30dp" |
---|
| | android:layout_width="45dp" |
---|
| | android:layout_height="45dp" |
---|
| | android:layout_weight="0" |
---|
| | android:background="@drawable/blue_circle_button" |
---|
| | android:padding="5dp" |
---|
| | android:scaleType="fitCenter" |
---|
| | android:src="@drawable/ic_baseline_clear_24" /> |
---|
| | |
---|
| | <View |
---|
| | android:id="@+id/rightNullView" |
---|
| | android:layout_width="0dp" |
---|
| | android:layout_height="match_parent" |
---|
| | android:layout_weight="0.1" /> |
---|
| | </LinearLayout> |
---|
| | |
---|
| | </LinearLayout> |
---|
| | <TextView |
---|
| | android:id="@+id/rate" |
---|
| | android:layout_width="match_parent" |
---|
| | android:layout_height="30dp" |
---|
| | android:layout_weight="1" |
---|
| | android:text="★★★★★" |
---|
| | android:textSize="20sp" /> |
---|
| | |
---|
| | <TextView |
---|
| | android:id="@+id/genre" |
---|
| | android:layout_width="match_parent" |
---|
| |
---|
| | |
---|
| | <TextView |
---|
| | android:id="@+id/comment" |
---|
| | android:layout_width="match_parent" |
---|
| | android:layout_height="30dp" |
---|
| | android:layout_height="wrap_content" |
---|
| | android:layout_weight="1" |
---|
| | android:hint="No Comment" |
---|
| | android:textSize="20sp" /> |
---|
| | |
---|
| | |