mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Cleanup styles, remove redundant ones. Fix My Contributions title
This commit is contained in:
parent
e914568f6e
commit
dff41ae33d
5 changed files with 6 additions and 18 deletions
|
|
@ -35,4 +35,6 @@
|
|||
<string name="transcoding_progress_title_finishing">Finished Transcoding %1$s</string>
|
||||
<string name="transcoding_failed_notification_title">Failed Transcoding %1$s</string>
|
||||
<string name="transcoding_failed_notification_subtitle">Tap to try again</string>
|
||||
|
||||
<string name="title_activity_contributions">My Contributions</string>
|
||||
</resources>
|
||||
|
|
@ -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>
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<style name="Theme.Commons" parent="@style/Theme.Sherlock.Light">
|
||||
<item name="android:actionBarStyle">@style/ActionBar</item>
|
||||
</style>
|
||||
|
||||
<style name="ActionBar" parent="@style/Theme.Sherlock.Light">
|
||||
<item name="android:background">@drawable/action_bar_translucent</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue