1.开机或按Home键默认Layout_video第1个广告位获取焦点,任意按钮并且进入第三方应用返回也是第1个广告位获取焦点

2.主页加号展开后返回时取消1-10随机缩小动画,焦点定位于gv_short上
This commit is contained in:
2026-03-24 14:10:21 +08:00
parent ad72e265c1
commit de66321ea8
6 changed files with 45 additions and 9 deletions

View File

@@ -19,7 +19,9 @@
app:multiViewImage="@drawable/img_video"
app:multiViewTitle="@string/str_video"
android:nextFocusRight="@id/layout_youtube"
android:descendantFocusability="beforeDescendants" />
android:descendantFocusability="beforeDescendants" >
<requestFocus />
</com.ik.mboxlauncher.view.HomeMultiView>
<com.ik.mboxlauncher.view.HomeMultiView