/
githubmirror
/
shadowsocks-android
Обзор
Документация
Войти
/
githubmirror
/
shadowsocks-android
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
mobile/src/main/res/layout/layout_list.xml
17 строк
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:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" android:fitsSystemWindows="true"> <include layout="@layout/toolbar_light_dark"/> <androidx.recyclerview.widget.RecyclerView android:id="@+id/list" tools:listitem="@layout/layout_profile" android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1" android:scrollbars="vertical" android:clipChildren="false" android:clipToPadding="false"/> </LinearLayout>