VIM3中的按钮点击热区存在偏差问题

Which system do you use? Android, Ubuntu, OOWOW or others?

Android

Which version of system do you use? Please provide the version of the system here:

VIM3_Pie_V210908

Please describe your issue below:

VM3安卓板的按钮在使用鼠标操作的可点击区域存在误差,只能点击按钮边缘或按钮左侧的区域才生效,这个问题该如何解决

因为使用的TvSettings的框架,这个是基于TV遥控器的焦点,如下图所示

是否有解决办法呢?使用场景是使用鼠标去进行点击的。

这个有什么办法解决吗,我们的应用场景主要是在鼠标控制上

你好,这个是Android 9.0控件的特性,ViewCreated风格已经固定的,这个改动不是一般的麻烦,但是我在Android 11.0上这个控件风格有所改变,后续我们会更新出Android 11.0的固件,你可以尝试使用Android 11.0的

<androidx.leanback.widget.GuidedActionEditText
        android:id="@+id/guidedactions_item_description"
        style="?attr/guidedActionItemDescriptionStyle" />