summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/drawer_status.xml
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2022-05-23 17:13:59 +0200
committerThomas <tschneider.ac@gmail.com>2022-05-23 17:13:59 +0200
commitc80860c53aa40b5ffdc27e9251cc723238fa574d (patch)
tree4b873f5d0a541711af539f189e2bfcd32266994d /app/src/main/res/layout/drawer_status.xml
parent6fb830aefea763a9e79c951fe5dc5ebc692bcdb0 (diff)
Fix issue #88 - Add icon indicators in notifications
Diffstat (limited to 'app/src/main/res/layout/drawer_status.xml')
-rw-r--r--app/src/main/res/layout/drawer_status.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/src/main/res/layout/drawer_status.xml b/app/src/main/res/layout/drawer_status.xml
index 575a488f7..f02bf5f88 100644
--- a/app/src/main/res/layout/drawer_status.xml
+++ b/app/src/main/res/layout/drawer_status.xml
@@ -95,6 +95,7 @@
android:src="@drawable/ic_person" />
</androidx.appcompat.widget.LinearLayoutCompat>
+
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/status_pinned"
android:layout_width="20dp"
@@ -104,6 +105,16 @@
android:src="@drawable/ic_baseline_push_pin_24"
android:visibility="gone" />
+ <androidx.appcompat.widget.AppCompatImageView
+ android:id="@+id/type_of_notification"
+ android:layout_height="20dp"
+ android:layout_gravity="center_vertical|end"
+ android:layout_marginStart="6dp"
+ android:layout_marginEnd="6dp"
+ android:tint="@color/cyanea_accent_reference"
+ android:layout_width="20dp"
+ android:visibility="gone" />
+
</androidx.appcompat.widget.LinearLayoutCompat>
<com.google.android.material.divider.MaterialDivider