This app provides monitoring and information features for the common freifunk user and the technical stuff of a freifunk community.
Code base is taken from a TUM Practical Course project and added here to see if Freifunk Altdorf can use it.
https://www.freifunk-altdorf.de
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
1.1 KiB
19 lines
1.1 KiB
7 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<resources>
|
||
|
<style name="Base.TextAppearance.AppCompat.Widget.Button.Inverse" parent="android:TextAppearance.Material.Widget.Button.Inverse"/>
|
||
|
<style name="Base.Theme.AppCompat" parent="Base.V23.Theme.AppCompat"/>
|
||
|
<style name="Base.Theme.AppCompat.Light" parent="Base.V23.Theme.AppCompat.Light"/>
|
||
|
<style name="Base.V23.Theme.AppCompat" parent="Base.V22.Theme.AppCompat">
|
||
|
<!-- We can use the platform drawable on v23+ -->
|
||
|
<item name="actionBarItemBackground">?android:attr/actionBarItemBackground</item>
|
||
|
|
||
|
<item name="controlBackground">@drawable/abc_control_background_material</item>
|
||
|
</style>
|
||
|
<style name="Base.V23.Theme.AppCompat.Light" parent="Base.V22.Theme.AppCompat.Light">
|
||
|
<!-- We can use the platform drawable on v23+ -->
|
||
|
<item name="actionBarItemBackground">?android:attr/actionBarItemBackground</item>
|
||
|
|
||
|
<item name="controlBackground">@drawable/abc_control_background_material</item>
|
||
|
</style>
|
||
|
<style name="Base.Widget.AppCompat.Button.Colored" parent="android:Widget.Material.Button.Colored"/>
|
||
|
</resources>
|