<activity
android:name=".activity.LoginAct"
android:supportsRtl="false"
android:screenOrientation="portrait" />
我已将supportsRtl
属性添加为false,以使其始终保持对齐状态,但是不起作用
答案 0 :(得分:4)
替换-android:supportsRtl =“ false”
使用-android:supportsRtl =“ false” 工具:replace =“ android:supportsRtl”
这对我有用。