diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/bus_activity.xml | 8 | ||||
-rw-r--r-- | res/values/strings.xml | 4 |
2 files changed, 11 insertions, 1 deletions
diff --git a/res/layout/bus_activity.xml b/res/layout/bus_activity.xml index f8bbe59..d8b26f6 100644 --- a/res/layout/bus_activity.xml +++ b/res/layout/bus_activity.xml @@ -14,11 +14,17 @@ <TextView android:id="@+id/busActivityBusID" - android:layout_width="wrap_content" + android:layout_width="fill_parent" android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceLarge" /> </LinearLayout> + <TextView + android:id="@+id/busActivityBusDestination" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:textAppearance="?android:attr/textAppearanceLarge" /> + <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/busActivityContentLayout" diff --git a/res/values/strings.xml b/res/values/strings.xml index 305eab8..da4a2cc 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -134,4 +134,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< <string name="buildingImageDescription">Image of the Building</string> <string name="map_activity_toast_help_message">Double tap for more info</string> + <!-- Stop View Strings --> + <string name="stop_view_on_click_toast_help_message">Hold to view the bus schedule</string> + <string name="stop_view_on_click_toast_unidentified_message">Bus schedules not available for unidentified buses</string> + </resources>
\ No newline at end of file |