mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-20 20:01:56 +03:00
Merge branch 'development' of https://github.com/ecency/ecency-mobile into sa/power-down-screen
This commit is contained in:
commit
010b1c119e
@ -75,7 +75,7 @@ const DropdownButtonView = ({
|
||||
renderRowProps={{ underlayColor: EStyleSheet.value('$modalBackground'), style:styles.rowWrapper}}
|
||||
style={[!style ? styles.button : style]}
|
||||
textStyle={[textStyle || styles.buttonText]}
|
||||
dropdownStyle={[styles.dropdown, dropdownStyle, !selectedOptionIndex && { height: 35 * (options.length + 1) }]}
|
||||
dropdownStyle={[styles.dropdown, dropdownStyle, { height: 32 * (options.length + 1) }]}
|
||||
dropdownTextStyle={[dropdownTextStyle || styles.dropdownText]}
|
||||
dropdownTextHighlightStyle={styles.dropdownTextHighlight}
|
||||
options={options}
|
||||
|
@ -28,9 +28,11 @@ export default EStyleSheet.create({
|
||||
textAlign: 'left',
|
||||
},
|
||||
dropdownStyle: {
|
||||
marginTop: 15,
|
||||
marginTop: 4,
|
||||
minWidth: 192,
|
||||
width: 192,
|
||||
borderWidth: EStyleSheet.hairlineWidth,
|
||||
borderColor: '$primaryDarkGray',
|
||||
},
|
||||
dropdownButtonStyle: {
|
||||
borderColor: '$primaryGray',
|
||||
|
@ -217,7 +217,7 @@
|
||||
"currency": "Currency",
|
||||
"language": "Language",
|
||||
"server": "Server",
|
||||
"color_theme": "Color Theme",
|
||||
"color_theme": "Appearance",
|
||||
"push_notification": "Push Notification",
|
||||
"notification": {
|
||||
"follow": "Follow",
|
||||
|
Loading…
Reference in New Issue
Block a user