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

Commit b67d1944 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Incorporate API feedback: extract text accessories" into tm-dev am: 51f68390

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

Change-Id: Ie24dc742e298caee9bef80cabc6883500b22e7bf
parents ebefad8d 51f68390
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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" />