Subversion Repositories tpanel

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
446 andreas 1
<?xml version="1.0" encoding="utf-8"?>
2
<!--
3
 Copyright (C) 2021 to 2023 by Andreas Theofilu <andreas@theosys.at>
4
 
5
 This program is free software; you can redistribute it and/or modify
6
 it under the terms of the GNU General Public License as published by
7
 the Free Software Foundation; either version 3 of the License, or
8
 (at your option) any later version.
9
 
10
 This program is distributed in the hope that it will be useful,
11
 but WITHOUT ANY WARRANTY; without even the implied warranty of
12
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
 GNU General Public License for more details.
14
 
15
 You should have received a copy of the GNU General Public License
16
 along with this program; if not, write to the Free Software Foundation,
17
 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
18
-->
19
<resources>
20
    <!-- base set of styles that apply to all versions -->
21
    <style name="TPanelAppTheme" parent="Theme.AppCompat.NoActionBar">
22
        <item name="android:windowActionBar">false</item>
23
        <item name="android:windowNoTitle">true</item>
24
        <!-- <item name="android:drawable/screen_background_selector_light">@nullable</item> -->
25
    </style>
26
 
27
    <!-- declare the theme name that's actually applied in the manifest file -->
28
    <style name="AppTheme" parent="Theme.AppCompat.NoActionBar" />
29
</resources>
30