I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit b4d1241a authored by str4d's avatar str4d
Browse files

Implement material styles properly with appcompat

parent fef4aa0e
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
<application
android:icon="@drawable/ic_launcher_itoopie"
android:label="@string/app_name"
android:theme="@style/I2PAndroid">
android:theme="@style/Theme.I2P">
<service
android:name=".service.RouterService"
android:icon="@drawable/ic_launcher_itoopie"
......
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="I2PAndroid" parent="android:Theme.Material" />
</resources>
\ No newline at end of file
<resources>
<style name="I2PAndroid" parent="Theme.AppCompat" />
<style name="Theme.I2P" parent="Theme.AppCompat" />
<style name="WizardPageContainer">
<item name="android:layout_width">match_parent</item>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment