Add missing TextView attributes to JavaDoc

Test: m offline-sdk-docs
Bug: 79477441
Change-Id: I0f994008fc58ac5ddf764c286f92d20a4c4a23a4
This commit is contained in:
Siyamed Sinir
2018-08-02 15:41:00 -07:00
parent c8c4fea61f
commit 8d14105d8c

View File

@@ -321,6 +321,12 @@ import java.util.function.Supplier;
* @attr ref android.R.styleable#TextView_autoSizeMaxTextSize
* @attr ref android.R.styleable#TextView_autoSizeStepGranularity
* @attr ref android.R.styleable#TextView_autoSizePresetSizes
* @attr ref android.R.styleable#TextView_textCursorDrawable
* @attr ref android.R.styleable#TextView_textSelectHandle
* @attr ref android.R.styleable#TextView_textSelectHandleLeft
* @attr ref android.R.styleable#TextView_textSelectHandleRight
* @attr ref android.R.styleable#TextView_allowUndo
* @attr ref android.R.styleable#TextView_enabled
*/
@RemoteView
public class TextView extends View implements ViewTreeObserver.OnPreDrawListener {