/* * Copyright (c) 2013, Will Szumski * Copyright (c) 2013, Doug Szumski * * This file is part of Cyclismo. * * Cyclismo is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * Cyclismo is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with Cyclismo. If not, see <http://www.gnu.org/licenses/>. */ /* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * aapt tool from the resource data it found. It * should not be modified by hand. */ package org.cowboycoders.cyclismo.samples.api; public final class R { public static final class attr { } public static final class drawable { public static final int icon=0x7f020000; } public static final class id { public static final int add_waypoints_button=0x7f050002; public static final int output=0x7f050003; public static final int start_recording_button=0x7f050000; public static final int stop_recording_button=0x7f050001; } public static final class layout { public static final int main=0x7f030000; } public static final class string { public static final int add_waypoints=0x7f040000; public static final int app_name=0x7f040001; public static final int start_recording=0x7f040002; public static final int stop_recording=0x7f040003; } }