/
githubmirror
/
shadowsocks-android
Обзор
Документация
Войти
/
githubmirror
/
shadowsocks-android
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
mobile/src/main/res/layout/layout_tasker.xml
26 строк
1 KB
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" /> <FrameLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:elevation="1dp" android:background="@android:color/white"> <Switch android:id="@+id/serviceSwitch" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/toggle_service_state" android:textSize="18sp" android:padding="16dp"/> </FrameLayout> <androidx.recyclerview.widget.RecyclerView android:id="@+id/list" android:layout_width="match_parent" android:layout_height="match_parent" android:clipToPadding="false" android:scrollbars="vertical" tools:itemview="@android:layout/select_dialog_singlechoice_material"/> </LinearLayout>