React Native ToolbarAndroid - 如何设置RTL?

时间:2016-03-18 21:16:01

标签: react-native android-toolbar

我正在使用ToolbarAndroid,我需要在RTL配置中使用它。所以我遵循官方文档:

  • 在ToolbarAndroid Component上设置rtl = {true}
  • 在AndroidManifest.xml
  • 中添加了android:supportsRtl =“true”
  • 加 。getWindow()getDecorView()setLayoutDirection(View.LAYOUT_DIRECTION_RTL)。 到主活动
  • 中的onCreate()方法

但是当它加载时,应用程序在Genymotion模拟器中崩溃:
enter image description here

如何调试错误? (我假设它是在onCreate中抛出的异常)

更新
我遇到了错误,因为我忘了打电话给super.onCreate()。现在它不会崩溃,但工具栏未与RTL对齐。没啥事儿。有什么建议吗?

0 个答案:

没有答案