File tree Expand file tree Collapse file tree
de.vogella.android.scrollview
src/de/vogella/android/scrollview Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3- package =" de.vogella.android.scrollview"
4- android : versionCode =" 1"
5- android : versionName =" 1.0" >
6- <application android : icon =" @drawable/icon" android : label =" @string/app_name" >
7- <activity android : name =" .ScrollView"
8- android : label =" @string/app_name" >
3+ package =" de.vogella.android.scrollview"
4+ android : versionCode =" 1"
5+ android : versionName =" 1.0" >
6+
7+ <application
8+ android : allowBackup =" false"
9+ android : icon =" @drawable/icon"
10+ android : label =" @string/app_name" >
11+ <activity
12+ android : name =" .ScrollViewActivity"
13+ android : label =" @string/app_name" >
914 <intent-filter >
1015 <action android : name =" android.intent.action.MAIN" />
16+
1117 <category android : name =" android.intent.category.LAUNCHER" />
1218 </intent-filter >
1319 </activity >
14-
1520 </application >
16- <uses-sdk android : minSdkVersion =" 8" />
1721
18- </manifest >
22+ <uses-sdk android : minSdkVersion =" 17" />
23+
24+ </manifest >
File renamed without changes.
You can’t perform that action at this time.
0 commit comments