Merge "Sharesheet - Font updates" into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
cbfed3f03d
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user