Skip to content
This repository has been archived by the owner on Mar 19, 2020. It is now read-only.

Commit

Permalink
Added branding (icons, widget preview)
Browse files Browse the repository at this point in the history
rock3r committed Jun 30, 2013
1 parent 469096b commit 2b81153
Showing 9 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
<uses-permission android:name="android.permission.INTERNET"/>

<application
android:icon="@drawable/icon"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/Theme.FWeather"
android:allowBackup="false"
@@ -31,11 +31,5 @@
android:name="android.appwidget.provider"
android:resource="@xml/fweather_info"/>
</receiver>
<activity android:name=".TestActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
</application>
</manifest>
Binary file added res/drawable-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-xhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-xxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable/fweather_preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed res/drawable/icon.png
Binary file not shown.
2 changes: 1 addition & 1 deletion res/xml/fweather_info.xml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
android:minResizeWidth="200dp"
android:minResizeHeight="100dp"
android:updatePeriodMillis="7200000"
android:previewImage="@drawable/icon"
android:previewImage="@drawable/fweather_preview"
android:initialLayout="@layout/loading_large"
android:resizeMode="vertical"
android:widgetCategory="home_screen|keyguard"
Binary file added web_hi_res_512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2b81153

Please sign in to comment.