mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-04 02:36:08 +00:00
reorder
This commit is contained in:
@@ -134,6 +134,13 @@ fun AppearanceScope.AppearanceLayout(
|
||||
}
|
||||
// }
|
||||
}
|
||||
|
||||
SectionDividerSpaced(maxTopPadding = true)
|
||||
ThemesSection(systemDarkTheme, showSettingsModal, editColor)
|
||||
|
||||
SectionDividerSpaced(maxTopPadding = true)
|
||||
ProfileImageSection()
|
||||
|
||||
SectionDividerSpaced()
|
||||
|
||||
SectionView(stringResource(MR.strings.settings_section_title_icon), padding = PaddingValues(horizontal = DEFAULT_PADDING_HALF)) {
|
||||
@@ -159,12 +166,6 @@ fun AppearanceScope.AppearanceLayout(
|
||||
}
|
||||
}
|
||||
|
||||
SectionDividerSpaced(maxTopPadding = true)
|
||||
ProfileImageSection()
|
||||
|
||||
SectionDividerSpaced(maxTopPadding = true)
|
||||
ThemesSection(systemDarkTheme, showSettingsModal, editColor)
|
||||
|
||||
SectionBottomSpacer()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -69,10 +69,10 @@ fun AppearanceScope.AppearanceLayout(
|
||||
}
|
||||
}
|
||||
SectionDividerSpaced(maxTopPadding = true)
|
||||
ProfileImageSection()
|
||||
ThemesSection(systemDarkTheme, showSettingsModal, editColor)
|
||||
|
||||
SectionDividerSpaced(maxTopPadding = true)
|
||||
ThemesSection(systemDarkTheme, showSettingsModal, editColor)
|
||||
ProfileImageSection()
|
||||
|
||||
SectionBottomSpacer()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user