每當我在android studio中創建新項目時,我在我的應用程序AndroidManifest文件中獲得了android:supportsRtl="true"
。AndroidManifest xml文件中的android:supportsRtl =「true」的用途
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme">
...
</application>
什麼是應用程序的使用,或者有什麼優點缺點&當我添加或不我的應用程序AndroidManifest補充。
我不覺得這是一個重複的問題。兩者都是關於RTL的,但是搜索這些的人會推遲。 – SREE
這被稱爲重複的問題是錯誤的。完全不同的用戶搜索問題的上下文。 – Jaydev