Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit 64c56f7

Browse files
author
Jesús David
committed
Huge update and cleanup
Too many things to describe, try it instead ;)
1 parent 7008149 commit 64c56f7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+1615
-1395
lines changed

AndroidManifest.xml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.paranoid.halo"
4-
android:versionCode="14"
5-
android:versionName="1.4" >
4+
android:versionCode="15"
5+
android:versionName="1.5" >
66

77
<uses-sdk
88
android:minSdkVersion="17"
@@ -35,14 +35,9 @@
3535
</receiver>
3636

3737
<activity
38-
android:name="com.paranoid.halo.ExtensionsActivity"
38+
android:name=".NotesActivity"
3939
android:label="@string/app_name" >
4040
</activity>
41-
<activity
42-
android:name="com.paranoid.halo.HelperActivity"
43-
android:label="@string/helper_static_2"
44-
android:theme="@android:style/Theme.Holo.Light.Dialog" >
45-
</activity>
4641
</application>
4742

4843
</manifest>
333 Bytes
Loading
467 Bytes
Loading

res/drawable-hdpi/cling.png

56 KB
Loading

res/drawable-hdpi/hand.png

16.5 KB
Loading
400 Bytes
Loading
601 Bytes
Loading

res/drawable-xhdpi/cling.png

92.6 KB
Loading

res/drawable-xhdpi/hand.png

26 KB
Loading

res/drawable/button_bg.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- Copyright (C) 2013 ParanoidAndroid Project
3+
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
-->
16+
17+
<selector xmlns:android="http://schemas.android.com/apk/res/android">
18+
<item android:state_pressed="true" android:drawable="@android:color/holo_blue_bright"/>
19+
</selector>

0 commit comments

Comments
 (0)