File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
samplejava/src/main/res/layout
samplekotlin/src/main/res/layout Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1919 android : layout_width =" 150dp"
2020 android : layout_height =" 50dp"
2121 android : background =" @drawable/imgur_logo"
22- app : layout_constraintBottom_toBottomOf =" @+id/iv_media_thumb "
23- app : layout_constraintEnd_toEndOf =" @+id/iv_media_thumb "
24- app : layout_constraintStart_toStartOf =" @+id/iv_media_thumb "
25- app : layout_constraintTop_toTopOf =" @+id/iv_media_thumb " />
22+ app : layout_constraintBottom_toBottomOf =" parent "
23+ app : layout_constraintEnd_toEndOf =" parent "
24+ app : layout_constraintStart_toStartOf =" parent "
25+ app : layout_constraintTop_toTopOf =" parent " />
2626</androidx .constraintlayout.widget.ConstraintLayout>
Original file line number Diff line number Diff line change 1919 android : layout_width =" 150dp"
2020 android : layout_height =" 50dp"
2121 android : background =" @drawable/imgur_logo"
22- app : layout_constraintBottom_toBottomOf =" @+id/iv_media_thumb "
23- app : layout_constraintEnd_toEndOf =" @+id/iv_media_thumb "
24- app : layout_constraintStart_toStartOf =" @+id/iv_media_thumb "
25- app : layout_constraintTop_toTopOf =" @+id/iv_media_thumb " />
22+ app : layout_constraintBottom_toBottomOf =" parent "
23+ app : layout_constraintEnd_toEndOf =" parent "
24+ app : layout_constraintStart_toStartOf =" parent "
25+ app : layout_constraintTop_toTopOf =" parent " />
2626</androidx .constraintlayout.widget.ConstraintLayout>
You can’t perform that action at this time.
0 commit comments