Line 16... |
Line 16... |
16 |
along with this program; if not, write to the Free Software Foundation,
|
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
|
17 |
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
18 |
-->
|
18 |
-->
|
19 |
<resources>
|
19 |
<resources>
|
20 |
<!-- base set of styles that apply to all versions -->
|
20 |
<!-- base set of styles that apply to all versions -->
|
21 |
<style name="TPanelAppTheme" parent="Theme.AppCompat.NoActionBar">
|
21 |
<style name="TPanelAppTheme" parent="AppTheme.NoActionBar">
|
22 |
<item name="android:windowActionBar">false</item>
|
22 |
<item name="android:windowActionBar">false</item>
|
23 |
<item name="android:windowNoTitle">true</item>
|
23 |
<item name="android:windowNoTitle">true</item>
|
24 |
<!-- <item name="android:drawable/screen_background_selector_light">@nullable</item> -->
|
24 |
<!-- <item name="android:drawable/screen_background_selector_light">@nullable</item> -->
|
25 |
</style>
|
25 |
</style>
|
26 |
|
26 |
|
27 |
<!-- declare the theme name that's actually applied in the manifest file -->
|
27 |
<!-- declare the theme name that's actually applied in the manifest file -->
|
28 |
<style name="AppTheme" parent="Theme.AppCompat.NoActionBar" />
|
28 |
<style name="AppTheme" parent="AppTheme.NoActionBar" />
|
29 |
</resources>
|
29 |
</resources>
|
30 |
|
30 |
|