Skip to content

Commit 67a13d0

Browse files
committed
Moves 3d Listview to Gradle
1 parent 6fedb84 commit 67a13d0

35 files changed

Lines changed: 342 additions & 80 deletions

com.vogella.android.listview3d/.classpath

Lines changed: 0 additions & 9 deletions
This file was deleted.

com.vogella.android.listview3d/.project

Lines changed: 0 additions & 33 deletions
This file was deleted.

com.vogella.android.listview3d/.settings/org.eclipse.jdt.core.prefs

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
apply plugin: 'com.android.application'
2+
3+
android {
4+
compileSdkVersion 19
5+
buildToolsVersion "26.0.0"
6+
7+
defaultConfig {
8+
applicationId "de.vogella.android.listview3d"
9+
minSdkVersion 14
10+
targetSdkVersion 15
11+
}
12+
13+
buildTypes {
14+
release {
15+
minifyEnabled false
16+
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
17+
}
18+
}
19+
}
20+
21+
dependencies {
22+
compile 'com.android.support:support-v4:19.1.0'
23+
}

com.vogella.android.listview3d/AndroidManifest.xml renamed to com.vogella.android.listview3d/app/src/main/AndroidManifest.xml

File renamed without changes.

com.vogella.android.listview3d/src/com/vogella/android/listview3d/ListView3d.java renamed to com.vogella.android.listview3d/app/src/main/java/com/vogella/android/listview3d/ListView3d.java

File renamed without changes.

com.vogella.android.listview3d/src/com/vogella/android/listview3d/MainActivity.java renamed to com.vogella.android.listview3d/app/src/main/java/com/vogella/android/listview3d/MainActivity.java

File renamed without changes.

com.vogella.android.listview3d/src/com/vogella/android/listview3d/MyAdapter.java renamed to com.vogella.android.listview3d/app/src/main/java/com/vogella/android/listview3d/MyAdapter.java

File renamed without changes.

com.vogella.android.listview3d/res/drawable-hdpi/ic_action_search.png renamed to com.vogella.android.listview3d/app/src/main/res/drawable-hdpi/ic_action_search.png

File renamed without changes.

com.vogella.android.listview3d/res/drawable-hdpi/ic_launcher.png renamed to com.vogella.android.listview3d/app/src/main/res/drawable-hdpi/ic_launcher.png

File renamed without changes.

0 commit comments

Comments
 (0)