|
@@ -93,6 +93,36 @@
|
|
app:layout_constraintEnd_toStartOf="@+id/iv_calendar"
|
|
app:layout_constraintEnd_toStartOf="@+id/iv_calendar"
|
|
app:layout_constraintTop_toTopOf="@id/iv_logo" />
|
|
app:layout_constraintTop_toTopOf="@id/iv_logo" />
|
|
|
|
|
|
|
|
+ <ImageView
|
|
|
|
+ android:id="@+id/iv_notification"
|
|
|
|
+ android:layout_width="24dp"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_marginTop="2dp"
|
|
|
|
+ android:layout_marginEnd="8dp"
|
|
|
|
+ android:adjustViewBounds="true"
|
|
|
|
+ android:clickable="true"
|
|
|
|
+ android:focusable="true"
|
|
|
|
+ android:scaleType="fitXY"
|
|
|
|
+ android:src="@drawable/ic_bell_96"
|
|
|
|
+ app:layout_constraintBottom_toBottomOf="@+id/iv_logo"
|
|
|
|
+ app:layout_constraintEnd_toStartOf="@+id/iv_search"
|
|
|
|
+ app:layout_constraintTop_toTopOf="@id/iv_logo" />
|
|
|
|
+
|
|
|
|
+ <ImageView
|
|
|
|
+ android:id="@+id/iv_live"
|
|
|
|
+ android:layout_width="26dp"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_marginTop="2dp"
|
|
|
|
+ android:layout_marginEnd="8dp"
|
|
|
|
+ android:adjustViewBounds="true"
|
|
|
|
+ android:clickable="true"
|
|
|
|
+ android:focusable="true"
|
|
|
|
+ android:scaleType="fitXY"
|
|
|
|
+ android:src="@drawable/ic_live_64"
|
|
|
|
+ app:layout_constraintBottom_toBottomOf="@+id/iv_logo"
|
|
|
|
+ app:layout_constraintEnd_toStartOf="@+id/iv_notification"
|
|
|
|
+ app:layout_constraintTop_toTopOf="@id/iv_logo" />
|
|
|
|
+
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
</com.google.android.material.appbar.MaterialToolbar>
|
|
</com.google.android.material.appbar.MaterialToolbar>
|
|
</com.google.android.material.appbar.AppBarLayout>
|
|
</com.google.android.material.appbar.AppBarLayout>
|