strings.xml 946 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
<resources>
    <string name="app_name">uBus</string>

    <string name="hello_world">Hello world!</string>
    <string name="action_settings">Settings</string>
    <string name="title_activity_home_screen">HomeScreen</string>
    <string name="title_activity_action_bar_attempt">ActionBarAttempt</string>
    <string name="drawer_open">open</string>
    <string name="drawer_close">close</string>
    <string-array name="options">
        <item>Schedules</item>
        <item>Change Info</item>
        <item>View Past Trips</item>
    </string-array>

    <string-array name="list">
        <item>Sched1</item>
        <item>Sched2</item>
    </string-array>

<!-- TODO: Remove or change this placeholder text -->
    <string name="hello_blank_fragment">Hello blank fragment</string>
    <string name="title_activity_change_info_fragment">ChangeInfoFragment</string>
    <string name="title_activity_past_trips">PastTrips</string>
</resources>