summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/drawer_status.xml
diff options
context:
space:
mode:
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"