82f637b041
Departure single click now selects boarded departure "Your train" now has its own context menu/action bar
17 lines
563 B
XML
17 lines
563 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
<item
|
|
android:id="@+id/view_on_bart_site_button"
|
|
android:icon="@drawable/ic_action_web"
|
|
android:showAsAction="always|withText"
|
|
android:title="@string/view_on_bart_site">
|
|
</item>
|
|
<item
|
|
android:id="@+id/view_system_map_button"
|
|
android:icon="@drawable/ic_action_map"
|
|
android:showAsAction="always|withText"
|
|
android:title="@string/view_system_map">
|
|
</item>
|
|
|
|
</menu> |