mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-19 23:50:58 +00:00
Add entries showing count
This commit is contained in:
parent
029ca81bbf
commit
4bf807c46a
5 changed files with 186 additions and 98 deletions
15
app/src/main/res/layout/card_footer.xml
Normal file
15
app/src/main/res/layout/card_footer.xml
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/entries_shown_count"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="4dp"
|
||||
android:layout_centerInParent="true"
|
||||
android:textColor="@color/extra_info_text"
|
||||
android:textSize="18sp" />
|
||||
|
||||
</RelativeLayout>
|
Loading…
Add table
Add a link
Reference in a new issue