|
@@ -7,17 +7,22 @@
|
|
|
android:layout_marginTop="6dp"
|
|
android:layout_marginTop="6dp"
|
|
|
android:layout_marginBottom="6dp">
|
|
android:layout_marginBottom="6dp">
|
|
|
|
|
|
|
|
- <ImageView
|
|
|
|
|
|
|
+ <TextView
|
|
|
android:id="@+id/ca_list_item_drag_handle"
|
|
android:id="@+id/ca_list_item_drag_handle"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="8dp"
|
|
|
|
|
android:padding="8dp"
|
|
android:padding="8dp"
|
|
|
|
|
+ android:paddingStart="12dp"
|
|
|
|
|
+ android:paddingLeft="12dp"
|
|
|
|
|
+ android:paddingEnd="12dp"
|
|
|
|
|
+ android:paddingRight="12dp"
|
|
|
|
|
+ android:text="="
|
|
|
|
|
+ android:textAppearance="@style/TextAppearance.AppCompat"
|
|
|
|
|
+ android:textSize="24sp"
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/ca_list_item_app_name"
|
|
app:layout_constraintBottom_toBottomOf="@+id/ca_list_item_app_name"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="@+id/ca_list_item_app_name"
|
|
app:layout_constraintTop_toTopOf="@+id/ca_list_item_app_name"
|
|
|
- app:srcCompat="@drawable/ic_drag_handle"
|
|
|
|
|
- tools:ignore="ContentDescription" />
|
|
|
|
|
|
|
+ tools:ignore="HardcodedText" />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/ca_list_item_app_name"
|
|
android:id="@+id/ca_list_item_app_name"
|
|
@@ -29,7 +34,7 @@
|
|
|
android:maxLines="1"
|
|
android:maxLines="1"
|
|
|
android:singleLine="true"
|
|
android:singleLine="true"
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat"
|
|
android:textAppearance="@style/TextAppearance.AppCompat"
|
|
|
- android:textSize="@dimen/_24ssp"
|
|
|
|
|
|
|
+ android:textSize="24sp"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintEnd_toStartOf="@+id/ca_list_item_more_icon"
|
|
app:layout_constraintEnd_toStartOf="@+id/ca_list_item_more_icon"
|
|
|
app:layout_constraintStart_toEndOf="@+id/ca_list_item_drag_handle"
|
|
app:layout_constraintStart_toEndOf="@+id/ca_list_item_drag_handle"
|
|
@@ -39,7 +44,6 @@
|
|
|
android:id="@+id/ca_list_item_more_icon"
|
|
android:id="@+id/ca_list_item_more_icon"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="8dp"
|
|
|
|
|
android:padding="8dp"
|
|
android:padding="8dp"
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/ca_list_item_app_name"
|
|
app:layout_constraintBottom_toBottomOf="@+id/ca_list_item_app_name"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
app:layout_constraintEnd_toEndOf="parent"
|