Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d8aa9526 authored by Matt Casey's avatar Matt Casey
Browse files

Add label to long screenshot share

Bug: 183612688
Test: Long press the share button to verify tooltip
Change-Id: Ic24d4d431f0da0335caf7d7b6d7d3fcfda9fd65f
parent f02ab425
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -42,6 +42,8 @@
        android:padding="6dp"
        android:src="@drawable/ic_screenshot_share"
        android:layout_marginRight="8dp"
        android:contentDescription="@*android:string/share"
        android:tooltipText="@*android:string/share"
        app:layout_constraintEnd_toEndOf="parent"
        app:layout_constraintTop_toTopOf="parent"
        app:layout_constraintBottom_toTopOf="@id/preview" />
@@ -115,4 +117,3 @@
    />

</androidx.constraintlayout.widget.ConstraintLayout>