mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-01 14:13:22 +01:00
Update Mention UI/UX to match latest designs.
This commit is contained in:
committed by
Greyson Parrelli
parent
d63e5165eb
commit
724f3e872b
@@ -15,21 +15,6 @@
|
||||
android:paddingRight="?attr/dialogPreferredPadding"
|
||||
android:text="@string/GroupMentionSettingDialog_receive_notifications_when_youre_mentioned_in_muted_chats" />
|
||||
|
||||
<CheckedTextView
|
||||
android:id="@+id/group_mention_setting_default"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?selectableItemBackground"
|
||||
android:drawableStart="?android:attr/listChoiceIndicatorSingle"
|
||||
android:drawablePadding="20dp"
|
||||
android:gravity="center_vertical"
|
||||
android:minHeight="?attr/listPreferredItemHeightSmall"
|
||||
android:paddingStart="20dp"
|
||||
android:paddingEnd="?attr/dialogPreferredPadding"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||
android:textColor="?attr/textColorAlertDialogListItem"
|
||||
tools:text="@string/GroupMentionSettingDialog_default_notify_me" />
|
||||
|
||||
<CheckedTextView
|
||||
android:id="@+id/group_mention_setting_always_notify"
|
||||
android:layout_width="match_parent"
|
||||
|
||||
Reference in New Issue
Block a user