summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2022-11-30 17:07:23 +0100
committerThomas <tschneider.ac@gmail.com>2022-11-30 17:07:23 +0100
commit9959904853fd05c563da5b6210960e4c02c1117d (patch)
treefac21b9445603ceb721c7825831d6866d23ba28e /app/src/main/res/layout
parent0ff17dd96ff23e8a43e3596e9ba49acefee7ca4d (diff)
Some fixes
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/drawer_conversation.xml10
-rw-r--r--app/src/main/res/layout/drawer_follow.xml11
-rw-r--r--app/src/main/res/layout/drawer_status.xml11
3 files changed, 0 insertions, 32 deletions
diff --git a/app/src/main/res/layout/drawer_conversation.xml b/app/src/main/res/layout/drawer_conversation.xml
index c30d7b1ed..968ebf872 100644
--- a/app/src/main/res/layout/drawer_conversation.xml
+++ b/app/src/main/res/layout/drawer_conversation.xml
@@ -37,16 +37,6 @@
android:orientation="horizontal"
android:padding="6dp">
- <androidx.appcompat.widget.AppCompatImageView
- android:id="@+id/cache_indicator"
- android:layout_width="16sp"
- android:layout_height="16sp"
- android:layout_gravity="center"
- android:layout_marginEnd="12dp"
- android:adjustViewBounds="true"
- android:src="@drawable/ic_baseline_cached_24"
- android:visibility="gone"
- tools:visibility="visible" />
<HorizontalScrollView
android:layout_width="0dp"
diff --git a/app/src/main/res/layout/drawer_follow.xml b/app/src/main/res/layout/drawer_follow.xml
index 4ae70bc5b..9277677e9 100644
--- a/app/src/main/res/layout/drawer_follow.xml
+++ b/app/src/main/res/layout/drawer_follow.xml
@@ -35,17 +35,6 @@
android:layout_height="wrap_content"
android:orientation="horizontal">
- <androidx.appcompat.widget.AppCompatImageView
- android:id="@+id/cache_indicator"
- android:layout_width="16sp"
- android:layout_height="16sp"
- android:layout_gravity="center"
- android:layout_marginEnd="12dp"
- android:adjustViewBounds="true"
- android:src="@drawable/ic_baseline_storage_24"
- android:visibility="gone"
- tools:visibility="visible" />
-
<androidx.appcompat.widget.AppCompatTextView
android:id="@+id/title"
android:layout_width="0dp"
diff --git a/app/src/main/res/layout/drawer_status.xml b/app/src/main/res/layout/drawer_status.xml
index 2dbeb8fa6..aedc310fa 100644
--- a/app/src/main/res/layout/drawer_status.xml
+++ b/app/src/main/res/layout/drawer_status.xml
@@ -649,17 +649,6 @@
app:sparkbutton_primaryColor="@color/marked_icon"
app:sparkbutton_secondaryColor="@color/marked_icon" />
- <androidx.appcompat.widget.AppCompatImageView
- android:id="@+id/cache_indicator"
- android:layout_width="20dp"
- android:layout_height="20dp"
- android:layout_marginStart="12dp"
- android:layout_gravity="center"
- android:adjustViewBounds="true"
- android:contentDescription="@string/cached_messages"
- android:src="@drawable/ic_baseline_storage_24"
- android:visibility="gone"
- tools:visibility="visible" />
<View
android:layout_width="0dp"