/
githubmirror
/
shadowsocks-android
Обзор
Документация
Войти
/
githubmirror
/
shadowsocks-android
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
mobile/src/main/res/layout/layout_udp_fallback.xml
14 строк
897 B
Mygod
Immersive theme: Make navigation bars translucent (#2263)
19 июл 2019, 12:23
Не верифицирован
19 июл 2019, 12:23
2177abc
Код
Авторство
О чём код?
<?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:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent"> <include layout="@layout/toolbar_light_dark" /> <androidx.recyclerview.widget.RecyclerView android:id="@+id/list" android:layout_width="match_parent" android:layout_height="match_parent" android:clipToPadding="false" tools:itemview="@android:layout/select_dialog_singlechoice_material" android:scrollbars="vertical"/> </LinearLayout>