mirror of
https://github.com/jrpie/Launcher.git
synced 2025-02-23 06:21:31 +01:00
Align action names to left
(Fix - was wrong before)
This commit is contained in:
parent
2cc3d841ed
commit
f8caabec8d
1 changed files with 9 additions and 9 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue