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
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
android:layout_height="match_parent">
|
||||
<LinearLayout
|
||||
android:id="@+id/sud_layout_icon_container"
|
||||
style="@style/SudContentFrame"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical">
|
||||
@@ -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"
|
||||
|
@@ -968,8 +968,6 @@
|
||||
</style>
|
||||
|
||||
<style name="PrivateSpaceSetupSubHeaderStyle" parent="@style/PrivateSpaceSetupTextFontStyle">
|
||||
<item name="android:paddingLeft">24dp</item>
|
||||
<item name="android:paddingRight">24dp</item>
|
||||
<item name="android:paddingTop">20dp</item>
|
||||
<item name="android:paddingBottom">8dp</item>
|
||||
<item name="android:textSize">14sp</item>
|
||||
@@ -977,8 +975,6 @@
|
||||
</style>
|
||||
|
||||
<style name="PrivateSpaceSetupBulletPointLayoutStyle">
|
||||
<item name="android:paddingLeft">24dp</item>
|
||||
<item name="android:paddingRight">24dp</item>
|
||||
<item name="android:paddingTop">16dp</item>
|
||||
<item name="android:paddingBottom">16dp</item>
|
||||
<item name="android:layout_width">fill_parent</item>
|
||||
|
Reference in New Issue
Block a user