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

相关内容

热门资讯

透视普及!德扑之心免费透视(透... 透视普及!德扑之心免费透视(透视)哈糖大菠萝挂,教程秘籍(有挂教程)-哔哩哔哩1、下载好德扑之心免费...
透视透视!hhpoker辅助软... 透视透视!hhpoker辅助软件下载(透视)hhpoker真的有透视吗,教程方案(了解有挂)-哔哩哔...
透视有挂!hhpoker德州透... 透视有挂!hhpoker德州透视(透视)hhpoker透视工具,教程方针(有挂秘笈)-哔哩哔哩在进入...
透视教你!hhpoker俱乐部... 透视教你!hhpoker俱乐部是干嘛的(透视)德普辅助软件,教程阶段(真实有挂)-哔哩哔哩1、点击下...
透视详情!德州hhpoker是... 透视详情!德州hhpoker是真的吗(透视)aa poker辅助包,教程操作(有挂教学)-哔哩哔哩1...
透视揭露!newpoker脚本... 透视揭露!newpoker脚本(透视)聚星ai辅助工具激活码,教程技法(有挂教程)-哔哩哔哩1)聚星...
透视详情!菠萝德普辅助器免费版... 透视详情!菠萝德普辅助器免费版在哪里(透视)wepoker私人局透视插件,教程教材(有挂教学)-哔哩...
透视开挂!we-poker有人... 透视开挂!we-poker有人玩吗(透视)pokemmo脚本,教程练习(有挂细节)-哔哩哔哩1、we...
透视揭幕!wpk系统是否存在透... 透视揭幕!wpk系统是否存在透视行为(透视)wpk德州局怎么透视,教程策略(有挂教程)-哔哩哔哩该软...
透视辅助!epoker透视(透... 透视辅助!epoker透视(透视)约局吧开挂,教程举措(新版有挂)-哔哩哔哩该软件可以轻松地帮助玩家...