File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 28
28
android : paddingStart =" 0dp"
29
29
android : paddingEnd =" 8dp"
30
30
app : contentInsetStartWithNavigation =" 0dp"
31
+ app : logo =" @drawable/device_info_icon"
31
32
app : navigationIcon =" @drawable/side_menu_button" />
32
33
33
34
<androidx .fragment.app.FragmentContainerView
34
35
android : id =" @+id/fragment_container"
35
36
android : name =" androidx.navigation.fragment.NavHostFragment"
36
37
android : layout_width =" match_parent"
37
38
android : layout_height =" match_parent"
39
+ android : background =" @color/color_eeeeee"
38
40
app : defaultNavHost =" true"
39
41
app : navGraph =" @navigation/navigation_graph" />
40
42
Original file line number Diff line number Diff line change 12
12
13
13
<androidx .constraintlayout.widget.ConstraintLayout
14
14
android : layout_width =" match_parent"
15
- android : layout_height =" match_parent"
16
- android : background =" @color/white" >
15
+ android : layout_height =" match_parent" >
17
16
18
17
<View
19
18
android : id =" @+id/topView"
Original file line number Diff line number Diff line change 12
12
13
13
<androidx .constraintlayout.widget.ConstraintLayout
14
14
android : layout_width =" match_parent"
15
- android : layout_height =" match_parent"
16
- android : background =" @color/white" >
15
+ android : layout_height =" match_parent" >
17
16
18
17
<View
19
18
android : id =" @+id/topView"
Original file line number Diff line number Diff line change 12
12
13
13
<androidx .constraintlayout.widget.ConstraintLayout
14
14
android : layout_width =" match_parent"
15
- android : layout_height =" match_parent"
16
- android : background =" @color/white" >
15
+ android : layout_height =" match_parent" >
17
16
18
17
<View
19
18
android : id =" @+id/topView"
68
67
app : layout_constraintBottom_toBottomOf =" parent"
69
68
app : layout_constraintStart_toEndOf =" @id/iv_power"
70
69
app : layout_constraintTop_toBottomOf =" @id/tv_last_boot_time_title"
71
- tools : text =" 20230710 " />
70
+ tools : text =" 3일 전 " />
72
71
73
72
</androidx .constraintlayout.widget.ConstraintLayout>
74
73
You can’t perform that action at this time.
0 commit comments