Add 32dp space to bottom of choose story type bottom sheet.

fork-5.53.8
Alex Hart 2022-03-16 16:08:57 -03:00 zatwierdzone przez Cody Henthorne
rodzic 40020728de
commit 8fc2d5be37
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -71,6 +71,8 @@ class ChooseStoryTypeBottomSheet : DSLSettingsBottomSheetFragment(
}
)
)
space(DimensionUnit.DP.toPixels(32f).toInt())
}
}