Skip to content
This repository was archived by the owner on Aug 22, 2024. It is now read-only.

Commit 4fd8302

Browse files
committed
[MINOR] [#50] Removed unnecessary props
1 parent 6cb54a7 commit 4fd8302

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/src/main/res/layout/preview_virtual_helper_barrier.xml

-4
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
android:layout_width="0dp"
5353
android:layout_height="wrap_content"
5454
android:layout_marginStart="16dp"
55-
android:ellipsize="end"
5655
android:text="@string/barrier_guide_text"
5756
app:layout_constraintEnd_toEndOf="parent"
5857
app:layout_constraintStart_toStartOf="@id/barrier"
@@ -68,9 +67,6 @@
6867
android:id="@+id/toggle_label_text_size"
6968
android:layout_width="wrap_content"
7069
android:layout_height="wrap_content"
71-
android:layout_marginStart="8dp"
72-
android:layout_marginEnd="8dp"
73-
android:layout_marginBottom="8dp"
7470
android:text="Toggle Text Size"
7571
app:layout_constraintBottom_toBottomOf="parent"
7672
app:layout_constraintEnd_toEndOf="parent"

0 commit comments

Comments
 (0)