All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.mapsforge.R Maven / Gradle / Ivy

The newest version!
/* 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.mapsforge;

public final class R {
    public static final class array {
        public static int pref_scale_entries=0x7f050000;
        public static int pref_scale_values=0x7f050001;
    }
    public static final class attr {
        /** 

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name". */ public static int metaButtonBarButtonStyle=0x7f010001; /**

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name". */ public static int metaButtonBarStyle=0x7f010000; } public static final class color { public static int black_overlay=0x7f060000; } public static final class dimen { /** Default screen margins are apparently 16dp, per the Android Design guidelines. but for the mapview we set this to 0 to fill the screen */ public static int activity_horizontal_margin=0x7f070000; public static int activity_vertical_margin=0x7f070001; /** Per the design guidelines, navigation drawers should be between 240dp and 320dp: https://developer.android.com/design/patterns/navigation-drawer.html */ public static int navigation_drawer_width=0x7f070002; } public static final class drawable { public static int balloon_overlay_unfocused=0x7f020000; public static int drawer_shadow=0x7f020001; public static int ic_drawer=0x7f020002; public static int ic_menu_preferences=0x7f020003; public static int marker_green=0x7f020004; public static int marker_red=0x7f020005; } public static final class id { public static int attribution=0x7f0b000a; public static int item_detail=0x7f0b000b; public static int item_detail_container=0x7f0b0000; public static int item_list=0x7f0b0001; public static int latitude=0x7f0b0003; public static int longitude=0x7f0b0004; public static int mainView=0x7f0b0007; public static int mapView=0x7f0b0008; public static int mapView2=0x7f0b0009; public static int menu_position_enter_coordinates=0x7f0b000c; public static int menu_preferences=0x7f0b000d; public static int samples=0x7f0b0002; public static int zoomlevel=0x7f0b0005; public static int zoomlevelValue=0x7f0b0006; } public static final class layout { public static int activity_item_detail=0x7f030000; /** Layout alias to replace the single-pane version of the layout with a two-pane version on Large screens. For more on layout aliases, see: http://developer.android.com/training/multiscreen/screensizes.html#TaskUseAliasFilters Layout alias to replace the single-pane version of the layout with a two-pane version on Large screens. For more on layout aliases, see: http://developer.android.com/training/multiscreen/screensizes.html#TaskUseAliasFilters */ public static int activity_item_list=0x7f030001; public static int activity_item_twopane=0x7f030002; public static int activity_samples=0x7f030003; public static int dialog_enter_coordinates=0x7f030004; public static int dualmapviewer=0x7f030005; public static int dualoverviewmapviewer=0x7f030006; public static int fragment_item_detail=0x7f030007; public static int mapviewer=0x7f030008; } public static final class menu { public static int options_menu=0x7f0a0000; } public static final class string { public static int cancelbutton=0x7f080003; public static int copyright_osm=0x7f080000; public static int dialog_location_title=0x7f08000a; public static int latitude=0x7f080005; public static int longitude=0x7f080006; public static int menu_position_enter_coordinates=0x7f080002; public static int menu_preferences=0x7f080001; public static int okbutton=0x7f080004; public static int preferences_scale=0x7f080008; public static int preferences_scale_desc=0x7f080009; public static int startup_dontshowagain=0x7f08000b; public static int startup_message=0x7f08000c; public static int zoomlevel=0x7f080007; } public static final class style { /** Backward-compatible version of ?android:attr/buttonBarStyle */ public static int ButtonBar=0x7f090001; /** Backward-compatible version of ?android:attr/buttonBarButtonStyle */ public static int ButtonBarButton=0x7f090002; public static int FullscreenTheme=0x7f090000; } public static final class xml { public static int preferences=0x7f040000; } public static final class styleable { /** Declare custom theme attributes that allow changing which styles are used for button bars depending on the API level. ?android:attr/buttonBarStyle is new as of API 11 so this is necessary to support previous API levels.

Includes the following attributes:

AttributeDescription
{@link #ButtonBarContainerTheme_metaButtonBarButtonStyle org.mapsforge.applications.android.samples:metaButtonBarButtonStyle}
{@link #ButtonBarContainerTheme_metaButtonBarStyle org.mapsforge.applications.android.samples:metaButtonBarStyle}
@see #ButtonBarContainerTheme_metaButtonBarButtonStyle @see #ButtonBarContainerTheme_metaButtonBarStyle */ public static final int[] ButtonBarContainerTheme = { 0x7f010000, 0x7f010001 }; /**

This symbolContainer is the offset where the {@link org.mapsforge.applications.android.samples.R.attr#metaButtonBarButtonStyle} attribute's value can be found in the {@link #ButtonBarContainerTheme} array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name". @attr name org.mapsforge.applications.android.samples:metaButtonBarButtonStyle */ public static final int ButtonBarContainerTheme_metaButtonBarButtonStyle = 1; /**

This symbolContainer is the offset where the {@link org.mapsforge.applications.android.samples.R.attr#metaButtonBarStyle} attribute's value can be found in the {@link #ButtonBarContainerTheme} array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name". @attr name org.mapsforge.applications.android.samples:metaButtonBarStyle */ public static final int ButtonBarContainerTheme_metaButtonBarStyle = 0; }; }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy