android导航视图对4.2.1果冻豆不起作用

时间:2017-02-26 12:28:40

标签: android android-4.2-jelly-bean android-navigationview

当语言是阿拉伯语时,

android导航视图无法正常工作。这个问题只发生在4.2.1果冻豆上。有一个对齐问题的图标。请看一下屏幕截图
enter image description here

1 个答案:

答案 0 :(得分:0)

你应该把android:supportsRtl =“true”放在你的应用程序标签中,并在你的活动中强制支持从右到左的你的活动:

Student
      .findOne({_id:id})
      .populate('receiveComments.whoComment receiveComments.whichHelp receiveComments.whichComment sendHelps.whichHelp sendHelps.helpers.info')
      .exec((err,student)=>{
        if(err){
          console.log(err);
          return;
        }