|
|
|
@ -110,8 +110,8 @@
|
|
|
|
|
android:layout_width="24dp"
|
|
|
|
|
android:layout_height="24dp"
|
|
|
|
|
android:layout_marginTop="24dp"
|
|
|
|
|
android:contentDescription="@string/title_legend_notify"
|
|
|
|
|
android:src="@drawable/baseline_notifications_24"
|
|
|
|
|
android:contentDescription="@string/title_legend_subscribed"
|
|
|
|
|
android:src="@drawable/baseline_bookmark_24"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/ivJunk" />
|
|
|
|
|
|
|
|
|
@ -120,13 +120,35 @@
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginStart="18dp"
|
|
|
|
|
android:text="@string/title_legend_notify"
|
|
|
|
|
android:text="@string/title_legend_subscribed"
|
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="@id/ivNotify"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toEndOf="@id/ivNotify"
|
|
|
|
|
app:layout_constraintTop_toTopOf="@id/ivNotify" />
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:id="@+id/ivSubscribed"
|
|
|
|
|
android:layout_width="24dp"
|
|
|
|
|
android:layout_height="24dp"
|
|
|
|
|
android:layout_marginTop="24dp"
|
|
|
|
|
android:contentDescription="@string/title_legend_notify"
|
|
|
|
|
android:src="@drawable/baseline_notifications_24"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/ivNotify" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/tvSubscribed"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginStart="18dp"
|
|
|
|
|
android:text="@string/title_legend_notify"
|
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="@id/ivSubscribed"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toEndOf="@id/ivSubscribed"
|
|
|
|
|
app:layout_constraintTop_toTopOf="@id/ivSubscribed" />
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:id="@+id/ivUnified"
|
|
|
|
|
android:layout_width="24dp"
|
|
|
|
@ -135,7 +157,7 @@
|
|
|
|
|
android:contentDescription="@string/title_legend_unified"
|
|
|
|
|
android:src="@drawable/baseline_folder_special_24"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/ivNotify" />
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/ivSubscribed" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/tvUnified"
|
|
|
|
|