mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Add Campaign Activity, Fragment and Fetcher
Exposed as a separate launcher icon. Will add more cohesive UI in the future Change-Id: I9f15a9ac850d636d72b4892f2b5153f7e2b8ba28
This commit is contained in:
parent
0be6e87d5e
commit
27f4fe1481
8 changed files with 213 additions and 0 deletions
|
|
@ -82,6 +82,15 @@
|
|||
android:label="@string/title_activity_settings"
|
||||
/>
|
||||
<activity android:name=".AboutActivity" android:label="@string/title_activity_about"/>
|
||||
<activity android:name=".campaigns.CampaignActivity" android:label="Campaigns"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
>
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN"/>
|
||||
<category android:name="android.intent.category.LAUNCHER"/>
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<service android:name=".upload.UploadService" >
|
||||
</service>
|
||||
<service
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue