|
@@ -13,36 +13,15 @@
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
app:shapeAppearanceOverlay="@style/fourCornerImageStyle" />
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/llLive"
|
|
|
- android:visibility="gone"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/ivLive"
|
|
|
android:layout_marginEnd="8dp"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:paddingStart="5dp"
|
|
|
- android:paddingEnd="5dp"
|
|
|
- android:background="@drawable/shape_20000000_41"
|
|
|
+ android:layout_marginTop="8dp"
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content">
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/ivLive"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="15dp"/>
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tvType"
|
|
|
- android:textSize="10dp"
|
|
|
- android:textColor="#fff"
|
|
|
- android:text="Live"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"/>
|
|
|
-
|
|
|
+ android:layout_width="18dp"
|
|
|
+ android:layout_height="18dp"/>
|
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
<com.swago.baseswago.cusview.BoldTextView
|
|
|
android:id="@+id/tvName"
|