Offline HTML Reader for Android
修訂 | 891857f9cb170d2e17eca74fd71405533c7867dc (tree) |
---|---|
時間 | 2012-10-05 22:21:50 |
作者 | Kana Koda <kodakana@linu...> |
Commiter | Kana Koda |
API11以降の各機種により適した外観になるように変更。
@@ -1,8 +1,8 @@ | ||
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
3 | 3 | package="org.pulpdust.unnetbrowser" |
4 | - android:versionCode="1" | |
5 | - android:versionName="0.7" | |
4 | + android:versionCode="2" | |
5 | + android:versionName="0.71" | |
6 | 6 | android:installLocation="auto" > |
7 | 7 | |
8 | 8 | <uses-sdk android:minSdkVersion="4" android:targetSdkVersion="8" /> |
@@ -10,7 +10,8 @@ | ||
10 | 10 | |
11 | 11 | <application |
12 | 12 | android:icon="@drawable/ic_launcher" |
13 | - android:label="@string/app_name" > | |
13 | + android:label="@string/app_name" | |
14 | + android:theme="@style/AppTheme" > | |
14 | 15 | <activity |
15 | 16 | android:name=".UnnetBrowserActivity" |
16 | 17 | android:label="@string/app_name" |
@@ -20,7 +21,7 @@ | ||
20 | 21 | > |
21 | 22 | <intent-filter> |
22 | 23 | <action android:name="android.intent.action.MAIN" /> |
23 | - <category android:name="android.intent.category.LAUNCHER" /> | |
24 | + <category android:name="android.intent.category.LAUNCHER" /> | |
24 | 25 | </intent-filter> |
25 | 26 | <intent-filter> |
26 | 27 | <action android:name="android.intent.action.VIEW" /> |
@@ -1,8 +1,8 @@ | ||
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
3 | 3 | package="org.pulpdust.unnetbrowser" |
4 | - android:versionCode="1" | |
5 | - android:versionName="0.7" | |
4 | + android:versionCode="2" | |
5 | + android:versionName="0.71" | |
6 | 6 | android:installLocation="auto" > |
7 | 7 | |
8 | 8 | <uses-sdk android:minSdkVersion="4" android:targetSdkVersion="8" /> |
@@ -10,7 +10,8 @@ | ||
10 | 10 | |
11 | 11 | <application |
12 | 12 | android:icon="@drawable/ic_launcher" |
13 | - android:label="@string/app_name" > | |
13 | + android:label="@string/app_name" | |
14 | + android:theme="@style/AppTheme" > | |
14 | 15 | <activity |
15 | 16 | android:name=".UnnetBrowserActivity" |
16 | 17 | android:label="@string/app_name" |
@@ -20,7 +21,7 @@ | ||
20 | 21 | > |
21 | 22 | <intent-filter> |
22 | 23 | <action android:name="android.intent.action.MAIN" /> |
23 | - <category android:name="android.intent.category.LAUNCHER" /> | |
24 | + <category android:name="android.intent.category.LAUNCHER" /> | |
24 | 25 | </intent-filter> |
25 | 26 | <intent-filter> |
26 | 27 | <action android:name="android.intent.action.VIEW" /> |
@@ -20,19 +20,19 @@ public final class R { | ||
20 | 20 | public static final int ic_launcher=0x7f020000; |
21 | 21 | } |
22 | 22 | public static final class id { |
23 | - public static final int bt_go_find=0x7f070002; | |
24 | - public static final int button1=0x7f070009; | |
25 | - public static final int button2=0x7f07000a; | |
26 | - public static final int button3=0x7f07000b; | |
27 | - public static final int button4=0x7f07000c; | |
28 | - public static final int button5=0x7f070007; | |
29 | - public static final int editText1=0x7f070006; | |
30 | - public static final int find_sbj=0x7f070001; | |
31 | - public static final int layout_root=0x7f070000; | |
32 | - public static final int tableRow1=0x7f070008; | |
33 | - public static final int tableRow2=0x7f070005; | |
34 | - public static final int textView1=0x7f070004; | |
35 | - public static final int webview1=0x7f070003; | |
23 | + public static final int bt_go_find=0x7f080002; | |
24 | + public static final int button1=0x7f080009; | |
25 | + public static final int button2=0x7f08000a; | |
26 | + public static final int button3=0x7f08000b; | |
27 | + public static final int button4=0x7f08000c; | |
28 | + public static final int button5=0x7f080007; | |
29 | + public static final int editText1=0x7f080006; | |
30 | + public static final int find_sbj=0x7f080001; | |
31 | + public static final int layout_root=0x7f080000; | |
32 | + public static final int tableRow1=0x7f080008; | |
33 | + public static final int tableRow2=0x7f080005; | |
34 | + public static final int textView1=0x7f080004; | |
35 | + public static final int webview1=0x7f080003; | |
36 | 36 | } |
37 | 37 | public static final class layout { |
38 | 38 | public static final int find=0x7f030000; |
@@ -96,6 +96,9 @@ public final class R { | ||
96 | 96 | public static final int top=0x7f06000c; |
97 | 97 | public static final int version=0x7f060003; |
98 | 98 | } |
99 | + public static final class style { | |
100 | + public static final int AppTheme=0x7f070000; | |
101 | + } | |
99 | 102 | public static final class xml { |
100 | 103 | public static final int prefs=0x7f040000; |
101 | 104 | } |
@@ -11,4 +11,4 @@ | ||
11 | 11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt |
12 | 12 | |
13 | 13 | # Project target. |
14 | -target=android-8 | |
14 | +target=android-14 |
@@ -0,0 +1,4 @@ | ||
1 | +<?xml version="1.0" encoding="utf-8"?> | |
2 | +<resources> | |
3 | + <style name="AppTheme" parent="@android:style/Theme.Holo" /> | |
4 | +</resources> | |
\ No newline at end of file |
@@ -0,0 +1,4 @@ | ||
1 | +<?xml version="1.0" encoding="utf-8"?> | |
2 | +<resources> | |
3 | + <style name="AppTheme" parent="@android:style/Theme.DeviceDefault" /> | |
4 | +</resources> | |
\ No newline at end of file |
@@ -0,0 +1,4 @@ | ||
1 | +<?xml version="1.0" encoding="utf-8"?> | |
2 | +<resources> | |
3 | + <style name="AppTheme" parent="android:Theme" /> | |
4 | +</resources> | |
\ No newline at end of file |