mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-20 08:00:58 +00:00
Merge pull request #973 from orange-elephant/entries-shown-count
Add entries showing count
This commit is contained in:
commit
acc6b9a3de
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