discord-jadx/app/src/main/res/layout/widget_hub_events_page.xml
2021-12-17 22:59:34 +01:00

5 lines
695 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" style="@style/UiKit_ViewGroup_Page_LinearLayout">
<TextView android:textAppearance="@style/UiKit_TextAppearance_Toolbar_Title" android:id="@+id/title" android:background="?attr/colorBackgroundTertiary" android:padding="16dp" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/guild_events"/>
<androidx.recyclerview.widget.RecyclerView android:id="@+id/recycler_view" android:layout_width="match_parent" android:layout_height="wrap_content"/>
</LinearLayout>