2

ActionBarDrawerToggle似乎没有使用andopenDrawerContentDescRes参数closeDrawerContentDescRes。这是我的示例代码:

actionBarDrawerToggle = new ActionBarDrawerToggle(
    this, // Activity
    drawerLayout,
    R.string.main_drawer_open,
    R.string.main_drawer_close
);
drawerLayout.setDrawerListener(actionBarDrawerToggle);

这个问题最初来自一位 QA 工程师,他无法找到从葫芦控制台引用导航抽屉切换的方法,所以这就是我想要解决的问题。我有一段时间没有接触过这段代码,所以我的第一个想法是我需要在视图上设置一个 id 或 contentDescription 以便 calabash 可以引用它。然而,令我惊讶的是,我已经在设置它们了。

为了查看问题是否可以隔离到葫芦,我打开 Hierarchy Viewer 却发现视图的 contentDescription 属性为 null,请参见null contentDescription 的屏幕截图

有没有其他人遇到过这个问题和/或能够解决它?

4

0 回答 0