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

7 lines
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:background="?attr/selectableItemBackground" android:layout_width="match_parent" android:layout_height="match_parent">
<TextView android:id="@+id/toolbar_title" android:layout_width="wrap_content" android:layout_height="wrap_content" android:drawablePadding="4dp" app:drawableTint="?attr/colorTextMuted" app:layout_constrainedWidth="true" app:layout_constraintBottom_toTopOf="@+id/toolbar_title_subtext" app:layout_constraintEnd_toStartOf="@+id/toolbar_presence" app:layout_constraintHorizontal_bias="0" app:layout_constraintHorizontal_chainStyle="2" app:layout_constraintLeft_toLeftOf="0" app:layout_constraintRight_toLeftOf="@+id/toolbar_presence" app:layout_constraintStart_toStartOf="0" app:layout_constraintTop_toTopOf="0" style="@style/res_2131952542_uikit_textappearance_toolbar_title"/>
<TextView android:id="@+id/toolbar_title_subtext" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" app:layout_constraintBottom_toBottomOf="0" app:layout_constraintLeft_toLeftOf="@+id/toolbar_title" app:layout_constraintStart_toStartOf="@+id/toolbar_title" app:layout_constraintTop_toBottomOf="@+id/toolbar_title" style="@style/res_2131952541_uikit_textappearance_toolbar_subtitle"/>
<com.discord.views.StatusView android:id="@+id/toolbar_presence" android:visibility="gone" android:layout_width="12dp" android:layout_height="wrap_content" android:layout_marginStart="4dp" app:layout_constraintBottom_toBottomOf="@+id/toolbar_title" app:layout_constraintEnd_toEndOf="0" app:layout_constraintLeft_toRightOf="@+id/toolbar_title" app:layout_constraintRight_toRightOf="0" app:layout_constraintStart_toEndOf="@+id/toolbar_title" app:layout_constraintTop_toTopOf="@+id/toolbar_title"/>
</merge>