Fixed the sorting option to match the other filters

This commit is contained in:
Ziad OUALHADJ
2023-06-04 22:41:08 +02:00
committed by Sylvia van Os
parent 4ccfa7fb84
commit b0b54a1065

View File

@@ -12,10 +12,11 @@
android:id="@+id/checkBox_reverse"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:paddingLeft="20dp"
android:layout_marginStart="20dp"
android:paddingStart="20dp"
android:text="@string/reverse"
android:textSize="16sp"/>
android:textSize="16sp"
android:textColor="?attr/colorOnSurfaceVariant"/>
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>