jimu-decompiled/resources/res/layout/activity_message_center.xml
2025-05-13 19:24:51 +02:00

46 lines
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical"
android:id="@+id/flContainer"
android:background="@color/bg_F9F9F9"
android:layout_width="match_parent"
android:layout_height="match_parent">
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="@dimen/msg_tab_height">
<androidx.viewpager.widget.ViewPager
android:id="@+id/viewPager"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="@dimen/msg_tab_height_add"/>
<ImageView
android:id="@+id/indicator"
android:visibility="invisible"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@mipmap/indicator"
android:scaleType="fitCenter"/>
</FrameLayout>
<TableLayout
android:id="@+id/tabLayout"
android:background="@color/bg_F9F9F9"
android:layout_width="match_parent"
android:layout_height="@dimen/msg_tab_height"
app:tabBackground="@android:color/transparent"
app:tabGravity="center"
app:tabIndicatorColor="@color/bg_FFAD42"
app:tabIndicatorHeight="0dp"
app:tabMaxWidth="0dp"
app:tabPaddingEnd="@dimen/msg_tab_margin"
app:tabPaddingStart="@dimen/msg_tab_margin"
app:tabSelectedTextColor="@color/bg_FFAD42"
app:tabTextColor="@color/txt_00A9FF"/>
<ImageView
android:id="@+id/imgBack"
android:background="@mipmap/combined_shape_pad"
android:layout_width="@dimen/theme_navigation_size"
android:layout_height="@dimen/theme_navigation_size"
android:layout_centerVertical="true"/>
</FrameLayout>