/
SoRusV
/
src_xendil
Обзор
Документация
Войти
/
SoRusV
/
src_xendil
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Android/res/values/styles.xml
21 строка
945 B
ruslan
Initial commit
29 окт 2024, 11:18
29 окт 2024, 11:18
5c4dcf5
Код
Авторство
О чём код?
<resources> <!-- Base application theme. --> <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar"> <!--<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">--> <!-- Customize your theme here. --> <item name="colorPrimary">@color/colorPrimary</item> <item name="colorPrimaryDark">@color/colorPrimaryDark</item> <item name="colorAccent">@color/colorAccent</item> <!--<item name="android:windowNoTitle">true</item>--> <!--<item name="android:windowActionBar">false</item>--> <!--if set fullscreen then soft-keybord overlay edit for input text--> <item name="android:windowFullscreen">true</item> <!--<item name="android:windowContentOverlay">@null</item>--> <!--<item name="android:windowFullscreen">true</item>--> <!--<item name="android:windowNoTitle">true</item>--> </style> </resources>