/
githubmirror
/
shadowsocks-android
Обзор
Документация
Войти
/
githubmirror
/
shadowsocks-android
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
mobile/src/main/res/layout/layout_global_settings.xml
14 строк
652 B
Mygod
Fix usages of fragment tags, 2nd attempt
20 апр 2020, 23:38
20 апр 2020, 23:38
ebd274a
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent" android:fitsSystemWindows="true"> <include layout="@layout/toolbar_light_dark" /> <androidx.fragment.app.FragmentContainerView android:id="@+id/content" android:name="com.github.shadowsocks.GlobalSettingsPreferenceFragment" android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1"/> </LinearLayout>