Add FoldLayout

This commit is contained in:
2022-03-21 15:19:38 +08:00
parent f25eb0f831
commit 6992c37f0c
77 changed files with 1806 additions and 0 deletions

41
.gitignore vendored Normal file
View File

@@ -0,0 +1,41 @@
/captures
.cxx
# built application files
/build
*.apk
*.ap_
.externalNativeBuild
# files for the dex VM
*.dex
# Java class files
*.class
# Local configuration files (sdk path, etc)
local.properties
# Mac .DS_Store files
.DS_Store
# Proguard README
proguard-project.txt
# Android Studio and Gradle specific entries
.gradle
*.iml
build
# android sdk captures folder
captures
# ignore lint html and xml output
lint-*ml
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml