summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/drawer_status.xml
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2022-07-10 12:20:18 +0200
committerThomas <tschneider.ac@gmail.com>2022-07-10 12:20:18 +0200
commitc17e2c4ba40eccff417529c4c56cde6e80018602 (patch)
tree20a5a789c40d0ca5718301312e17f80624ff97f7 /app/src/main/res/layout/drawer_status.xml
parentb158d0131159a6be92b0cdd56295e912f5f93024 (diff)
Fix Nitter Pagination + Allow to share through Nitter
Diffstat (limited to 'app/src/main/res/layout/drawer_status.xml')
-rw-r--r--app/src/main/res/layout/drawer_status.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/app/src/main/res/layout/drawer_status.xml b/app/src/main/res/layout/drawer_status.xml
index 93808fc2a..54e66bf4f 100644
--- a/app/src/main/res/layout/drawer_status.xml
+++ b/app/src/main/res/layout/drawer_status.xml
@@ -493,6 +493,27 @@
</androidx.appcompat.widget.LinearLayoutCompat>
<androidx.appcompat.widget.LinearLayoutCompat
+ android:id="@+id/action_share_container"
+ android:layout_width="match_parent"
+ android:layout_height="28dp"
+ android:layout_marginStart="48dp"
+ android:layout_marginTop="6dp"
+ android:layout_marginEnd="6dp"
+ android:clipChildren="false"
+ android:clipToPadding="false"
+ android:gravity="end"
+ android:visibility="gone">
+
+ <androidx.appcompat.widget.AppCompatImageButton
+ android:id="@+id/action_share"
+ style="@style/Widget.AppCompat.Button.Borderless"
+ android:layout_width="28dp"
+ android:layout_height="28dp"
+ android:adjustViewBounds="true"
+ app:srcCompat="@drawable/ic_baseline_share_24" />
+ </androidx.appcompat.widget.LinearLayoutCompat>
+
+ <androidx.appcompat.widget.LinearLayoutCompat
android:id="@+id/action_buttons"
android:layout_width="match_parent"
android:layout_height="28dp"