91 lines
3.6 KiB
XML
91 lines
3.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"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:id="@+id/main"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="@mipmap/registered_tatus"
|
|
tools:context="com.shortdrama.jelly.zyreotv.topics.abslRwgt.movepage.VItemGradlewFragment">
|
|
|
|
|
|
<FrameLayout
|
|
android:id="@+id/layout_search"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/eaderShareLauncher"
|
|
android:layout_marginStart="@dimen/detailsClickTatus"
|
|
android:layout_marginTop="@dimen/observerStop"
|
|
android:layout_marginEnd="@dimen/detailsClickTatus"
|
|
android:background="@drawable/r_lock"
|
|
app:layout_constraintTop_toTopOf="parent">
|
|
|
|
<TextView
|
|
android:id="@+id/tv_home_search"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginStart="@dimen/followHistoryOllow"
|
|
android:layout_marginEnd="@dimen/followHistoryOllow"
|
|
android:textColorHint="#38ffffff"
|
|
android:gravity="center_vertical"
|
|
android:drawablePadding="@dimen/squareDefault_q"
|
|
android:textColor="#38ffffff"
|
|
android:maxLines="1"
|
|
android:ellipsize="end"
|
|
android:textSize="@dimen/gradleAgreement"
|
|
app:drawableStartCompat="@mipmap/utils_utils_ollow" />
|
|
<LinearLayout
|
|
android:background="#B9EAA2"
|
|
android:layout_width="0dp"
|
|
android:paddingTop="78dp"
|
|
android:orientation="vertical"
|
|
android:visibility="gone"
|
|
android:layout_height="0dp">
|
|
</LinearLayout>
|
|
</FrameLayout>
|
|
|
|
|
|
<com.google.android.material.tabs.TabLayout
|
|
android:id="@+id/tablayout"
|
|
android:layout_width="match_parent"
|
|
android:layout_marginTop="@dimen/followHistoryOllow"
|
|
android:layout_height="@dimen/eaderShareLauncher"
|
|
android:layout_centerVertical="true"
|
|
android:background="@android:color/transparent"
|
|
app:layout_constraintTop_toBottomOf="@+id/layout_search"
|
|
app:tabBackground="@android:color/transparent"
|
|
app:tabIndicator="@drawable/lls_register_themes_item"
|
|
app:tabIndicatorColor="@color/zyreotvExploreAbout"
|
|
app:tabIndicatorGravity="bottom"
|
|
app:tabIndicatorFullWidth="false"
|
|
app:tabInlineLabel="false"
|
|
app:tabIndicatorHeight="@dimen/googleShare"
|
|
app:tabMinWidth="@dimen/eaderShareLauncher"
|
|
app:tabIndicatorAnimationMode="fade"
|
|
app:tabMode="scrollable"
|
|
app:tabPaddingBottom="@dimen/unitEventUnique"
|
|
app:tabPaddingEnd="5dp"
|
|
app:tabPaddingStart="15dp"
|
|
app:tabRippleColor="@null"
|
|
app:tabSelectedTextColor="#F564B6"
|
|
app:tabTextAppearance="@style/splashModity"
|
|
app:tabTextColor="#D2D2D2" />
|
|
<LinearLayout
|
|
android:layout_width="227dp"
|
|
android:padding="19dp"
|
|
android:orientation="horizontal"
|
|
android:visibility="gone"
|
|
android:layout_height="38dp"
|
|
tools:ignore="MissingConstraints">
|
|
</LinearLayout>
|
|
|
|
<androidx.viewpager2.widget.ViewPager2
|
|
android:id="@+id/viewpager"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:layout_marginBottom="@dimen/agreementLock"
|
|
app:layout_constraintTop_toBottomOf="@+id/tablayout"
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
android:overScrollMode="never" />
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |