For #27896 - Match share sheet header style with the rest

"Send to device" share sheet header is now styled to match the other headers.
This commit is contained in:
DreVla 2022-11-21 14:19:39 +02:00 committed by mergify[bot]
parent 171a2e6522
commit f681171720
1 changed files with 1 additions and 5 deletions

View File

@ -11,16 +11,12 @@
<TextView
android:id="@+id/accountHeaderText"
style="@style/ShareHeaderTextStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:layout_marginTop="12dp"
android:singleLine="true"
android:text="@string/share_device_subheader"
android:textAllCaps="true"
android:textColor="?attr/textSecondary"
android:textSize="12sp"
android:textStyle="bold"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />