Show error panel in EmptyFragment

This commit is contained in:
Stypox 2025-07-19 19:41:13 +02:00
parent 567ced1216
commit bb9a1289d2
5 changed files with 59 additions and 14 deletions

View file

@ -4,7 +4,9 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<include layout="@layout/main_bg" />
<include
android:id="@+id/blank_page_content"
layout="@layout/main_bg" />
<include
android:id="@+id/error_panel"