| | |
| | | android:id="@+id/iv_today" |
| | | android:layout_marginTop="6dp" /> |
| | | <ImageView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_width="46dp" |
| | | android:layout_height="46dp" |
| | | android:id="@+id/iv_play_today" |
| | | android:src="@mipmap/play" |
| | | android:scaleType="fitXY" |
| | | app:layout_constraintTop_toTopOf="@id/iv_today" |
| | | app:layout_constraintBottom_toBottomOf="@id/iv_today" |
| | | app:layout_constraintStart_toStartOf="@id/iv_today" |
| | |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:id="@+id/gp_pri_empty" |
| | | android:visibility="gone" |
| | | app:constraint_referenced_ids="tv_subtitle,iv_play,tv_name,iv_pri_empty"/> |
| | | <View |
| | | android:layout_width="match_parent" |