Add MemoryUsageView

This commit is contained in:
Koitharu
2023-02-12 10:05:05 +02:00
parent 5ce2bc92d6
commit e3a67940d0
6 changed files with 105 additions and 83 deletions

View File

@@ -34,9 +34,8 @@
android:visibility="gone"
tools:visibility="visible" />
<include
android:id="@+id/layout_storage"
layout="@layout/layout_memory_usage"
<org.koitharu.kotatsu.settings.tools.views.MemoryUsageView
android:id="@+id/memory_usage_view"
android:layout_width="match_parent"
android:layout_height="wrap_content" />