Commit 2c3730c0 by tungnq

TODO Bổ sung một số phần giao diện còn thiếu

parent 84e646b1
...@@ -42,8 +42,7 @@ const NotificationDetailView = props => { ...@@ -42,8 +42,7 @@ const NotificationDetailView = props => {
<Header isBack title={'Chi tiết thông báo'} /> <Header isBack title={'Chi tiết thông báo'} />
<ScrollView <ScrollView
showsVerticalScrollIndicator={false} showsVerticalScrollIndicator={false}
contentContainerStyle={{paddingBottom: 20}} contentContainerStyle={{paddingBottom: 20}}>
>
<View style={styles.container}> <View style={styles.container}>
{showWarning && ( {showWarning && (
<View style={styles.boxInput}> <View style={styles.boxInput}>
...@@ -100,7 +99,7 @@ const NotificationDetailView = props => { ...@@ -100,7 +99,7 @@ const NotificationDetailView = props => {
editable={false} editable={false}
/> />
<RadioGroup {/* <RadioGroup
options={options} options={options}
selectedValue={selectedValue} selectedValue={selectedValue}
onValueChange={onValueChange} onValueChange={onValueChange}
...@@ -114,8 +113,19 @@ const NotificationDetailView = props => { ...@@ -114,8 +113,19 @@ const NotificationDetailView = props => {
containerMarginRight={39} containerMarginRight={39}
containerMarginBottom={15} containerMarginBottom={15}
editable={false} editable={false}
/> /> */}
<View>
<Text
style={{
fontSize: R.fontsize.fontSizeContent,
fontFamily: R.fonts.fontRegular,
fontWeight: '400',
color: R.colors.black,
marginBottom: 5,
}}>
Danh sách người nhn <Text style={{color: R.colors.red}}>*</Text>
</Text>
</View>
<View style={styles.flatList}> <View style={styles.flatList}>
<FlatList <FlatList
nestedScrollEnabled nestedScrollEnabled
...@@ -178,7 +188,7 @@ const NotificationDetailView = props => { ...@@ -178,7 +188,7 @@ const NotificationDetailView = props => {
height: 15, height: 15,
}} }}
containerStyle={{ containerStyle={{
alignSelf:'flex-start', alignSelf: 'flex-start',
}} }}
/> />
</View> </View>
......
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