Commit 5f0f422c by tungnq

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

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