Commit 5f0f422c by tungnq

TODO: Chỉnh sửa giao diện bên ios

parent 57123e57
...@@ -24,7 +24,7 @@ const DetailStudentView = props => { ...@@ -24,7 +24,7 @@ const DetailStudentView = props => {
}; };
const statusColor = getStatusColor(student.status); const statusColor = getStatusColor(student.status);
return ( return (
<SafeAreaView style={styles.container}> <View style={styles.container}>
<Header title={'Nguyễn Minh Đức - 2598671'} isBack /> <Header title={'Nguyễn Minh Đức - 2598671'} isBack />
<View style={styles.body}> <View style={styles.body}>
<View style={styles.card}> <View style={styles.card}>
...@@ -241,7 +241,7 @@ const DetailStudentView = props => { ...@@ -241,7 +241,7 @@ const DetailStudentView = props => {
</View> </View>
</View> </View>
</View> </View>
</SafeAreaView> </View>
); );
}; };
......
...@@ -128,7 +128,7 @@ const ListStudentView = props => { ...@@ -128,7 +128,7 @@ const ListStudentView = props => {
}; };
return ( return (
<SafeAreaView style={styles.container}> <View style={styles.container}>
<Header title={'Danh sách sinh viên lớp ATTT2024.1'} isBack /> <Header title={'Danh sách sinh viên lớp ATTT2024.1'} isBack />
<View style={styles.body}> <View style={styles.body}>
{renderSearchBox()} {renderSearchBox()}
...@@ -143,7 +143,7 @@ const ListStudentView = props => { ...@@ -143,7 +143,7 @@ const ListStudentView = props => {
/> />
</View> </View>
</View> </View>
</SafeAreaView> </View>
); );
}; };
......
...@@ -43,7 +43,7 @@ const ClassActivityView = (props) => { ...@@ -43,7 +43,7 @@ const ClassActivityView = (props) => {
) )
} }
return ( return (
<SafeAreaView style={styles.container}> < View style={styles.container}>
<Header title={'Danh sách lớp sinh hoạt'} isBack/> <Header title={'Danh sách lớp sinh hoạt'} isBack/>
<View style={styles.body}> <View style={styles.body}>
<View style={styles.card}> <View style={styles.card}>
...@@ -61,7 +61,7 @@ const ClassActivityView = (props) => { ...@@ -61,7 +61,7 @@ const ClassActivityView = (props) => {
</View> </View>
</SafeAreaView> </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