Merge "Add accessibility label for edit FAB" into sc-dev am: 5b846d074f

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14680232

Change-Id: Ida17cd09cbfe4451cce726e67fe3c4558aa7af78
This commit is contained in:
Matt Casey
2021-05-21 17:50:23 +00:00
committed by Automerger Merge Worker

View File

@@ -113,6 +113,7 @@
style="@android:style/Widget.DeviceDefault.Button.Colored"
android:backgroundTint="?androidprv:attr/colorAccentSecondary"
android:src="@drawable/ic_screenshot_edit"
android:contentDescription="@string/screenshot_edit_label"
android:tint="?androidprv:attr/textColorSecondary"
android:padding="16dp"
android:scaleType="fitCenter"