forked from Esri/arcgis-runtime-samples-android
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Esri#101 from Esri/dop/analyze-samples
Dop/analyze samples
- Loading branch information
Showing
6 changed files
with
70 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,30 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<menu xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<menu xmlns:android="http://schemas.android.com/apk/res/android" | ||
xmlns:app="http://schemas.android.com/apk/res-auto"> | ||
|
||
|
||
<item | ||
android:id="@+id/coffee" | ||
android:icon="@drawable/ic_local_cafe_white" | ||
android:showAsAction="always" | ||
app:showAsAction="always" | ||
android:title="@string/menu_coffee"/> | ||
|
||
<item | ||
android:id="@+id/pizza" | ||
android:icon="@drawable/ic_local_pizza_white" | ||
android:showAsAction="always" | ||
app:showAsAction="always" | ||
android:title="@string/menu_pizza"/> | ||
|
||
<item | ||
android:id="@+id/bar" | ||
android:icon="@drawable/ic_local_drink_white" | ||
android:showAsAction="always" | ||
app:showAsAction="always" | ||
android:title="@string/menu_bar"/> | ||
|
||
<item | ||
android:id="@+id/locate" | ||
android:icon="@drawable/ic_action_location_searching" | ||
android:showAsAction="always" | ||
app:showAsAction="always" | ||
android:title="@string/menu_locate"/> | ||
|
||
</menu> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<resources> | ||
|
||
<!-- Base application theme. --> | ||
<style name="AppTheme" parent="Theme.AppCompat"> | ||
<!-- Customize your theme here. --> | ||
</style> | ||
|
||
</resources> |