Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_android_sdk_maven_plugin
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Panagiotis Triantafyllou
2023-07-03 14:00:16 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c279c72868d078f2a96735f4ffad35f7d5ba0251
c279c728
1 parent
05d30f1d
telematics addition
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
56 additions
and
2 deletions
warply_android_sdk/src/main/AndroidManifest.xml
warply_android_sdk/src/main/java/ly/warp/sdk/activities/TelematicsActivity.java
warply_android_sdk/src/main/res/layout/activity_telematics.xml
warply_android_sdk/src/main/AndroidManifest.xml
View file @
c279c72
...
...
@@ -65,10 +65,11 @@
android:screenOrientation=
"portrait"
android:theme=
"@style/SDKAppTheme"
/>
<!-- android:screenOrientation="portrait"-->
<activity
android:name=
"ly.warp.sdk.activities.TelematicsActivity"
android:exported=
"false"
android:
screenOrientation=
"portrait
"
android:
configChanges=
"orientation|screenSize
"
android:theme=
"@style/SDKAppTheme"
/>
<activity
...
...
warply_android_sdk/src/main/java/ly/warp/sdk/activities/TelematicsActivity.java
View file @
c279c72
This diff is collapsed. Click to expand it.
warply_android_sdk/src/main/res/layout/activity_telematics.xml
View file @
c279c72
...
...
@@ -114,6 +114,59 @@
android:textSize=
"16sp"
/>
<TextView
android:id=
"@+id/tv_orientation_label"
fontPath=
"fonts/PeridotPE-Regular.ttf"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_alignParentStart=
"true"
android:layout_marginTop=
"24dp"
android:layout_marginStart=
"24dp"
android:text=
"Orientation Count"
android:layout_below=
"@+id/tv_avg"
android:textColor=
"@color/blue_dark"
android:textSize=
"16sp"
/>
<TextView
android:id=
"@+id/tv_orientation"
fontPath=
"fonts/PeridotPE-Bold.ttf"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_below=
"@+id/tv_orientation_label"
android:layout_alignStart=
"@+id/tv_orientation_label"
android:layout_alignEnd=
"@+id/tv_orientation_label"
android:layout_marginTop=
"24dp"
android:gravity=
"center"
android:textColor=
"@color/blue_dark"
android:textSize=
"16sp"
/>
<TextView
android:id=
"@+id/tv_touch_label"
fontPath=
"fonts/PeridotPE-Regular.ttf"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"24dp"
android:layout_marginEnd=
"24dp"
android:layout_alignParentEnd=
"true"
android:text=
"Touch Count"
android:layout_below=
"@+id/tv_avg"
android:layout_alignEnd=
"@+id/tv_orientation_label"
android:textColor=
"@color/blue_dark"
android:textSize=
"16sp"
/>
<TextView
android:id=
"@+id/tv_touch"
fontPath=
"fonts/PeridotPE-Bold.ttf"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_below=
"@+id/tv_touch_label"
android:layout_alignStart=
"@+id/tv_touch_label"
android:layout_alignEnd=
"@+id/tv_touch_label"
android:layout_marginTop=
"24dp"
android:gravity=
"center"
android:textColor=
"@color/blue_dark"
android:textSize=
"16sp"
/>
<TextView
android:id=
"@+id/tv_records_label"
fontPath=
"fonts/PeridotPE-Regular.ttf"
android:layout_width=
"wrap_content"
...
...
@@ -121,7 +174,7 @@
android:layout_centerHorizontal=
"true"
android:layout_marginTop=
"24dp"
android:text=
"Records Saved"
android:layout_below=
"@+id/tv_
avg
"
android:layout_below=
"@+id/tv_
orientation
"
android:textColor=
"@color/blue_dark"
android:textSize=
"16sp"
/>
...
...
Please
register
or
login
to post a comment