sortable sources

This commit is contained in:
rebelonion 2024-02-03 04:06:41 -06:00
parent 402e0576c8
commit d3f097f675
8 changed files with 150 additions and 155 deletions

View file

@ -5,6 +5,7 @@
android:layout_height="wrap_content"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="horizontal"
android:background="?attr/colorSurface"
android:paddingTop="10dp"
android:paddingBottom="10dp">
@ -13,7 +14,7 @@
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_gravity="center_vertical"
android:src="@drawable/ic_pin"
android:src="@drawable/ic_round_filter_24"
android:layout_marginEnd="3dp" />
<ImageView