You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
simplesshd/app/src/main/res/values/styles.xml

11 lines
379 B

<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="option_button" parent="TextAppearance.Leanback">
<item name="android:textAllCaps">false</item>
<item name="android:textSize">20sp</item>
<item name="android:layout_width">fill_parent</item>
<item name="android:layout_height">1dp</item>
<item name="android:layout_weight">1</item>
</style>
</resources>