|
@@ -51,12 +51,13 @@
|
|
|
app:layout_constraintStart_toStartOf="parent" />
|
|
app:layout_constraintStart_toStartOf="parent" />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
- android:id="@+id/customise_apps_fragment_counter"
|
|
|
|
|
|
|
+ android:id="@+id/customise_apps_fragment_remove_all"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginEnd="8dp"
|
|
android:layout_marginEnd="8dp"
|
|
|
android:layout_marginRight="8dp"
|
|
android:layout_marginRight="8dp"
|
|
|
android:layout_marginBottom="8dp"
|
|
android:layout_marginBottom="8dp"
|
|
|
|
|
+ android:text="@string/customise_apps_fragment_remove_all"
|
|
|
android:padding="@dimen/_12sdp"
|
|
android:padding="@dimen/_12sdp"
|
|
|
android:textSize="@dimen/_16ssp"
|
|
android:textSize="@dimen/_16ssp"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
app:layout_constraintBottom_toBottomOf="parent"
|