/
BirdLeon
/
ROBLOX2016
Обзор
Документация
Войти
/
BirdLeon
/
ROBLOX2016
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
Android/NativeShell/res/layout/tab_button_layout.xml
19 строк
596 B
PatoFlamejanteTV
full source code
19 дек 2024, 19:11
19 дек 2024, 19:11
05db15d
Код
Авторство
О чём код?
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_weight="1" android:gravity="center" android:layout_height="match_parent" style="@android:style/Widget.Holo.Tab"> <ImageView android:id="@android:id/icon" android:layout_width="34dp" android:layout_height="36dp"/> <TextView android:id="@android:id/title" android:layout_width="wrap_content" android:layout_height="wrap_content" style="@style/Theme.Roblox.TabTextIndicator" /> </LinearLayout>