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 => {
<Header isBack title={'Chi tiết thông báo'} />
<ScrollView
showsVerticalScrollIndicator={false}
contentContainerStyle={{paddingBottom: 20}}
>
contentContainerStyle={{paddingBottom: 20}}>
<View style={styles.container}>
{showWarning && (
<View style={styles.boxInput}>
......@@ -100,7 +99,7 @@ const NotificationDetailView = props => {
editable={false}
/>
<RadioGroup
{/* <RadioGroup
options={options}
selectedValue={selectedValue}
onValueChange={onValueChange}
......@@ -114,8 +113,19 @@ const NotificationDetailView = props => {
containerMarginRight={39}
containerMarginBottom={15}
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}>
<FlatList
nestedScrollEnabled
......@@ -178,7 +188,7 @@ const NotificationDetailView = props => {
height: 15,
}}
containerStyle={{
alignSelf:'flex-start',
alignSelf: 'flex-start',
}}
/>
</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