我有语言改变按钮,我想设置字体方向在styles.xml也为每种语言。
<!-- Application theme. -->
<style name="AppTheme" parent="AppBaseTheme">
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
</style>
怎么做?
这将在styles.xml中设置文本的方向,但必须在每个按钮
中完成。 android:textDirection=""