|
|
|
@ -6,16 +6,14 @@ |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginHorizontal="16dp" |
|
|
|
android:layout_marginVertical="12dp" |
|
|
|
android:focusable="true"> |
|
|
|
android:layout_marginVertical="12dp"> |
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:orientation="horizontal" |
|
|
|
android:padding="16dp" |
|
|
|
android:layout_gravity="center_vertical" |
|
|
|
android:animateLayoutChanges="true"> |
|
|
|
android:layout_gravity="center_vertical"> |
|
|
|
|
|
|
|
<com.google.android.material.textview.MaterialTextView |
|
|
|
android:id="@+id/path" |
|
|
|
|