File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
java/com/whyranoid/presentation/running Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,10 @@ internal class RunningActivity :
210
210
}
211
211
212
212
private fun handleRunningFinishSuccessState (runningFinishData : RunningFinishData ) {
213
- setResult(RESULT_OK , Intent ().putExtra(RunningViewModel .RUNNING_FINISH_DATA_KEY , runningFinishData))
213
+ setResult(
214
+ RESULT_OK ,
215
+ Intent ().putExtra(RunningViewModel .RUNNING_FINISH_DATA_KEY , runningFinishData)
216
+ )
214
217
finish()
215
218
}
216
219
Original file line number Diff line number Diff line change 24
24
android : id =" @+id/btn_map_location"
25
25
android : layout_width =" 50dp"
26
26
android : layout_height =" 50dp"
27
- android : text =" @string/running_map_location_button"
28
27
android : onClick =" @{() -> vm.onTrackingButtonClicked()}"
28
+ android : text =" @string/running_map_location_button"
29
29
app : layout_constraintBottom_toTopOf =" @id/panel_running_data"
30
30
app : layout_constraintRight_toRightOf =" @id/panel_running_data" />
31
31
37
37
android : layout_margin =" 12dp"
38
38
android : background =" @color/white"
39
39
android : clickable =" false"
40
+ android : elevation =" @dimen/cardview_default_elevation"
40
41
android : paddingHorizontal =" 12dp"
41
42
android : paddingVertical =" 8dp"
42
- android : elevation =" @dimen/cardview_default_elevation"
43
43
app : layout_constraintBottom_toTopOf =" @+id/btn_pause_or_resume"
44
44
app : layout_constraintEnd_toEndOf =" parent"
45
45
app : layout_constraintStart_toStartOf =" parent" >
143
143
144
144
</androidx .constraintlayout.widget.ConstraintLayout>
145
145
146
-
147
146
<com .google.android.material.button.MaterialButton
148
147
android : id =" @+id/btn_pause_or_resume"
149
148
android : layout_width =" 0dp"
You can’t perform that action at this time.
0 commit comments