discord-jadx/app/src/main/res/layout/thread_browser_item_header.xml

5 lines
813 B
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:paddingLeft="16dp" android:paddingTop="16dp" android:paddingRight="16dp" android:paddingBottom="8dp" style="@style/res_2131952589_uikit_viewgroup_constraintlayout">
<TextView android:textSize="@dimen/uikit_textsize_small" android:textColor="?attr/colorInteractiveNormal" android:id="@+id/header_name" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="8dp" android:singleLine="true" android:textAllCaps="true" app:layout_constraintTop_toTopOf="0" style="@style/res_2131952562_uikit_textview_bold"/>
</androidx.constraintlayout.widget.ConstraintLayout>