Skip to content

Commit 95c1639

Browse files
committed
add SlidingPanelLayout
1 parent 56a7394 commit 95c1639

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+2452
-1
lines changed

16-sports-app/.gitignore

+337
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,337 @@
1+
2+
# Created by https://www.gitignore.io/api/java,linux,macos,windows,android,intellij,androidstudio
3+
# Edit at https://www.gitignore.io/?templates=java,linux,macos,windows,android,intellij,androidstudio
4+
5+
### Android ###
6+
# Built application files
7+
*.apk
8+
*.ap_
9+
*.aab
10+
11+
# Files for the ART/Dalvik VM
12+
*.dex
13+
14+
# Java class files
15+
*.class
16+
17+
# Generated files
18+
bin/
19+
gen/
20+
out/
21+
22+
# Gradle files
23+
.gradle/
24+
build/
25+
26+
# Local configuration file (sdk path, etc)
27+
local.properties
28+
29+
# Proguard folder generated by Eclipse
30+
proguard/
31+
32+
# Log Files
33+
*.log
34+
35+
# Android Studio Navigation editor temp files
36+
.navigation/
37+
38+
# Android Studio captures folder
39+
captures/
40+
41+
# IntelliJ
42+
*.iml
43+
.idea/workspace.xml
44+
.idea/tasks.xml
45+
.idea/gradle.xml
46+
.idea/assetWizardSettings.xml
47+
.idea/dictionaries
48+
.idea/libraries
49+
.idea/caches
50+
51+
# Keystore files
52+
# Uncomment the following lines if you do not want to check your keystore files in.
53+
#*.jks
54+
#*.keystore
55+
56+
# External native build folder generated in Android Studio 2.2 and later
57+
.externalNativeBuild
58+
59+
# Google Services (e.g. APIs or Firebase)
60+
google-services.json
61+
62+
# Freeline
63+
freeline.py
64+
freeline/
65+
freeline_project_description.json
66+
67+
# fastlane
68+
fastlane/report.xml
69+
fastlane/Preview.html
70+
fastlane/screenshots
71+
fastlane/test_output
72+
fastlane/readme.md
73+
74+
### Android Patch ###
75+
gen-external-apklibs
76+
77+
### AndroidStudio ###
78+
# Covers files to be ignored for android development using Android Studio.
79+
80+
# Built application files
81+
82+
# Files for the ART/Dalvik VM
83+
84+
# Java class files
85+
86+
# Generated files
87+
88+
# Gradle files
89+
.gradle
90+
91+
# Signing files
92+
.signing/
93+
94+
# Local configuration file (sdk path, etc)
95+
96+
# Proguard folder generated by Eclipse
97+
98+
# Log Files
99+
100+
# Android Studio
101+
/*/build/
102+
/*/local.properties
103+
/*/out
104+
/*/*/build
105+
/*/*/production
106+
*.ipr
107+
*~
108+
*.swp
109+
110+
# Android Patch
111+
112+
# External native build folder generated in Android Studio 2.2 and later
113+
114+
# NDK
115+
obj/
116+
117+
# IntelliJ IDEA
118+
*.iws
119+
/out/
120+
121+
# User-specific configurations
122+
.idea/caches/
123+
.idea/libraries/
124+
.idea/shelf/
125+
.idea/.name
126+
.idea/compiler.xml
127+
.idea/copyright/profiles_settings.xml
128+
.idea/encodings.xml
129+
.idea/misc.xml
130+
.idea/modules.xml
131+
.idea/scopes/scope_settings.xml
132+
.idea/vcs.xml
133+
.idea/jsLibraryMappings.xml
134+
.idea/datasources.xml
135+
.idea/dataSources.ids
136+
.idea/sqlDataSources.xml
137+
.idea/dynamic.xml
138+
.idea/uiDesigner.xml
139+
140+
# OS-specific files
141+
.DS_Store
142+
.DS_Store?
143+
._*
144+
.Spotlight-V100
145+
.Trashes
146+
ehthumbs.db
147+
Thumbs.db
148+
149+
# Legacy Eclipse project files
150+
.classpath
151+
.project
152+
.cproject
153+
.settings/
154+
155+
# Mobile Tools for Java (J2ME)
156+
.mtj.tmp/
157+
158+
# Package Files #
159+
*.war
160+
*.ear
161+
162+
# virtual machine crash logs (Reference: http://www.java.com/en/download/help/error_hotspot.xml)
163+
hs_err_pid*
164+
165+
## Plugin-specific files:
166+
167+
# mpeltonen/sbt-idea plugin
168+
.idea_modules/
169+
170+
# JIRA plugin
171+
atlassian-ide-plugin.xml
172+
173+
# Mongo Explorer plugin
174+
.idea/mongoSettings.xml
175+
176+
# Crashlytics plugin (for Android Studio and IntelliJ)
177+
com_crashlytics_export_strings.xml
178+
crashlytics.properties
179+
crashlytics-build.properties
180+
fabric.properties
181+
182+
### AndroidStudio Patch ###
183+
184+
!/gradle/wrapper/gradle-wrapper.jar
185+
186+
### Intellij ###
187+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
188+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
189+
190+
# User-specific stuff
191+
.idea/**/workspace.xml
192+
.idea/**/tasks.xml
193+
.idea/**/usage.statistics.xml
194+
.idea/**/dictionaries
195+
.idea/**/shelf
196+
197+
# Generated files
198+
.idea/**/contentModel.xml
199+
200+
# Sensitive or high-churn files
201+
.idea/**/dataSources/
202+
.idea/**/dataSources.ids
203+
.idea/**/dataSources.local.xml
204+
.idea/**/sqlDataSources.xml
205+
.idea/**/dynamic.xml
206+
.idea/**/uiDesigner.xml
207+
.idea/**/dbnavigator.xml
208+
209+
# Gradle
210+
.idea/**/gradle.xml
211+
.idea/**/libraries
212+
213+
# Gradle and Maven with auto-import
214+
# When using Gradle or Maven with auto-import, you should exclude module files,
215+
# since they will be recreated, and may cause churn. Uncomment if using
216+
# auto-import.
217+
# .idea/modules.xml
218+
# .idea/*.iml
219+
# .idea/modules
220+
221+
# CMake
222+
cmake-build-*/
223+
224+
# Mongo Explorer plugin
225+
.idea/**/mongoSettings.xml
226+
227+
# File-based project format
228+
229+
# IntelliJ
230+
231+
# mpeltonen/sbt-idea plugin
232+
233+
# JIRA plugin
234+
235+
# Cursive Clojure plugin
236+
.idea/replstate.xml
237+
238+
# Crashlytics plugin (for Android Studio and IntelliJ)
239+
240+
# Editor-based Rest Client
241+
.idea/httpRequests
242+
243+
# Android studio 3.1+ serialized cache file
244+
.idea/caches/build_file_checksums.ser
245+
246+
### Intellij Patch ###
247+
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
248+
249+
# *.iml
250+
# modules.xml
251+
# .idea/misc.xml
252+
# *.ipr
253+
254+
# Sonarlint plugin
255+
.idea/sonarlint
256+
257+
### Java ###
258+
# Compiled class file
259+
260+
# Log file
261+
262+
# BlueJ files
263+
*.ctxt
264+
265+
# Mobile Tools for Java (J2ME)
266+
267+
# Package Files #
268+
*.jar
269+
*.nar
270+
*.zip
271+
*.tar.gz
272+
*.rar
273+
274+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
275+
276+
### Linux ###
277+
278+
# temporary files which can be created if a process still has a handle open of a deleted file
279+
.fuse_hidden*
280+
281+
# KDE directory preferences
282+
.directory
283+
284+
# Linux trash folder which might appear on any partition or disk
285+
.Trash-*
286+
287+
# .nfs files are created when an open file is removed but is still being accessed
288+
.nfs*
289+
290+
### macOS ###
291+
# General
292+
.AppleDouble
293+
.LSOverride
294+
295+
# Icon must end with two \r
296+
Icon
297+
298+
# Thumbnails
299+
300+
# Files that might appear in the root of a volume
301+
.DocumentRevisions-V100
302+
.fseventsd
303+
.TemporaryItems
304+
.VolumeIcon.icns
305+
.com.apple.timemachine.donotpresent
306+
307+
# Directories potentially created on remote AFP share
308+
.AppleDB
309+
.AppleDesktop
310+
Network Trash Folder
311+
Temporary Items
312+
.apdisk
313+
314+
### Windows ###
315+
# Windows thumbnail cache files
316+
ehthumbs_vista.db
317+
318+
# Dump file
319+
*.stackdump
320+
321+
# Folder config file
322+
[Dd]esktop.ini
323+
324+
# Recycle Bin used on file shares
325+
$RECYCLE.BIN/
326+
327+
# Windows Installer files
328+
*.cab
329+
*.msi
330+
*.msix
331+
*.msm
332+
*.msp
333+
334+
# Windows shortcuts
335+
*.lnk
336+
337+
# End of https://www.gitignore.io/api/java,linux,macos,windows,android,intellij,androidstudio

16-sports-app/.idea/.gitignore

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

16-sports-app/.idea/deploymentTargetDropDown.xml

+17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)