diff --git a/res/layout/widgets_list_row_header.xml b/res/layout/widgets_list_row_header.xml index f20af87906..a0a04564b0 100644 --- a/res/layout/widgets_list_row_header.xml +++ b/res/layout/widgets_list_row_header.xml @@ -48,7 +48,7 @@ android:id="@+id/app_title" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_gravity="center_vertical" + android:layout_gravity="start|center_vertical" android:textColor="?android:attr/textColorPrimary" android:textSize="16sp" tools:text="App name" />