Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 66db8091 authored by Matt Pietal's avatar Matt Pietal
Browse files

Sharesheet - Font updates

Align 2 fonts with UX spec

Bug: 129980360
Test: Visual inspection
Change-Id: I038c67cf7fa68eefeb6e22bfcca02804b21194c1
parent 46669aa7
Loading
Loading
Loading
Loading
+1 −3
Original line number Original line Diff line number Diff line
@@ -46,9 +46,7 @@
        <TextView android:id="@+id/title"
        <TextView android:id="@+id/title"
                  android:layout_height="wrap_content"
                  android:layout_height="wrap_content"
                  android:layout_width="wrap_content"
                  android:layout_width="wrap_content"
                  android:textAppearance="?attr/textAppearanceMedium"
                  android:textAppearance="@style/TextAppearance.DeviceDefault.WindowTitle"
                  android:textSize="20sp"
                  android:textColor="?attr/textColorPrimary"
                  android:gravity="center"
                  android:gravity="center"
                  android:paddingTop="@dimen/chooser_edge_margin_thin"
                  android:paddingTop="@dimen/chooser_edge_margin_thin"
                  android:paddingBottom="@dimen/chooser_view_spacing"
                  android:paddingBottom="@dimen/chooser_view_spacing"
+3 −2
Original line number Original line Diff line number Diff line
@@ -44,6 +44,7 @@
        android:layout_toStartOf="@id/copy_button"
        android:layout_toStartOf="@id/copy_button"
        android:layout_centerVertical="true"
        android:layout_centerVertical="true"
        android:ellipsize="end"
        android:ellipsize="end"
        android:fontFamily="@android:string/config_headlineFontFamily"
        android:textColor="?android:attr/textColorPrimary"
        android:textColor="?android:attr/textColorPrimary"
        android:maxLines="2"/>
        android:maxLines="2"/>


@@ -112,8 +113,8 @@
        android:layout_gravity="center_vertical"
        android:layout_gravity="center_vertical"
        android:ellipsize="end"
        android:ellipsize="end"
        android:maxLines="2"
        android:maxLines="2"
        android:textSize="20sp"
        android:textAppearance="@style/TextAppearance.DeviceDefault.WindowTitle"
        android:textColor="?android:attr/textColorPrimary"/>
        android:fontFamily="@android:string/config_headlineFontFamily"/>
  </LinearLayout>
  </LinearLayout>
</LinearLayout>
</LinearLayout>