summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/drawer_status.xml
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2022-11-07 10:41:59 +0100
committerThomas <tschneider.ac@gmail.com>2022-11-07 10:41:59 +0100
commit262510188363b12921b7c4b13f66b1a2fbeab956 (patch)
tree1fcd3fd406474ae68cc988fc7c13a848f15df8cc /app/src/main/res/layout/drawer_status.xml
parentc640505fe670190e3904b66ea9227afe80934582 (diff)
Comment issue #414 - Display app when available
Diffstat (limited to 'app/src/main/res/layout/drawer_status.xml')
-rw-r--r--app/src/main/res/layout/drawer_status.xml17
1 files changed, 16 insertions, 1 deletions
diff --git a/app/src/main/res/layout/drawer_status.xml b/app/src/main/res/layout/drawer_status.xml
index 42d606d13..1708ffd8f 100644
--- a/app/src/main/res/layout/drawer_status.xml
+++ b/app/src/main/res/layout/drawer_status.xml
@@ -444,7 +444,7 @@
<androidx.appcompat.widget.AppCompatTextView
android:id="@+id/edit_time"
android:layout_width="wrap_content"
- android:layout_height="match_parent"
+ android:layout_height="wrap_content"
android:layout_marginStart="48dp"
android:layout_marginTop="6dp"
android:alpha="0.8"
@@ -455,6 +455,21 @@
tools:text="1 January 2021, 12:00"
tools:visibility="visible" />
+ <androidx.appcompat.widget.AppCompatTextView
+ android:id="@+id/app"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="end"
+ android:layout_marginTop="6dp"
+ android:layout_marginEnd="6dp"
+ android:alpha="0.8"
+ android:gravity="center_vertical"
+ android:padding="6dp"
+ android:textColor="@color/cyanea_accent_dark_reference"
+ android:visibility="gone"
+ tools:text="Fedilab"
+ tools:visibility="visible" />
+
<androidx.appcompat.widget.LinearLayoutCompat
android:id="@+id/status_info"
android:layout_width="match_parent"