Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,我正在用我的母语构建一个 rtl 方向的应用程序有没有办法让所有受支持的设备显示相同的 UI,而不依赖于 ltr 或 rtl 方向?
在 Android 4.2 (API 17) 中引入了 RTL 支持。您可以android:layoutDirection="rtl"为应用程序的所有顶部布局指定。默认情况下,它将被所有子布局和视图继承。
android:layoutDirection="rtl"