Merge "Add protection for the BadParcelableException" into udc-dev
diff --git a/res/layout/homepage_preference.xml b/res/layout/homepage_preference.xml
index 18ecdcf..f0b1b71 100644
--- a/res/layout/homepage_preference.xml
+++ b/res/layout/homepage_preference.xml
@@ -60,6 +60,8 @@
android:id="@android:id/title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:layout_gravity="start"
+ android:textAlignment="viewStart"
android:singleLine="true"
android:textAppearance="?android:attr/textAppearanceListItem"
android:hyphenationFrequency="normalFast"