mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-10 08:29:39 +00:00
Add ability to sort based on last used timestamp
This commit is contained in:
parent
dfd720b406
commit
9bae4d6bbc
11 changed files with 130 additions and 3 deletions
|
@ -376,8 +376,22 @@
|
|||
</com.google.android.material.textfield.TextInputLayout>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
<TextView
|
||||
android:id="@+id/text_last_used"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingTop="16dp"
|
||||
android:paddingBottom="16dp"
|
||||
android:layout_centerInParent="true"
|
||||
android:layout_gravity="bottom|center"
|
||||
android:textSize="14sp" />
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
</LinearLayout>
|
||||
</ScrollView>
|
||||
|
||||
|
||||
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue