/
BirdLeon
/
ROBLOX2016
Обзор
Документация
Войти
/
BirdLeon
/
ROBLOX2016
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
Android/NativeShell/res/layout/activity_glview.xml
33 строки
1 KB
PatoFlamejanteTV
full source code
19 дек 2024, 19:11
19 дек 2024, 19:11
05db15d
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" android:id="@+id/activity_glview" > <SurfaceView android:id="@+id/surfaceview" android:layout_width="fill_parent" android:layout_height="wrap_content" /> <LinearLayout android:id="@+id/keyboard_layout" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginBottom="60dp" android:gravity="top" android:orientation="horizontal" > <com.roblox.client.RbxKeyboard android:id="@+id/gl_edit_text" android:layout_width="match_parent" android:layout_height="wrap_content" android:ems="10" android:gravity="center_vertical|fill_horizontal" android:layout_marginTop="36dp"> <requestFocus /> </com.roblox.client.RbxKeyboard> </LinearLayout> </FrameLayout>