메인 - 하단 탭 추가
This commit is contained in:
28
app/src/main/res/layout/item_main_tab.xml
Normal file
28
app/src/main/res/layout/item_main_tab.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/root"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
android:orientation="vertical"
|
||||
tools:ignore="UseCompoundDrawables">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_tab"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:contentDescription="@null"
|
||||
tools:src="@drawable/ic_tabbar_live" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_tab"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="5dp"
|
||||
android:textSize="10sp"
|
||||
android:fontFamily="@font/gmarket_sans_light"
|
||||
tools:ignore="SmallSp"
|
||||
tools:text="라이브" />
|
||||
|
||||
</LinearLayout>
|
Reference in New Issue
Block a user