Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
L
location share white
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wanglei
location share white
Commits
52f1248a
Commit
52f1248a
authored
Nov 18, 2024
by
wanglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
...
parent
7ae255cd
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
18 additions
and
9 deletions
+18
-9
LocationMapActivity.kt
.../locationsharewhite/ui/locationmap/LocationMapActivity.kt
+3
-1
SplashActivity.kt
...a/com/base/locationsharewhite/ui/splash/SplashActivity.kt
+0
-1
bg_stroke_dash_03b988_15.xml
app/src/main/res/drawable/bg_stroke_dash_03b988_15.xml
+1
-1
splash_bp.xml
app/src/main/res/drawable/splash_bp.xml
+5
-0
activity_main.xml
app/src/main/res/layout/activity_main.xml
+1
-1
activity_setting.xml
app/src/main/res/layout/activity_setting.xml
+2
-1
activity_splash.xml
app/src/main/res/layout/activity_splash.xml
+4
-3
bg_splash.png
app/src/main/res/mipmap-xxhdpi/bg_splash.png
+0
-0
strings.xml
app/src/main/res/values/strings.xml
+2
-1
No files found.
app/src/main/java/com/base/locationsharewhite/ui/locationmap/LocationMapActivity.kt
View file @
52f1248a
...
...
@@ -282,7 +282,9 @@ class LocationMapActivity : BaseActivity<ActivityLocationMapBinding>(), OnMapRea
}
}
locationPresenter
.
refreshLocationCallBack
=
{
if
(
BuildConfig
.
DEBUG
)
{
toast
(
"updata ${it?.latitude} ${it?.longitude}"
)
}
LogEx
.
logDebug
(
TAG
,
"myLocation ${it}"
)
changeMyLocation
(
it
,
false
,
false
,
false
)
}
...
...
app/src/main/java/com/base/locationsharewhite/ui/splash/SplashActivity.kt
View file @
52f1248a
...
...
@@ -18,7 +18,6 @@ import com.base.locationsharewhite.ui.howuse.HowUseActivity
import
com.base.locationsharewhite.ui.main.LocationCodeActivity
import
com.base.locationsharewhite.ui.main.LocationShareActivity
import
com.base.locationsharewhite.ui.main.MainActivity
import
com.base.locationsharewhite.ui.set.LanguageActivity
import
com.base.locationsharewhite.ui.set.SettingActivity
import
com.base.locationsharewhite.utils.BarUtils
import
com.base.locationsharewhite.utils.LogEx
...
...
app/src/main/res/drawable/bg_stroke_dash_03b988_15.xml
View file @
52f1248a
...
...
@@ -4,7 +4,7 @@
<stroke
android:width=
"1dp"
android:color=
"#
03B988
"
android:color=
"#
3C93E2
"
android:dashWidth=
"5dp"
android:dashGap=
"5dp"
/>
<solid
android:color=
"#EDF6FD"
/>
...
...
app/src/main/res/drawable/splash_bp.xml
View file @
52f1248a
<?xml version="1.0" encoding="utf-8"?>
<layer-list
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<item
android:drawable=
"@color/white"
/>
<item
android:gravity=
"top|end"
>
<bitmap
android:src=
"@mipmap/bg_splash"
/>
</item>
<item
android:gravity=
"top|center_horizontal"
android:top=
"225dp"
>
<bitmap
android:src=
"@mipmap/qdylogo"
/>
</item>
</layer-list>
\ No newline at end of file
app/src/main/res/layout/activity_main.xml
View file @
52f1248a
...
...
@@ -23,7 +23,7 @@
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginStart=
"12dp"
android:text=
"@string/app_name"
android:text=
"@string/app_name
_short
"
android:textColor=
"#222222"
android:textSize=
"22sp"
android:textStyle=
"bold"
...
...
app/src/main/res/layout/activity_setting.xml
View file @
52f1248a
...
...
@@ -99,7 +99,8 @@
android:layout_marginTop=
"18dp"
android:background=
"?android:attr/selectableItemBackground"
android:clickable=
"true"
android:focusable=
"true"
>
android:focusable=
"true"
android:visibility=
"gone"
>
<ImageView
android:layout_width=
"wrap_content"
...
...
app/src/main/res/layout/activity_splash.xml
View file @
52f1248a
...
...
@@ -8,6 +8,7 @@
android:background=
"@drawable/splash_bp"
tools:context=
".ui.splash.SplashActivity"
>
<ImageView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
...
...
@@ -24,7 +25,7 @@
android:layout_marginBottom=
"21dp"
android:text=
"@string/app_name"
android:textColor=
"#001725"
android:textSize=
"
22
sp"
android:textSize=
"
18
sp"
android:textStyle=
"bold"
app:layout_constraintBottom_toTopOf=
"@id/tv_tip"
app:layout_constraintEnd_toEndOf=
"@id/progressbar"
...
...
@@ -35,12 +36,12 @@
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginBottom=
"21dp"
tools:text=
"@string/moment_please_s"
android:textColor=
"#848484"
android:textSize=
"15sp"
app:layout_constraintBottom_toTopOf=
"@id/progressbar"
app:layout_constraintEnd_toEndOf=
"@id/progressbar"
app:layout_constraintStart_toStartOf=
"@id/progressbar"
/>
app:layout_constraintStart_toStartOf=
"@id/progressbar"
tools:text=
"@string/moment_please_s"
/>
<ProgressBar
android:id=
"@+id/progressbar"
...
...
app/src/main/res/mipmap-xxhdpi/bg_splash.png
0 → 100644
View file @
52f1248a
128 KB
app/src/main/res/values/strings.xml
View file @
52f1248a
<resources>
<string
name=
"app_name"
>
Live Location Share
</string>
<string
name=
"app_name"
>
Phone Tracker : Family Location
</string>
<string
name=
"app_name_short"
>
Phone Tracker
</string>
<string
name=
"moment_please_s"
>
moment please…%1$d%%
</string>
<string
name=
"friend_location_map"
>
Friend Location Map
</string>
<string
name=
"view_friend_locations_on_the_map"
>
View friend locations on the map
</string>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment