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

12 lines
5.4 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="@drawable/bg_guild_scheduled_event_list_item" android:padding="16dp" android:layout_width="match_parent" android:layout_height="wrap_content">
<ImageView android:id="@+id/guild_scheduled_event_list_item_status_icon" android:layout_width="20dp" android:layout_height="20dp" android:importantForAccessibility="no" app:layout_constraintBottom_toBottomOf="@+id/guild_scheduled_event_list_item_rsvp_text" app:layout_constraintStart_toStartOf="0" app:layout_constraintTop_toTopOf="@+id/guild_scheduled_event_list_item_rsvp_text"/>
<TextView android:textAppearance="@style/res_2131952532_uikit_textappearance_bold" android:textColor="?attr/colorHeaderPrimary" android:id="@+id/guild_scheduled_event_list_item_date_text" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_marginLeft="4dp" android:layout_marginRight="4dp" android:maxLines="1" app:layout_constraintBottom_toBottomOf="@+id/guild_scheduled_event_list_item_rsvp_text" app:layout_constraintEnd_toStartOf="@+id/guild_scheduled_event_list_item_rsvp_text" app:layout_constraintStart_toEndOf="@+id/guild_scheduled_event_list_item_status_icon" app:layout_constraintTop_toTopOf="@+id/guild_scheduled_event_list_item_rsvp_text"/>
<TextView android:textAppearance="@style/res_2131952573_uikit_textview_medium_singleline" android:textColor="?attr/colorInteractiveNormal" android:id="@+id/guild_scheduled_event_list_item_rsvp_text" android:background="@drawable/rounded_rectangle_1000dp_radius" android:paddingLeft="8dp" android:paddingTop="2dp" android:paddingRight="8dp" android:paddingBottom="2dp" android:layout_width="wrap_content" android:layout_height="wrap_content" android:drawablePadding="6dp" android:fontFamily="?attr/font_primary_normal" android:backgroundTint="?attr/colorBackgroundSecondary" app:drawableStartCompat="@drawable/ic_heart_12dp" app:layout_constraintEnd_toEndOf="0" app:layout_constraintTop_toTopOf="0"/>
<TextView android:textAppearance="@style/res_2131952577_uikit_textview_semibold" android:textSize="@dimen/uikit_textsize_large" android:textColor="?attr/colorHeaderPrimary" android:id="@+id/guild_scheduled_event_list_item_title_text" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_marginTop="8dp" android:fontFamily="?attr/font_primary_semibold" app:layout_constraintEnd_toEndOf="0" app:layout_constraintStart_toStartOf="0" app:layout_constraintTop_toBottomOf="@+id/guild_scheduled_event_list_item_rsvp_text"/>
<TextView android:textAppearance="@style/res_2131952577_uikit_textview_semibold" android:textSize="@dimen/uikit_textsize_large" android:textColor="?attr/colorHeaderSecondary" android:id="@+id/guild_scheduled_event_list_item_desc_text" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_marginTop="8dp" android:fontFamily="?attr/font_primary_normal" app:layout_constraintEnd_toEndOf="0" app:layout_constraintStart_toStartOf="0" app:layout_constraintTop_toBottomOf="@+id/guild_scheduled_event_list_item_title_text"/>
<ImageView android:id="@+id/guild_scheduled_event_list_item_bottom_button" android:layout_width="0dp" android:layout_height="0dp" android:contentDescription="@string/stage_instance_interested_label" android:layout_marginEnd="8dp" android:backgroundTint="?attr/colorBackgroundAccent" app:layout_constraintBottom_toBottomOf="@+id/guild_scheduled_event_list_item_more_options_button" app:layout_constraintEnd_toStartOf="@+id/guild_scheduled_event_list_item_more_options_button" app:layout_constraintStart_toStartOf="0" app:layout_constraintTop_toTopOf="@+id/guild_scheduled_event_list_item_more_options_button" app:srcCompat="@drawable/rounded_rectangle_4dp_radius" app:tint="?attr/colorBackgroundAccent"/>
<TextView android:textAppearance="@style/res_2131952539_uikit_textappearance_semibold" android:textSize="@dimen/uikit_textsize_medium" android:textColor="?attr/colorInteractiveActive" android:id="@+id/guild_scheduled_event_list_item_bottom_button_text" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/stage_instance_interested_label" android:drawablePadding="6dp" app:drawableStartCompat="@drawable/ic_heart_16dp" app:drawableTint="?attr/colorInteractiveActive" app:layout_constraintBottom_toBottomOf="@+id/guild_scheduled_event_list_item_bottom_button" app:layout_constraintEnd_toEndOf="@+id/guild_scheduled_event_list_item_bottom_button" app:layout_constraintStart_toStartOf="@+id/guild_scheduled_event_list_item_bottom_button" app:layout_constraintTop_toTopOf="@+id/guild_scheduled_event_list_item_bottom_button"/>
<ImageView android:id="@+id/guild_scheduled_event_list_item_more_options_button" android:background="@drawable/rounded_rectangle_4dp_radius" android:padding="8dp" android:layout_width="wrap_content" android:layout_height="0dp" android:layout_marginTop="16dp" android:src="@drawable/ic_ellipsis_16dp" android:contentDescription="@string/more_options" android:backgroundTint="?attr/colorBackgroundAccent" app:layout_constraintBottom_toBottomOf="0" app:layout_constraintDimensionRatio="H,1:1" app:layout_constraintEnd_toEndOf="0" app:layout_constraintTop_toBottomOf="@+id/guild_scheduled_event_list_item_desc_text"/>
</androidx.constraintlayout.widget.ConstraintLayout>