Cleanup styles, remove redundant ones. Fix My Contributions title

This commit is contained in:
YuviPanda 2013-02-02 01:58:10 +05:30
parent e914568f6e
commit dff41ae33d
5 changed files with 6 additions and 18 deletions

View file

@ -1,6 +1,6 @@
<resources>
<style name="AppTheme" parent="Theme.Commons" />
<style name="AppTheme" parent="Theme.Sherlock.Light" />
<style name="NoTitle" parent="AppTheme">
<item name="android:windowNoTitle">true</item>
@ -15,6 +15,6 @@
<item name="android:textStyle">bold</item>
</style>
<style name="NotificationProgress" parent="Theme.Commons" />
<style name="NotificationProgress" parent="AppTheme" />
</resources>