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字符串。

相关内容

热门资讯

六分钟开挂!微乐小程序免费黑科... 六分钟开挂!微乐小程序免费黑科技,微乐小程序辅助脚本靠谱的(开挂)其实是有挂(2026)1、微乐小程...
为切实保障!微乐小程序免费黑科... 为切实保障!微乐小程序免费黑科技,微乐家乡app下载(透视)一直真的有挂(哔哩哔哩)亲,关键说明,微...
8分钟透视!微乐小程序黑科技,... 8分钟透视!微乐小程序黑科技,微信微乐辅助器使用教程(开挂)其实真的有挂(2026)1、微乐小程序黑...
突发!微乐小程序免费黑科技,微... 突发!微乐小程序免费黑科技,微乐小程序辅助器免费(透视)都是存在有挂(哔哩哔哩)暗藏猫腻,小编详细说...
第2分钟神器!微乐小程序免费黑... 第2分钟神器!微乐小程序免费黑科技,微乐江苏小程序游戏破解下载(开挂)好像有挂(2026)1.微乐小...
透视安卓版!微乐小程序免费黑科... 透视安卓版!微乐小程序免费黑科技,微乐广西小程序插件(透视)总是真的是有挂(哔哩哔哩)1、操作简单,...
第3分钟神器!微乐小程序免费黑... 第3分钟神器!微乐小程序免费黑科技,微乐小程序脚本入口(开挂)一直真的是有挂(2026)微乐小程序免...
做出回应!微乐小程序免费黑科技... 做出回应!微乐小程序免费黑科技,微乐家乡辅助app免费(透视)总是有挂(哔哩哔哩)1、微乐小程序免费...
两分钟脚本!微乐小程序免费黑科... 两分钟脚本!微乐小程序免费黑科技,微乐小程序自建房辅助ios(开挂)竟然是有挂(2026)1)微乐小...
第二分钟下载!微乐小程序免费黑... 第二分钟下载!微乐小程序免费黑科技,广西微乐小程序微信辅助器免费(开挂)好像是有挂(2026)1、打...