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

19 lines
712 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:gravity="center"
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<ImageView
android:id="@+id/tabImageView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
<TextView
android:textSize="@dimen/text_size_12"
android:textColor="@drawable/tab_text_color"
android:id="@+id/tabTextView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_5"/>
</LinearLayout>