From cbf3dad3f59597c8d1187524c19f16eacc982e27 Mon Sep 17 00:00:00 2001 From: josephpv Date: Fri, 7 Jun 2024 10:33:09 +0000 Subject: [PATCH] Fix to display text properly in PS education screen This changes the style for text in private space education screen bullet point to fix the text not displaying properly in unfolded mode of Pixel fold. Recording: b/340231182#comment4 Bug: 340231182 Test: Manual Change-Id: I4da02da6ddf6b4f048cc58331d14cda389f13dec --- res/layout/private_space_education_screen.xml | 3 +-- res/values/styles.xml | 4 ---- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/res/layout/private_space_education_screen.xml b/res/layout/private_space_education_screen.xml index c831bf73c15..4df92b7fd42 100644 --- a/res/layout/private_space_education_screen.xml +++ b/res/layout/private_space_education_screen.xml @@ -30,6 +30,7 @@ android:layout_height="match_parent"> @@ -37,8 +38,6 @@ android:id="@+id/lottie_animation" style="@style/SudContentIllustration" android:layout_width="match_parent" - android:layout_marginLeft="24dp" - android:layout_marginRight="24dp" android:layout_height="match_parent" app:lottie_autoPlay="true" app:lottie_loop="true" diff --git a/res/values/styles.xml b/res/values/styles.xml index 54e2fa2b496..0bd04061d35 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -968,8 +968,6 @@