android 在阿拉伯语下,按menu键,菜单列表会从左刷新到右

阅读 83

2023-02-16



请对 public final void closePanel(PanelFeatureState st, boolean doCallback)


方法 


在 


 

 

if (mPreparedPanel == st) {

mPreparedPanel = null;

mPanelChordingKey = 0;

}


后增加clearMenuViews(st); 修改如下

if (mPreparedPanel == st) {

mPreparedPanel = null;

mPanelChordingKey = 0;

}

// for RTL

clearMenuViews(st);

精彩评论(0)

0 0 举报