tab_item_view.xml
442 Bytes
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
style="@style/lay_tab_item">
<ImageView
android:id="@+id/tabimg"
style="@style/img_tab_item"></ImageView>
<TextView
android:id="@+id/tabtext"
style="@style/text_tab_item"></TextView>
</LinearLayout>