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
|
|
@ -19,7 +19,7 @@
|
||||||
android:name=".CommonsApplication"
|
android:name=".CommonsApplication"
|
||||||
android:icon="@drawable/ic_launcher"
|
android:icon="@drawable/ic_launcher"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:theme="@style/Theme.Commons" >
|
android:theme="@style/AppTheme" >
|
||||||
<activity
|
<activity
|
||||||
android:name=".auth.LoginActivity"
|
android:name=".auth.LoginActivity"
|
||||||
android:label="@string/title_activity_login"
|
android:label="@string/title_activity_login"
|
||||||
|
|
@ -42,7 +42,7 @@
|
||||||
<activity
|
<activity
|
||||||
android:name=".contributions.ContributionsActivity"
|
android:name=".contributions.ContributionsActivity"
|
||||||
android:icon="@drawable/ic_launcher"
|
android:icon="@drawable/ic_launcher"
|
||||||
android:label="@string/title_activity_share"
|
android:label="@string/title_activity_contributions"
|
||||||
>
|
>
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<category android:name="android.intent.category.LAUNCHER"/>
|
<category android:name="android.intent.category.LAUNCHER"/>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,5 @@
|
||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<style name="AppTheme" parent="android:Theme.Holo.Light" />
|
|
||||||
|
|
||||||
<style name="NotificationProgress" parent="android:Widget.Holo.ProgressBar.Horizontal" />
|
<style name="NotificationProgress" parent="android:Widget.Holo.ProgressBar.Horizontal" />
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
@ -35,4 +35,6 @@
|
||||||
<string name="transcoding_progress_title_finishing">Finished Transcoding %1$s</string>
|
<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_title">Failed Transcoding %1$s</string>
|
||||||
<string name="transcoding_failed_notification_subtitle">Tap to try again</string>
|
<string name="transcoding_failed_notification_subtitle">Tap to try again</string>
|
||||||
|
|
||||||
|
<string name="title_activity_contributions">My Contributions</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<style name="AppTheme" parent="Theme.Commons" />
|
<style name="AppTheme" parent="Theme.Sherlock.Light" />
|
||||||
|
|
||||||
<style name="NoTitle" parent="AppTheme">
|
<style name="NoTitle" parent="AppTheme">
|
||||||
<item name="android:windowNoTitle">true</item>
|
<item name="android:windowNoTitle">true</item>
|
||||||
|
|
@ -15,6 +15,6 @@
|
||||||
<item name="android:textStyle">bold</item>
|
<item name="android:textStyle">bold</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="NotificationProgress" parent="Theme.Commons" />
|
<style name="NotificationProgress" parent="AppTheme" />
|
||||||
|
|
||||||
</resources>
|
</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