File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
java/com/stop/ui/alarmsetting Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -26,15 +26,16 @@ class AlarmSettingFragment : Fragment() {
26
26
): View ? {
27
27
_binding = FragmentAlarmSettingBinding .inflate(inflater, container, false )
28
28
29
+ initBinding()
30
+
29
31
return binding.root
30
32
}
31
33
32
34
override fun onViewCreated (view : View , savedInstanceState : Bundle ? ) {
33
35
super .onViewCreated(view, savedInstanceState)
34
36
35
- initBinding()
36
37
initView()
37
- buttonClick ()
38
+ setButtonListener ()
38
39
}
39
40
40
41
private fun initBinding (){
@@ -54,7 +55,7 @@ class AlarmSettingFragment : Fragment() {
54
55
}
55
56
}
56
57
57
- private fun buttonClick () {
58
+ private fun setButtonListener () {
58
59
with (binding) {
59
60
textViewRouteContent.setOnClickListener {
60
61
if (textViewTransportContent.visibility == View .VISIBLE ) {
Original file line number Diff line number Diff line change 1
1
<resources xmlns : tools =" http://schemas.android.com/tools" >
2
2
<!-- Base application theme. -->
3
- <style name =" Theme.PlzStop" parent =" Theme.MaterialComponents.Light .NoActionBar" >
3
+ <style name =" Theme.PlzStop" parent =" Theme.Material3.DayNight .NoActionBar" >
4
4
<!-- Primary brand color. -->
5
5
<item name =" colorPrimary" >@color/purple_500</item >
6
6
<item name =" colorPrimaryVariant" >@color/purple_700</item >
You can’t perform that action at this time.
0 commit comments