Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
AppUms_Lecturer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tungnq
AppUms_Lecturer
Commits
ffbf4592
Commit
ffbf4592
authored
Sep 15, 2025
by
tungnq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TODO: Điều chỉnh chiều cao thanh tìm kiếm và menu thả xuống về 30px để đồng bộ kích thước.
parent
842eb42b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
style.js
src/screens/list_work/style.js
+1
-1
view.js
src/screens/list_work/view.js
+5
-4
No files found.
src/screens/list_work/style.js
View file @
ffbf4592
...
...
@@ -72,7 +72,7 @@ const styles = StyleSheet.create({
justifyContent
:
'flex-start'
,
paddingLeft
:
15
,
flexDirection
:
'row'
,
height
:
42
,
height
:
30
,
},
box_3
:
{
flexDirection
:
'row'
,
...
...
src/screens/list_work/view.js
View file @
ffbf4592
...
...
@@ -155,10 +155,11 @@ const ListWorkView = props => {
source
=
{
R
.
images
.
icSearch
}
style
=
{{
width
:
20
,
height
:
20
}}
/
>
<
View
style
=
{{
flex
:
1
}}
>
<
TextInput
<
View
style
=
{{
flex
:
1
,
padding
:
0
,
margin
:
0
,
height
:
30
}}
>
<
TextInput
placeholder
=
"Tìm kiếm"
style
=
{
styles
.
text
}
style
=
{
[
styles
.
text
,
{
height
:
30
,
padding
:
0
,
marginRight
:
15
}]
}
value
=
{
searchQuery
}
onChangeText
=
{
setSearchQuery
}
/
>
...
...
@@ -167,7 +168,7 @@ const ListWorkView = props => {
<
View
style
=
{{
flex
:
0.1
}}
><
/View
>
<
View
style
=
{{
flex
:
1
}}
>
<
Dropdown
title
=
{
'Tìm kiếm'
}
height
=
{
4
0
}
/
>
<
Dropdown
title
=
{
'Tìm kiếm'
}
height
=
{
3
0
}
/
>
<
/View
>
<
/View
>
<
FlatList
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment