Skip to content

Commit

Permalink
Use new lockscreen icon
Browse files Browse the repository at this point in the history
  • Loading branch information
spookypeanut committed Feb 8, 2012
1 parent f0178f0 commit 495a1e7
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<uses-permission android:name="android.permission.DEVICE_POWER" />
<uses-sdk android:minSdkVersion="8" />

<application android:icon="@drawable/icon" android:label="@string/screen_off_name">
<application android:icon="@drawable/lockscreen" android:label="@string/screen_off_name">

<activity android:name=".SleepActivity$TurnOff"
android:label="@string/screen_off_name">
Expand Down
Binary file removed res/drawable-hdpi/icon.png
Binary file not shown.
1 change: 1 addition & 0 deletions res/drawable-hdpi/lockscreen.png
Binary file removed res/drawable-ldpi/icon.png
Binary file not shown.
1 change: 1 addition & 0 deletions res/drawable-ldpi/lockscreen.png
Binary file removed res/drawable-mdpi/icon.png
Binary file not shown.
1 change: 1 addition & 0 deletions res/drawable-mdpi/lockscreen.png

0 comments on commit 495a1e7

Please sign in to comment.