<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android">
    <style name="styleName" parent="android:Widget.TextView">
        <item name="android:gravity">right</item>
        <item name="android:padding">3px</item>
    </style>
</resources>
