|
|
|
|
@ -7,6 +7,7 @@ |
|
|
|
|
android:padding="@dimen/vs_1"> |
|
|
|
|
|
|
|
|
|
<FrameLayout |
|
|
|
|
android:id="@+id/mItemFrame" |
|
|
|
|
android:layout_width="@dimen/vs_214" |
|
|
|
|
android:layout_height="@dimen/vs_280"> |
|
|
|
|
|
|
|
|
|
@ -23,7 +24,8 @@ |
|
|
|
|
android:layout_marginLeft="@dimen/vs_5" |
|
|
|
|
android:layout_marginTop="@dimen/vs_5" |
|
|
|
|
android:layout_marginRight="@dimen/vs_5" |
|
|
|
|
android:orientation="horizontal"> |
|
|
|
|
android:orientation="horizontal" |
|
|
|
|
android:visibility="gone"> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/tvRate" |
|
|
|
|
@ -72,11 +74,32 @@ |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:background="@drawable/shape_thumb_bottom_name" |
|
|
|
|
android:ellipsize="marquee" |
|
|
|
|
android:gravity="center" |
|
|
|
|
android:marqueeRepeatLimit="marquee_forever" |
|
|
|
|
android:padding="@dimen/vs_5" |
|
|
|
|
android:singleLine="true" |
|
|
|
|
android:text="Title" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_22" /> |
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
<FrameLayout |
|
|
|
|
android:id="@+id/delFrameLayout" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:layout_gravity="center" |
|
|
|
|
android:background="@drawable/shape_user_delete" |
|
|
|
|
android:visibility="gone"> |
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
|
android:id="@+id/imageView" |
|
|
|
|
android:layout_width="@dimen/vs_80" |
|
|
|
|
android:layout_height="@dimen/vs_80" |
|
|
|
|
android:layout_gravity="center" |
|
|
|
|
android:layout_marginBottom="@dimen/vs_20" |
|
|
|
|
android:src="@drawable/icon_delete" /> |
|
|
|
|
|
|
|
|
|
</FrameLayout> |
|
|
|
|
|
|
|
|
|
</FrameLayout> |
|
|
|
|
</FrameLayout> |