created string resource for close (#19500)

Co-authored-by: priyanka0906 <priyanka02amb@reddiffmail.com>
upstream-sync
Priyanka 3 years ago committed by GitHub
parent 6459a859b9
commit 841f1cd265
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,7 +22,7 @@
android:background="@android:color/transparent"
android:id="@+id/privacyContentCloseButton"
android:src="@drawable/ic_close"
android:contentDescription="close"
android:contentDescription="@string/privacy_content_close_button_content_description"
tools:ignore="AndroidSrcXmlDetector" />
</LinearLayout>

@ -1720,4 +1720,8 @@
<!-- Content description for the action bar "up" button -->
<string name="action_bar_up_description">Navigate up</string>
<!-- Content description for privacy content close button -->
<string name="privacy_content_close_button_content_description">Close</string>
</resources>

Loading…
Cancel
Save