discord-jadx/app/src/main/res/layout/widget_guild_scheduled_even...

8 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:background="?attr/colorBackgroundSecondary" android:layout_height="wrap_content" style="@style/res_2131952600_uikit_viewgroup_page">
<androidx.constraintlayout.widget.ConstraintLayout android:id="@+id/guild_scheduled_event_list_toolbar_container" android:background="?attr/colorBackgroundTertiary" android:layout_width="match_parent" android:layout_height="?android:attr/actionBarSize" app:layout_constraintLeft_toLeftOf="0" app:layout_constraintRight_toRightOf="0" app:layout_constraintTop_toTopOf="0">
<TextView android:textAppearance="@style/res_2131952542_uikit_textappearance_toolbar_title" android:id="@+id/guild_scheduled_event_list_toolbar_title" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="16dp" android:layout_marginRight="16dp" android:text="@string/guild_events" app:layout_constraintBottom_toBottomOf="0" app:layout_constraintStart_toStartOf="0" app:layout_constraintTop_toTopOf="0"/>
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.recyclerview.widget.RecyclerView android:id="@+id/guild_scheduled_event_list_recycler_view" android:layout_margin="16dp" app:layout_constraintBottom_toBottomOf="0" app:layout_constraintLeft_toLeftOf="0" app:layout_constraintRight_toRightOf="0" app:layout_constraintTop_toBottomOf="@+id/guild_scheduled_event_list_toolbar_container" style="@style/res_2131952603_uikit_viewgroup_recyclerview"/>
</androidx.constraintlayout.widget.ConstraintLayout>