浏览代码

align text to the right

AndyScherzinger 8 年之前
父节点
当前提交
f9c0e1ca09
共有 1 个文件被更改,包括 1 次插入0 次删除
  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_height="wrap_content"
                 android:layout_margin="@dimen/standard_margin"
                 android:layout_margin="@dimen/standard_margin"
                 android:layout_weight="1"
                 android:layout_weight="1"
+                android:gravity="right"
                 android:text="@string/contacts_preference_backup_never"
                 android:text="@string/contacts_preference_backup_never"
                 android:textAppearance="?android:attr/textAppearanceMedium"/>
                 android:textAppearance="?android:attr/textAppearanceMedium"/>
         </LinearLayout>
         </LinearLayout>