|
|
|
|
@ -12,6 +12,7 @@ |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:background="@color/black_20" |
|
|
|
|
android:layout_margin="8dp" |
|
|
|
|
android:scaleType="center" |
|
|
|
|
app:shapeAppearanceOverlay="@style/Vod.Circle" |
|
|
|
|
tools:src="@drawable/ic_img_loading" /> |
|
|
|
|
@ -23,7 +24,7 @@ |
|
|
|
|
android:layout_below="@+id/image" |
|
|
|
|
android:layout_alignStart="@+id/image" |
|
|
|
|
android:layout_alignEnd="@+id/image" |
|
|
|
|
android:layout_marginTop="12dp" |
|
|
|
|
android:layout_marginTop="4dp" |
|
|
|
|
android:ellipsize="marquee" |
|
|
|
|
android:gravity="center" |
|
|
|
|
android:singleLine="true" |
|
|
|
|
|