Update text spacing on donations page.

main
Alex Hart 2022-11-04 14:28:37 -03:00 zatwierdzone przez Cody Henthorne
rodzic a2415261bd
commit 513228b366
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -235,6 +235,8 @@ class DonateToSignalFragment : DSLSettingsFragment(
customPref(BadgePreview.BadgeModel.SubscriptionModel(state.badge))
space(12.dp)
noPadTextPref(
title = DSLSettingsText.from(
R.string.DonateToSignalFragment__powered_by,
@ -243,6 +245,8 @@ class DonateToSignalFragment : DSLSettingsFragment(
)
)
space(8.dp)
noPadTextPref(
title = DSLSettingsText.from(supportTechSummary, DSLSettingsText.CenterModifier)
)