not as huge share sheet heading

This commit is contained in:
sk 2023-05-31 10:06:06 +02:00
parent 5e7a00de3e
commit de3a252884
2 changed files with 7 additions and 3 deletions

View File

@ -20,12 +20,11 @@
tools:ignore="RtlSymmetry" />
<TextView
style="@style/sheet_title"
android:id="@+id/title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/sk_external_share_or_open_title"
android:textAppearance="@style/alert_title"
android:textColor="?colorM3OnSurface"
android:gravity="center_vertical" />
android:textColor="?colorM3OnSurface" />
</LinearLayout>

View File

@ -458,6 +458,11 @@
<item name="android:gravity">center_vertical</item>
</style>
<style name="sheet_title">
<item name="android:textSize">20sp</item>
<item name="android:gravity">center_vertical</item>
</style>
<style name="m3_body_large">
<item name="android:textSize">16sp</item>
<item name="android:textColor">?android:textColorPrimary</item>