java - how to change font direction inside styles.xml -
i have language changhing buttons , want set font direction in styles.xml each language .
<!-- application theme. --> <style name="apptheme" parent="appbasetheme"> <!-- customizations not specific particular api-level can go here. --> </style>
how ?
this set direction of text in styles.xml, has done in every button
android:textdirection=""
Comments
Post a Comment