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

10 lines
3.2 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/bg_pressed_highlight" android:layout_width="match_parent" android:layout_height="wrap_content">
<com.facebook.drawee.view.SimpleDraweeView android:id="@+id/select_component_sheet_item_icon" android:layout_width="24dp" android:layout_height="24dp" android:layout_marginStart="16dp" app:actualImageScaleType="2" app:layout_constraintBottom_toBottomOf="0" app:layout_constraintStart_toStartOf="0" app:layout_constraintTop_toTopOf="0"/>
<com.google.android.material.textview.MaterialTextView android:id="@+id/select_component_sheet_item_title" android:paddingTop="12dp" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_marginStart="16dp" android:layout_marginEnd="16dp" app:layout_constrainedWidth="true" app:layout_constraintBottom_toTopOf="@+id/select_component_sheet_item_description" app:layout_constraintEnd_toStartOf="@+id/select_component_sheet_item_selected" app:layout_constraintStart_toEndOf="@+id/select_component_sheet_item_icon" app:layout_constraintTop_toTopOf="0" style="@style/res_2131952577_uikit_textview_semibold"/>
<com.google.android.material.textview.MaterialTextView android:textColor="?attr/colorHeaderSecondary" android:id="@+id/select_component_sheet_item_description" android:paddingBottom="12dp" android:visibility="visible" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_marginStart="16dp" android:layout_marginEnd="16dp" app:layout_constrainedWidth="true" app:layout_constraintBottom_toTopOf="@+id/select_component_sheet_item_divider" app:layout_constraintEnd_toStartOf="@+id/select_component_sheet_item_selected" app:layout_constraintStart_toEndOf="@+id/select_component_sheet_item_icon" app:layout_constraintTop_toBottomOf="@+id/select_component_sheet_item_title" style="@style/res_2131952579_uikit_textview_subtext"/>
<com.google.android.material.checkbox.MaterialCheckBox android:id="@+id/select_component_sheet_item_selected" android:background="@android:color/transparent" android:focusable="false" android:visibility="visible" android:clickable="false" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginEnd="16dp" app:layout_constraintBottom_toBottomOf="0" app:layout_constraintEnd_toEndOf="0" app:layout_constraintTop_toTopOf="0"/>
<View android:id="@+id/select_component_sheet_item_divider" android:layout_width="0dp" android:layout_marginStart="16dp" app:layout_constraintBottom_toBottomOf="0" app:layout_constraintEnd_toEndOf="0" app:layout_constraintStart_toStartOf="0" app:layout_constraintTop_toBottomOf="@+id/select_component_sheet_item_description" style="@style/res_2131952422_uikit_divider"/>
<View android:id="@+id/select_component_sheet_item_divider_icon" android:layout_width="0dp" android:layout_marginStart="56dp" app:layout_constraintBottom_toBottomOf="0" app:layout_constraintEnd_toEndOf="0" app:layout_constraintStart_toStartOf="0" app:layout_constraintTop_toBottomOf="@+id/select_component_sheet_item_description" style="@style/res_2131952422_uikit_divider"/>
</androidx.constraintlayout.widget.ConstraintLayout>