File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
java/dev/arkbuilders/sample Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,6 @@ class ScoreActivity : AppCompatActivity() {
104104 horizontal.disposeComposition()
105105 horizontal.setContent {
106106 HorizontalScoreWidgetComposable (
107- modifier = Modifier .padding(60 .dp),
108107 size = DpSize (200 .dp, 80 .dp),
109108 controller = scoreWidgetController
110109 )
Original file line number Diff line number Diff line change 2828 android : id =" @+id/score_widget_horizontal"
2929 android : layout_width =" wrap_content"
3030 android : layout_height =" wrap_content"
31- android : layout_marginTop = " 50dp "
31+ android : padding = " 70dp "
3232 app : layout_constraintEnd_toEndOf =" parent"
3333 app : layout_constraintStart_toStartOf =" parent"
3434 app : layout_constraintTop_toBottomOf =" @id/btn_pick_resource" />
You can’t perform that action at this time.
0 commit comments