|
88 | 88 | android:layout_width="match_parent"
|
89 | 89 | android:layout_height="@dimen/dimen_zero_dp"
|
90 | 90 | android:layout_marginTop="@dimen/multimeter_view_top_margin"
|
91 |
| - android:layout_marginBottom="@dimen/multimeter_constraint_1" |
92 |
| - app:layout_constraintBottom_toTopOf="@+id/bottom_view" |
| 91 | + android:layout_marginBottom="@dimen/multimeter_constraint_2" |
| 92 | + app:layout_constraintBottom_toBottomOf="parent" |
93 | 93 | app:layout_constraintEnd_toEndOf="parent"
|
94 | 94 | app:layout_constraintStart_toStartOf="parent"
|
95 | 95 | app:layout_constraintTop_toBottomOf="@+id/display_box">
|
|
137 | 137 | android:id="@+id/upper_line"
|
138 | 138 | android:layout_width="match_parent"
|
139 | 139 | android:layout_height="@dimen/multimeter_line_width"
|
140 |
| - android:layout_marginTop="@dimen/multimeter_constraint_2" |
| 140 | + android:layout_marginTop="@dimen/multimeter_constraint_5" |
141 | 141 | android:background="@color/black"
|
142 | 142 | android:visibility="invisible"
|
143 | 143 | app:layout_constraintTop_toBottomOf="@+id/ch3" />
|
|
147 | 147 | android:layout_width="match_parent"
|
148 | 148 | android:layout_height="@dimen/multimeter_line_width"
|
149 | 149 | android:layout_marginStart="@dimen/multimeter_constraint_1"
|
150 |
| - android:layout_marginLeft="@dimen/multimeter_constraint_1" |
151 | 150 | android:layout_marginEnd="@dimen/multimeter_constraint_1"
|
152 |
| - android:layout_marginRight="@dimen/multimeter_constraint_1" |
153 |
| - android:layout_marginBottom="@dimen/multimeter_constraint_3" |
| 151 | + android:layout_marginBottom="@dimen/multimeter_constraint_5" |
154 | 152 | android:visibility="invisible"
|
155 | 153 | app:layout_constraintBottom_toTopOf="@+id/id4"
|
156 | 154 | app:layout_constraintEnd_toEndOf="parent"
|
|
431 | 429 |
|
432 | 430 | <TextView
|
433 | 431 | android:id="@+id/id1"
|
434 |
| - android:layout_width="12dp" |
435 |
| - android:layout_height="14dp" |
| 432 | + android:layout_width="wrap_content" |
| 433 | + android:layout_height="wrap_content" |
436 | 434 | android:layout_gravity="center"
|
437 | 435 | android:gravity="center"
|
438 | 436 | android:scaleX="1.5"
|
|
468 | 466 |
|
469 | 467 | </androidx.constraintlayout.widget.ConstraintLayout>
|
470 | 468 |
|
471 |
| - <View |
472 |
| - android:id="@+id/bottom_view" |
473 |
| - android:layout_width="@dimen/dimen_zero_dp" |
474 |
| - android:layout_height="@dimen/dimen_zero_dp" |
475 |
| - app:layout_constraintBottom_toBottomOf="parent" |
476 |
| - app:layout_constraintStart_toStartOf="parent" /> |
477 |
| - |
478 | 469 | </androidx.constraintlayout.widget.ConstraintLayout>
|
479 | 470 |
|
480 | 471 | </androidx.constraintlayout.widget.ConstraintLayout>
|
0 commit comments