AndroidTalkback没有在选项卡列表中宣布选项卡计数。
创始人
2024-08-21 14:30:27
0

你可以通过在选项卡列表的AppBarLayout或ViewPager中添加AccessibilityDelegateCompat来解决此问题。 在AppbarLayout中,你可以通过访问其子项来获取TabLayout,并获取其子项的个数来报告选项卡的总数。 在ViewPager中,你可以使用PagerAdapter中的getPageTitle()方法获取选项卡标题,以及使用getCount()方法获取选项卡总数。

示例代码:

AppBarLayout:

appBarLayout.setAccessibilityDelegateCompat(new AccessibilityDelegateCompat() {
    @Override
    public void onInitializeAccessibilityNodeInfo(View host, AccessibilityNodeInfoCompat info) {
        super.onInitializeAccessibilityNodeInfo(host, info);
        TabLayout tabLayout = (TabLayout) appBarLayout.getChildAt(0);
        if (tabLayout != null) {
            int tabCount = tabLayout.getTabCount();
            info.setContentDescription(getString(R.string.tab_list_description, tabCount));
        }
    }
});

ViewPager:

final ViewPager viewPager = findViewById(R.id.view_pager);
viewPager.setAdapter(new PagerAdapter(getSupportFragmentManager()) {
    @Override
    public int getCount() {
        return 3; // number of tabs
    }

    @Override
    public CharSequence getPageTitle(int position) {
        // tab titles
        switch (position) {
            case 0:
                return getString(R.string.tab_title1);
            case 1:
                return getString(R.string.tab_title2);
            case 2:
                return getString(R.string.tab_title3);
            default:
                return null;
        }
    }
});

viewPager.setAccessibilityDelegateCompat(new AccessibilityDelegateCompat() {
    @Override
    public void onInitializeAccessibilityNodeInfo(View host, AccessibilityNodeInfoCompat info) {
        super.onInitializeAccessibilityNodeInfo(host, info);
        int tabCount = viewPager.getAdapter().getCount();
        info.setContentDescription(getString(R.string.tab_list_description, tabCount));
    }
});

在以上示例代码中,getString(R.string.tab_list_description, tabCount)将返回包含选项卡计数的文本。 您需要在strings.xml文件中添加tab_list_description字符串。

相关内容

热门资讯

透视游戏!wepoker私人局... 透视游戏!wepoker私人局透视方法,wepoker透视脚本免费,窍要教程(有挂分析)-哔哩哔哩1...
透视黑科技!德州透视插件,hh... 透视黑科技!德州透视插件,hhpoker有没有辅助,总结教程(有挂教学)-哔哩哔哩1、下载好hhpo...
透视苹果版!hhpoker怎么... 透视苹果版!hhpoker怎么破解,hhpoker德州牛仔视频,积累教程(有挂方针)-哔哩哔哩1、任...
透视科技!wpk透视是真的假的... 透视科技!wpk透视是真的假的,德州局怎么透视,法门教程(有挂透视)-哔哩哔哩1、让任何用户在无需w...
透视辅助!wpk插件辅助,约局... 透视辅助!wpk插件辅助,约局吧德州真的存在透视吗,总结教程(有挂实锤)-哔哩哔哩1)约局吧德州真的...
透视能赢!wepoker免费脚... 透视能赢!wepoker免费脚本弱密码,hhpoker底牌透视脚本,策略教程(有挂功能)-哔哩哔哩1...
透视好友房!poker辅助器免... 透视好友房!poker辅助器免费安装,hhpoker辅助软件下载,绝活教程(有挂工具)-哔哩哔哩1、...
透视脚本!佛手大菠萝13道挂哪... 透视脚本!佛手大菠萝13道挂哪里,德州辅助工具到底怎么样,要领教程(有挂方法)-哔哩哔哩德州辅助工具...
透视中牌率!wepoker辅助... 透视中牌率!wepoker辅助软件视频,红龙poker辅助指令,教程书教程(确实有挂)-哔哩哔哩该软...
透视科技!wepoker辅助工... 透视科技!wepoker辅助工具,智星德州可以透视吗,手筋教程(新版有挂)-哔哩哔哩1、下载好智星德...