Align action names to left

(Fix - was wrong before)
This commit is contained in:
Finn M Glas 2020-05-28 22:28:06 +02:00
parent 2cc3d841ed
commit f8caabec8d
No known key found for this signature in database
GPG key ID: 25037A2E81AB459C

View file

@ -25,7 +25,7 @@
<TableRow <TableRow
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:gravity="center" android:gravity="center_vertical"
android:minHeight="@dimen/app_action_height"> android:minHeight="@dimen/app_action_height">
<TextView <TextView
@ -40,7 +40,7 @@
<ImageView <ImageView
android:id="@+id/fragment_settings_apps_up_icon" android:id="@+id/fragment_settings_apps_up_icon"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="@dimen/app_icon_side" android:layout_height="match_parent"
android:visibility="gone" android:visibility="gone"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
@ -57,7 +57,7 @@
<TableRow <TableRow
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:gravity="center" android:gravity="center_vertical"
android:minHeight="@dimen/app_action_height"> android:minHeight="@dimen/app_action_height">
<TextView <TextView
@ -88,7 +88,7 @@
<TableRow <TableRow
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:gravity="center" android:gravity="center_vertical"
android:minHeight="@dimen/app_action_height"> android:minHeight="@dimen/app_action_height">
<TextView <TextView
@ -118,7 +118,7 @@
<TableRow <TableRow
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:gravity="center" android:gravity="center_vertical"
android:minHeight="@dimen/app_action_height"> android:minHeight="@dimen/app_action_height">
<TextView <TextView
@ -149,7 +149,7 @@
<TableRow <TableRow
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:gravity="center" android:gravity="center_vertical"
android:minHeight="@dimen/app_action_height"> android:minHeight="@dimen/app_action_height">
<TextView <TextView
@ -179,7 +179,7 @@
<TableRow <TableRow
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:gravity="center" android:gravity="center_vertical"
android:minHeight="@dimen/app_action_height"> android:minHeight="@dimen/app_action_height">
<TextView <TextView
@ -210,7 +210,7 @@
<TableRow <TableRow
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:gravity="center" android:gravity="center_vertical"
android:minHeight="@dimen/app_action_height"> android:minHeight="@dimen/app_action_height">
<TextView <TextView
@ -241,7 +241,7 @@
<TableRow <TableRow
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:gravity="center" android:gravity="center_vertical"
android:minHeight="@dimen/app_action_height"> android:minHeight="@dimen/app_action_height">
<TextView <TextView