/
githubmirror
/
shadowsocks-android
Обзор
Документация
Войти
/
githubmirror
/
shadowsocks-android
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
mobile/src/main/res/layout/layout_about.xml
23 строки
1 KB
Mygod
Immersive theme everywhere
21 авг 2019, 20:16
21 авг 2019, 20:16
fdf2da1
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent" android:id="@+id/about_container" android:fitsSystemWindows="true"> <include layout="@layout/toolbar_light_dark"/> <androidx.core.widget.NestedScrollView android:layout_width="match_parent" android:layout_height="match_parent" app:layout_behavior="@string/appbar_scrolling_view_behavior" android:scrollbars="vertical"> <com.github.shadowsocks.widget.AutoCollapseTextView android:id="@+id/tv_about" android:layout_width="match_parent" android:layout_height="wrap_content" android:padding="16dp" android:textIsSelectable="true" android:textAppearance="@style/TextAppearance.AppCompat.Body1"/> </androidx.core.widget.NestedScrollView> </LinearLayout>