File tree Expand file tree Collapse file tree
Samples/Advanced/DocumentReader-Kotlin/app/src/main/res/layout Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 android : id =" @+id/currentDataGroupLt"
1010 android : layout_width =" 0dp"
1111 android : layout_height =" wrap_content"
12- android : layout_toStartOf =" @id/skipRfidBtn"
1312 android : visibility =" gone"
14- app : layout_constraintBottom_toBottomOf =" parent"
15- app : layout_constraintEnd_toStartOf =" @+id/skipRfidBtn"
13+ app : layout_constraintTop_toBottomOf =" @id/rfidStatus"
1614 app : layout_constraintStart_toStartOf =" parent"
15+ app : layout_constraintEnd_toEndOf =" parent"
1716 android : orientation =" vertical"
18- android : layout_margin =" 10dp" >
17+ android : layout_marginTop =" 30dp"
18+ android : padding =" 10dp"
19+ android : gravity =" center_horizontal" >
1920
2021 <ProgressBar
2122 android : id =" @+id/progressBar"
2223 style =" @android:style/Widget.ProgressBar.Horizontal"
2324 android : layout_width =" 200dp"
2425 android : layout_height =" 10dp"
2526 android : layout_below =" @id/currentRfidDgTv"
26- android : layout_centerHorizontal =" true"
2727 android : layout_gravity =" center_horizontal"
2828 android : indeterminate =" false"
2929 android : visibility =" visible"
You can’t perform that action at this time.
0 commit comments