mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 17:36:49 +00:00
Making Clear-all a "button" for accessibility.
To get it announced as "Clar all button", not just "clear all". Bug: 72222505 Test: Manual Change-Id: Ied1a036fda77c38af39db868d3dc1ae443982bcd
This commit is contained in:
@@ -23,9 +23,9 @@ import android.os.Bundle;
|
||||
import android.support.annotation.Nullable;
|
||||
import android.util.AttributeSet;
|
||||
import android.view.accessibility.AccessibilityNodeInfo;
|
||||
import android.widget.TextView;
|
||||
import android.widget.Button;
|
||||
|
||||
public class ClearAllButton extends TextView {
|
||||
public class ClearAllButton extends Button {
|
||||
RecentsView mRecentsView;
|
||||
|
||||
public ClearAllButton(Context context, @Nullable AttributeSet attrs) {
|
||||
|
||||
Reference in New Issue
Block a user