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

6 lines
1.1 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:layout_width="match_parent" android:layout_height="match_parent">
<com.google.android.material.tabs.TabLayout android:id="@+id/tabs" android:background="?attr/colorBackgroundSecondaryAlt" android:layout_width="match_parent" android:layout_height="wrap_content" app:layout_constraintEnd_toEndOf="0" app:layout_constraintStart_toStartOf="0" app:layout_constraintTop_toTopOf="0" app:tabSelectedTextColor="?attr/colorHeaderPrimary" app:tabTextAppearance="@style/res_2131952542_uikit_textappearance_toolbar_title" app:tabTextColor="?attr/colorTextMuted"/>
<androidx.viewpager2.widget.ViewPager2 android:id="@+id/tab_contents" android:layout_width="match_parent" android:layout_height="0dp" app:layout_constraintBottom_toBottomOf="0" app:layout_constraintEnd_toEndOf="0" app:layout_constraintStart_toStartOf="0" app:layout_constraintTop_toBottomOf="@+id/tabs"/>
</androidx.constraintlayout.widget.ConstraintLayout>