Android Samples
修订版 | 2184b399a7c3c0ef745c33234d436f0fec7a0be1 (tree) |
---|---|
时间 | 2014-06-07 01:29:54 |
作者 | Masahiko, SAWAI <say@user...> |
Commiter | Masahiko, SAWAI |
Added listview-hello module
@@ -7,16 +7,17 @@ | ||
7 | 7 | > |
8 | 8 | <uses-sdk android:minSdkVersion="3" android:targetSdkVersion="19" /> |
9 | 9 | |
10 | - <application android:label="@string/app_name"> | |
11 | - <activity android:name=".MainActivity" | |
10 | + <application android:label="@string/app_name"> | |
11 | + <activity | |
12 | + android:name=".MainActivity" | |
12 | 13 | android:label="@string/app_name" |
13 | 14 | > |
14 | - <intent-filter> | |
15 | - <action android:name="android.intent.action.MAIN" /> | |
16 | - <category android:name="android.intent.category.LAUNCHER" /> | |
17 | - </intent-filter> | |
18 | - </activity> | |
19 | - </application> | |
15 | + <intent-filter> | |
16 | + <action android:name="android.intent.action.MAIN" /> | |
17 | + <category android:name="android.intent.category.LAUNCHER" /> | |
18 | + </intent-filter> | |
19 | + </activity> | |
20 | + </application> | |
20 | 21 | |
21 | 22 | <!-- |
22 | 23 | <uses-permission android:name="android.permission.INTERNET" /> |
@@ -74,10 +74,12 @@ | ||
74 | 74 | <module>imageview-zoom</module> |
75 | 75 | <module>intent-service-hello</module> |
76 | 76 | |
77 | + | |
77 | 78 | <module>layer-system-overlay</module> |
78 | 79 | <module>layout-framelayout-hello</module> |
79 | 80 | <module>layout-tablelayout-hello</module> |
80 | 81 | <module>layout-tablelayout-stripe-style</module> |
82 | + <module>listview-hello</module> | |
81 | 83 | |
82 | 84 | <module>markdown-viewer</module> |
83 | 85 |