diff --git a/res/layout/appdetails.xml b/res/layout/appdetails.xml index 612cd6512..9d48c5c0d 100644 --- a/res/layout/appdetails.xml +++ b/res/layout/appdetails.xml @@ -49,6 +49,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentStart="true" + android:textAlignment="viewStart" android:layout_toStartOf="@id/license" /> diff --git a/res/layout/applistitem.xml b/res/layout/applistitem.xml index 941fe112a..5ccf7f6dc 100644 --- a/res/layout/applistitem.xml +++ b/res/layout/applistitem.xml @@ -44,6 +44,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentStart="true" + android:textAlignment="viewStart" android:layout_toStartOf="@id/status" />