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

11 lines
2.6 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" style="@style/res_2131952606_uikit_viewgroup_relativelayout">
<ImageView android:id="@+id/channels_item_thread_unread" android:src="@drawable/ic_unread_white_9dp" android:importantForAccessibility="no" app:layout_constraintBottom_toBottomOf="@+id/channels_item_thread_content" app:layout_constraintStart_toStartOf="0" app:layout_constraintTop_toTopOf="0" app:tint="?attr/colorInteractiveActive" style="@style/res_2131952448_uikit_imageview"/>
<androidx.constraintlayout.widget.ConstraintLayout android:id="@+id/channels_item_thread_content" android:paddingTop="8dp" android:paddingBottom="8dp" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_marginStart="32dp" app:layout_constraintStart_toStartOf="0" app:layout_constraintTop_toTopOf="0">
<TextView android:textSize="@dimen/uikit_textsize_large" android:textColor="?attr/colorTextNormal" android:id="@+id/channels_item_thread_name" android:layout_width="0dp" android:singleLine="true" android:layout_marginStart="12dp" android:layout_marginEnd="16dp" app:layout_constraintBottom_toBottomOf="0" app:layout_constraintEnd_toStartOf="@+id/channels_item_thread_mentions" app:layout_constraintStart_toStartOf="0" app:layout_constraintTop_toTopOf="0" style="@style/res_2131952561_uikit_textview"/>
<TextView android:id="@+id/channels_item_thread_mentions" android:background="?attr/drawable_overlay_mentions" android:visibility="gone" android:minWidth="16dp" android:layout_marginStart="8dp" android:layout_marginEnd="16dp" app:layout_constraintBottom_toBottomOf="0" app:layout_constraintEnd_toEndOf="0" app:layout_constraintTop_toTopOf="0" style="@style/res_2131952026_icon_mentions_large"/>
</androidx.constraintlayout.widget.ConstraintLayout>
<ImageView android:id="@+id/channels_item_thread_spine" android:layout_width="wrap_content" android:layout_height="0dp" android:src="@drawable/ic_spine_long_cap" android:scaleType="fitXY" android:adjustViewBounds="true" android:importantForAccessibility="no" android:layout_marginStart="24dp" app:layout_constraintBottom_toBottomOf="0" app:layout_constraintStart_toStartOf="0" app:layout_constraintTop_toTopOf="0" app:tint="?attr/colorBackgroundAccent" style="@style/res_2131952448_uikit_imageview"/>
<Space android:layout_width="match_parent" android:layout_height="4dp" app:layout_constraintStart_toStartOf="0" app:layout_constraintTop_toBottomOf="@+id/channels_item_thread_content"/>
</androidx.constraintlayout.widget.ConstraintLayout>