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

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

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -