Incorporate API feedback: extract text accessories

Added description about accessories.

Change-Id: I633d7e0fff914f819dc3ad8888e2ec3233eaefa9
Fix: 217555006
Test: atest CtsInputMethodTestCases
This commit is contained in:
Taran Singh
2022-02-25 15:12:54 +00:00
parent 3e4365b8ed
commit cd18f030a8

View File

@@ -62,8 +62,9 @@
<!-- View id for the action of text editor inside of an extracted text
{@link InputMethodService#onCreateExtractTextView IME extract view}. -->
<item type="id" name="inputExtractAction" />
<!-- View id for the accessories of text editor inside of an extracted text
{@link InputMethodService#onCreateExtractTextView IME extract view}. -->
<!-- View id for the accessories (such as the extracted input action button) of text editor
inside of an extracted text {@link InputMethodService#onCreateExtractTextView IME extract
view}. This layout must contain the {@link #inputExtractAction}. -->
<item type="id" name="inputExtractAccessories" />
<item type="id" name="selectAll" />
<item type="id" name="cut" />