Add TOUCH_FOCUSABLE property 56/259256/7
authorJoogab Yun <joogab.yun@samsung.com>
Thu, 3 Jun 2021 06:42:30 +0000 (15:42 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Mon, 7 Jun 2021 01:46:49 +0000 (10:46 +0900)
This is a property that allows you to have focus even when touched.

It works only when KEYBOARD_FOCUSABLE is set to true.

KEYBOARD_FOCUSABLE :  whether the view can have focus or not
TOUCH_FOCUSABLE    :  Whether the user can focus by touch

Change-Id: Ie308c75931df2cf74f45d851bc76e662c055635a


No differences found