Skip to content

Commit 993192d

Browse files
eyedolgreyson-signal
authored andcommitted
Adjust size of the unidentified delivery icon.
In the advanced privacy settings screen set the sealed sender icon to its original width and height to maintain its aspect ratio without stretching it. Fixes #13992 Resolves #14000
1 parent a5c2113 commit 993192d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/org/thoughtcrime/securesms/components/settings/app/privacy/advanced/AdvancedPrivacySettingsFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class AdvancedPrivacySettingsFragment : DSLSettingsFragment(R.string.preferences
5252
R.drawable.ic_unidentified_delivery
5353
)
5454
)
55-
unidentifiedDeliveryIcon.setBounds(0, 0, ViewUtil.dpToPx(20), ViewUtil.dpToPx(20))
55+
unidentifiedDeliveryIcon.setBounds(0, 0, ViewUtil.dpToPx(20), ViewUtil.dpToPx(15))
5656
val iconTint = ContextCompat.getColor(requireContext(), R.color.signal_text_primary_dialog)
5757
unidentifiedDeliveryIcon.colorFilter = PorterDuffColorFilter(iconTint, PorterDuff.Mode.SRC_IN)
5858

0 commit comments

Comments
 (0)