Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[android] data driven style examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ivovandongen authored and jfirebaugh committed Jan 26, 2017
1 parent fe4a0f6 commit d5a6b8e
Show file tree
Hide file tree
Showing 6 changed files with 463 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,17 @@
android:name="android.support.PARENT_ACTIVITY"
android:value=".activity.FeatureOverviewActivity"/>
</activity>
<activity
android:name=".activity.style.DataDrivenStyleActivity"
android:description="@string/description_data_driven_style"
android:label="@string/activity_data_driven_style">
<meta-data
android:name="@string/category"
android:value="@string/category_style"/>
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value=".activity.FeatureOverviewActivity"/>
</activity>
<activity
android:name=".activity.style.CircleLayerActivity"
android:description="@string/description_circle_layer"
Expand Down
Loading

0 comments on commit d5a6b8e

Please sign in to comment.