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

Popular posts from this blog

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

ruby on rails - Authlogic - how to make a registration and don't log in the new account? -