File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 57
57
app : layout_constraintStart_toStartOf =" @id/pv_barcode"
58
58
app : layout_constraintTop_toTopOf =" @id/pv_barcode" />
59
59
60
+ <androidx .constraintlayout.widget.Guideline
61
+ android : id =" @+id/guideline_barcode_horizental"
62
+ android : layout_width =" wrap_content"
63
+ android : layout_height =" wrap_content"
64
+ android : orientation =" horizontal"
65
+ app : layout_constraintGuide_percent =" 0.65" />
66
+
60
67
<ImageButton
61
68
android : id =" @+id/btn_barcode_text_search"
62
69
android : layout_width =" wrap_content"
63
70
android : layout_height =" wrap_content"
64
- android : layout_marginBottom =" 136dp"
65
71
android : background =" @null"
66
72
android : src =" @drawable/ic_barcode_text_search"
67
73
app : layout_constraintBottom_toBottomOf =" parent"
68
74
app : layout_constraintEnd_toEndOf =" parent"
69
- app : layout_constraintStart_toStartOf =" parent" />
75
+ app : layout_constraintStart_toStartOf =" parent"
76
+ app : layout_constraintTop_toTopOf =" @id/guideline_barcode_horizental" />
70
77
</androidx .constraintlayout.widget.ConstraintLayout>
71
78
</layout >
You can’t perform that action at this time.
0 commit comments