Browse Source

align text to the right

AndyScherzinger 8 years ago
parent
commit
f9c0e1ca09
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/res/layout/contacts_preference.xml

+ 1 - 0
src/main/res/layout/contacts_preference.xml

@@ -75,6 +75,7 @@
                 android:layout_height="wrap_content"
                 android:layout_margin="@dimen/standard_margin"
                 android:layout_weight="1"
+                android:gravity="right"
                 android:text="@string/contacts_preference_backup_never"
                 android:textAppearance="?android:attr/textAppearanceMedium"/>
         </LinearLayout>