|
@@ -81,68 +81,6 @@
|
|
|
app:layout_constraintBottom_toBottomOf="parent"/>
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
- <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
- android:id="@+id/clNoContent"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:visibility="gone"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent">
|
|
|
- <ImageView
|
|
|
- android:id="@+id/iv_empty"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
- android:src="@mipmap/state_error_empty"/>
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_empty"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/iv_empty"
|
|
|
- android:layout_marginTop="16dp"
|
|
|
- android:text="@string/There_is_nothing_here"
|
|
|
- android:textColor="#435568"
|
|
|
- android:textSize="@dimen/sp_12"/>
|
|
|
-
|
|
|
- <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
- android:layout_width="146dp"
|
|
|
- android:layout_height="36dp"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/tv_empty"
|
|
|
- android:layout_marginTop="27dp"
|
|
|
- android:background="@drawable/shape_9b20fc_20">
|
|
|
- <ImageView
|
|
|
- android:layout_width="16dp"
|
|
|
- android:layout_height="16dp"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- android:background="@mipmap/ic_add_music"
|
|
|
- android:layout_marginEnd="@dimen/dp_4"
|
|
|
- app:layout_constraintRight_toLeftOf="@+id/tv_no_add"
|
|
|
- />
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_no_add"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="36dp"
|
|
|
- android:gravity="center"
|
|
|
- android:text="@string/add_music"
|
|
|
- android:textColor="#fff"
|
|
|
- android:textSize="@dimen/sp_16"
|
|
|
- android:layout_marginStart="@dimen/dp_10"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"/>
|
|
|
- </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
-
|
|
|
- </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
-
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
|