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:icon="@drawable/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/Theme.Commons" >
|
||||
android:theme="@style/AppTheme" >
|
||||
<activity
|
||||
android:name=".auth.LoginActivity"
|
||||
android:label="@string/title_activity_login"
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
<activity
|
||||
android:name=".contributions.ContributionsActivity"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:label="@string/title_activity_share"
|
||||
android:label="@string/title_activity_contributions"
|
||||
>
|
||||
<intent-filter>
|
||||
<category android:name="android.intent.category.LAUNCHER"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue