Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit d275b4a

Browse files
osanaLangston Smith
authored andcommitted
changing weather temperature using expressions (#818)
1 parent 8673ac8 commit d275b4a

File tree

9 files changed

+7928
-0
lines changed

9 files changed

+7928
-0
lines changed

MapboxAndroidDemo/src/main/AndroidManifest.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,13 @@
546546
android:name="android.support.PARENT_ACTIVITY"
547547
android:value="com.mapbox.mapboxandroiddemo.MainActivity" />
548548
</activity>
549+
<activity
550+
android:name=".examples.dds.ExpressionIntegrationActivity"
551+
android:label="@string/activity_dds_expression_integration_title">
552+
<meta-data
553+
android:name="android.support.PARENT_ACTIVITY"
554+
android:value="com.mapbox.mapboxandroiddemo.MainActivity" />
555+
</activity>
549556
<activity
550557
android:name=".examples.camera.RestrictCameraActivity"
551558
android:label="@string/activity_camera_restrict_title">

0 commit comments

Comments
 (0)