应用布局基本设定

This commit is contained in:
ZhanGSKen
2025-02-28 10:43:35 +08:00
parent 3031c9bfe0
commit e0e001c417
16 changed files with 273 additions and 337 deletions

View File

@@ -58,10 +58,11 @@ android {
}
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
// 定位服务
implementation 'com.google.android.gms:play-services-location:20.0.0'
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.viewpager:viewpager:1.0.0'