|
|
@@ -37,8 +37,8 @@
|
|
|
android:id="@+id/tasks_fragment_sort"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="@dimen/_16sdp"
|
|
|
- android:layout_marginLeft="@dimen/_16sdp"
|
|
|
+ android:layout_marginStart="@dimen/_8sdp"
|
|
|
+ android:layout_marginLeft="@dimen/_8sdp"
|
|
|
android:layout_marginBottom="@dimen/_8sdp"
|
|
|
android:padding="@dimen/_12sdp"
|
|
|
android:text="@string/tasks_fragment_sort"
|
|
|
@@ -50,8 +50,8 @@
|
|
|
android:id="@+id/tasks_fragment_clear"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginEnd="@dimen/_16sdp"
|
|
|
- android:layout_marginRight="@dimen/_16sdp"
|
|
|
+ android:layout_marginEnd="@dimen/_8sdp"
|
|
|
+ android:layout_marginRight="@dimen/_8sdp"
|
|
|
android:layout_marginBottom="@dimen/_8sdp"
|
|
|
android:padding="@dimen/_12sdp"
|
|
|
android:text="@string/tasks_fragment_clear_completed_tasks"
|