Commit 4fb52fa9 authored by 苏志权's avatar 苏志权

Merge remote-tracking branch 'remotes/origin/v2-test' into v2-uat

parents 53aa57c4 c6be19ac
......@@ -123,19 +123,24 @@ const Header: React.FC<NavBarProps> = (props: NavBarProps) => {
/>
<View style={myStyle.container}>
<View style={myStyle['nav-bar-left-view']}>
<Text style={{ textAlign: 'center' }}>{languageTitle}</Text>
<TouchableOpacity onPress={jumpToLanguage} activeOpacity={0.8}>
<Text style={{ textAlign: 'center' }}>{languageTitle}</Text>
</TouchableOpacity>
<TouchableOpacity onPress={jumpToLanguage} activeOpacity={0.8}>
<Icons name={'down'} size={12} color={backIconColor} />
</TouchableOpacity>
</View>
<View style={myStyle['nav-bar-wrap']}>
<Text
style={[myStyle['nav-bar-title'], { color: titleColor }, null]}
numberOfLines={1}
>
{title}
</Text>
<TouchableOpacity onPress={jumpToMember}>
<Text
style={[myStyle['nav-bar-title'], { color: titleColor }, null]}
numberOfLines={1}
>
{title}
</Text>
</TouchableOpacity>
<TouchableOpacity onPress={jumpToMember}>
<Icons name={'caretdown'} size={16} color={backIconColor} />
</TouchableOpacity>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment