• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Android Samples


Commit MetaInfo

修订版2184b399a7c3c0ef745c33234d436f0fec7a0be1 (tree)
时间2014-06-07 01:29:54
作者Masahiko, SAWAI <say@user...>
CommiterMasahiko, SAWAI

Log Message

Added listview-hello module

更改概述

差异

--- a/android-app-hello/AndroidManifest.xml
+++ b/android-app-hello/AndroidManifest.xml
@@ -7,16 +7,17 @@
77 >
88 <uses-sdk android:minSdkVersion="3" android:targetSdkVersion="19" />
99
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"
1213 android:label="@string/app_name"
1314 >
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>
2021
2122 <!--
2223 <uses-permission android:name="android.permission.INTERNET" />
--- a/pom.xml
+++ b/pom.xml
@@ -74,10 +74,12 @@
7474 <module>imageview-zoom</module>
7575 <module>intent-service-hello</module>
7676
77+
7778 <module>layer-system-overlay</module>
7879 <module>layout-framelayout-hello</module>
7980 <module>layout-tablelayout-hello</module>
8081 <module>layout-tablelayout-stripe-style</module>
82+ <module>listview-hello</module>
8183
8284 <module>markdown-viewer</module>
8385