allow reordering favorites by drag and drop

This commit is contained in:
Pavel Poley
2022-05-05 18:03:58 +03:00
parent 307ce40e19
commit f807961768
6 changed files with 60 additions and 6 deletions

View File

@@ -59,6 +59,14 @@
android:paddingBottom="@dimen/medium_margin"
android:text="@string/date_created" />
<com.simplemobiletools.commons.views.MyCompatRadioButton
android:id="@+id/sorting_dialog_radio_custom"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="@dimen/medium_margin"
android:paddingBottom="@dimen/medium_margin"
android:text="@string/custom" />
</RadioGroup>
<include layout="@layout/divider" />