Created
September 3, 2019 08:23
-
-
Save mohsin/2322a2bad76a0f105bf6247133855bd9 to your computer and use it in GitHub Desktop.
List of git files in a new Android Studio generated project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
new file: .gitignore | |
new file: app/.gitignore | |
new file: app/build.gradle | |
new file: app/proguard-rules.pro | |
new file: app/src/main/AndroidManifest.xml | |
new file: app/src/main/java/com/acme/MainActivity.kt | |
new file: app/src/main/res/drawable-v24/ic_launcher_foreground.xml | |
new file: app/src/main/res/drawable/ic_launcher_background.xml | |
new file: app/src/main/res/layout/activity_main.xml | |
new file: app/src/main/res/layout/content_main.xml | |
new file: app/src/main/res/menu/menu_main.xml | |
new file: app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml | |
new file: app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml | |
new file: app/src/main/res/mipmap-hdpi/ic_launcher.png | |
new file: app/src/main/res/mipmap-hdpi/ic_launcher_round.png | |
new file: app/src/main/res/mipmap-mdpi/ic_launcher.png | |
new file: app/src/main/res/mipmap-mdpi/ic_launcher_round.png | |
new file: app/src/main/res/mipmap-xhdpi/ic_launcher.png | |
new file: app/src/main/res/mipmap-xhdpi/ic_launcher_round.png | |
new file: app/src/main/res/mipmap-xxhdpi/ic_launcher.png | |
new file: app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png | |
new file: app/src/main/res/mipmap-xxxhdpi/ic_launcher.png | |
new file: app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png | |
new file: app/src/main/res/values/colors.xml | |
new file: app/src/main/res/values/dimens.xml | |
new file: app/src/main/res/values/strings.xml | |
new file: app/src/main/res/values/styles.xml | |
new file: build.gradle | |
new file: gradle.properties | |
new file: gradle/wrapper/gradle-wrapper.jar | |
new file: gradle/wrapper/gradle-wrapper.properties | |
new file: gradlew | |
new file: gradlew.bat | |
new file: settings.gradle |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment