|
476 | 476 | app:layout_constraintTop_toBottomOf="@+id/compositionNestedScrollView"
|
477 | 477 | tools:visibility="visible">
|
478 | 478 |
|
479 |
| - <TextView |
480 |
| - style="@style/BodySmall" |
481 |
| - android:layout_width="0dp" |
482 |
| - android:layout_height="wrap_content" |
483 |
| - android:layout_marginHorizontal="@dimen/marginStandardMedium" |
484 |
| - android:layout_weight="1" |
485 |
| - android:text="@string/externalDialogTitleRecipient" |
486 |
| - android:textColor="@color/externalTagOnBackground" /> |
487 |
| - |
488 | 479 | <com.google.android.material.button.MaterialButton
|
489 | 480 | android:id="@+id/informationButton"
|
490 |
| - style="@style/IconButtonSmall" |
| 481 | + style="@style/TextButton" |
| 482 | + android:layout_width="wrap_content" |
| 483 | + android:layout_height="match_parent" |
491 | 484 | android:layout_marginEnd="@dimen/marginStandardMedium"
|
| 485 | + android:fontFamily="@font/suisseintl_medium" |
| 486 | + android:minHeight="0dp" |
| 487 | + android:paddingVertical="0dp" |
| 488 | + android:text="@string/externalDialogTitleRecipient" |
| 489 | + android:textColor="@color/primaryTextColor" |
492 | 490 | app:icon="@drawable/ic_external_information"
|
| 491 | + app:iconGravity="end" |
493 | 492 | app:iconTint="@color/externalTagOnBackground" />
|
494 | 493 |
|
| 494 | + <Space |
| 495 | + android:layout_width="0dp" |
| 496 | + android:layout_height="0dp" |
| 497 | + android:layout_weight="1" /> |
| 498 | + |
495 | 499 | <com.google.android.material.button.MaterialButton
|
496 | 500 | android:id="@+id/closeButton"
|
497 | 501 | style="@style/IconButtonSmall"
|
|
0 commit comments