diff --git a/packages/SystemUI/res/layout/car_fullscreen_user_pod.xml b/packages/SystemUI/res/layout/car_fullscreen_user_pod.xml index 0ee40d7ae47b0..67f68d32da873 100644 --- a/packages/SystemUI/res/layout/car_fullscreen_user_pod.xml +++ b/packages/SystemUI/res/layout/car_fullscreen_user_pod.xml @@ -15,40 +15,32 @@ limitations under the License. --> + + android:layout_height="wrap_content" + android:layout_width="match_parent" + android:gravity="fill_horizontal" + android:layout_marginTop="@dimen/car_padding_5" + android:layout_marginStart="@dimen/car_padding_4"> + /> + android:gravity="center" + android:layout_below="@id/user_avatar"/> - diff --git a/packages/SystemUI/res/layout/car_fullscreen_user_pod_container.xml b/packages/SystemUI/res/layout/car_fullscreen_user_pod_container.xml deleted file mode 100644 index d666a203298f3..0000000000000 --- a/packages/SystemUI/res/layout/car_fullscreen_user_pod_container.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - diff --git a/packages/SystemUI/res/layout/car_fullscreen_user_switcher.xml b/packages/SystemUI/res/layout/car_fullscreen_user_switcher.xml index bfabe520ef4dc..22452b74b61fb 100644 --- a/packages/SystemUI/res/layout/car_fullscreen_user_switcher.xml +++ b/packages/SystemUI/res/layout/car_fullscreen_user_switcher.xml @@ -39,27 +39,34 @@ android:theme="@android:style/Theme" android:layout_alignParentTop="true"/> - + android:layout_height="match_parent" + android:layout_marginStart="@dimen/car_margin" + android:layout_marginEnd="@dimen/car_margin"> - + + + + + + + -