|
|
|
|
@ -103,9 +103,11 @@ |
|
|
|
|
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" /> |
|
|
|
|
|
|
|
|
|
@ -122,5 +124,23 @@ |
|
|
|
|
android:textSize="@dimen/ts_16" |
|
|
|
|
android:visibility="gone" /> |
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
<FrameLayout |
|
|
|
|
android:id="@+id/delFrameLayout" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:background="@drawable/shape_user_delete" |
|
|
|
|
android:layout_gravity="center" |
|
|
|
|
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> |