Allow sorting contacts by date created

This commit is contained in:
Andrii Chubko
2021-08-17 14:51:58 +03:00
parent 36789cf8eb
commit 2bafac3ca9
5 changed files with 86 additions and 54 deletions

View File

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