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

Commit 6e964ee6 authored by Matt Pietal's avatar Matt Pietal Committed by android-build-merger
Browse files

Merge "Sharesheet - Font updates" into qt-dev am: cbfed3f0

am: f9a07632

Change-Id: I49f4cb55dbb16709916221d72d41f9e1bb14841e
parents c38bfb9b f9a07632
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -46,9 +46,7 @@
        <TextView android:id="@+id/title"
                  android:layout_height="wrap_content"
                  android:layout_width="wrap_content"
                  android:textAppearance="?attr/textAppearanceMedium"
                  android:textSize="20sp"
                  android:textColor="?attr/textColorPrimary"
                  android:textAppearance="@style/TextAppearance.DeviceDefault.WindowTitle"
                  android:gravity="center"
                  android:paddingBottom="@dimen/chooser_view_spacing"
                  android:paddingLeft="24dp"
+3 −2
Original line number Diff line number Diff line
@@ -44,6 +44,7 @@
        android:layout_toStartOf="@id/copy_button"
        android:layout_centerVertical="true"
        android:ellipsize="end"
        android:fontFamily="@android:string/config_headlineFontFamily"
        android:textColor="?android:attr/textColorPrimary"
        android:maxLines="2"/>

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