mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
* Add new logo * Revert changes affected by merge * Add adaptive icon for beta version
This commit is contained in:
parent
8f0a619a6d
commit
78ca1fe64e
41 changed files with 203 additions and 3 deletions
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
<application
|
||||
android:name=".CommonsApplication"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/LightAppTheme"
|
||||
android:supportsRtl="true" >
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
<activity android:name=".WelcomeActivity" />
|
||||
|
||||
<activity android:name=".upload.UploadActivity"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name">
|
||||
<intent-filter android:label="@string/intent_share_upload_label">
|
||||
<action android:name="android.intent.action.SEND" />
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
</activity>
|
||||
<activity
|
||||
android:name=".contributions.MainActivity"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name" />
|
||||
<activity
|
||||
android:name=".settings.SettingsActivity"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue