Sort by updated initially

This commit is contained in:
2023-04-07 14:38:47 +02:00
parent 8651a29944
commit 6396947de9
4 changed files with 42 additions and 7 deletions

View File

@@ -3,11 +3,21 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<Spinner
android:id="@+id/sort_by_spinner"
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content" />
android:layout_height="wrap_content">
<Spinner
android:id="@+id/sort_by_spinner"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<ToggleButton
android:id="@+id/desc_sort_toggle"
android:textOff="@string/asc_sort"
android:textOn="@string/desc_sort"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</LinearLayout>
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/repositories_view"