1*8caefee3SMatthias Ringwald /* AUTO-GENERATED FILE. DO NOT MODIFY. 2*8caefee3SMatthias Ringwald * 3*8caefee3SMatthias Ringwald * This class was automatically generated by the 4*8caefee3SMatthias Ringwald * aapt tool from the resource data it found. It 5*8caefee3SMatthias Ringwald * should not be modified by hand. 6*8caefee3SMatthias Ringwald */ 7*8caefee3SMatthias Ringwald 8*8caefee3SMatthias Ringwald package com.bluekitchen.sppclient; 9*8caefee3SMatthias Ringwald 10*8caefee3SMatthias Ringwald public final class R { 11*8caefee3SMatthias Ringwald public static final class attr { 12*8caefee3SMatthias Ringwald } 13*8caefee3SMatthias Ringwald public static final class dimen { 14*8caefee3SMatthias Ringwald /** Default screen margins, per the Android Design guidelines. 15*8caefee3SMatthias Ringwald 16*8caefee3SMatthias Ringwald Customize dimensions originally defined in res/values/dimens.xml (such as 17*8caefee3SMatthias Ringwald screen margins) for sw720dp devices (e.g. 10" tablets) in landscape here. 18*8caefee3SMatthias Ringwald 19*8caefee3SMatthias Ringwald */ 20*8caefee3SMatthias Ringwald public static final int activity_horizontal_margin=0x7f040000; 21*8caefee3SMatthias Ringwald public static final int activity_vertical_margin=0x7f040001; 22*8caefee3SMatthias Ringwald } 23*8caefee3SMatthias Ringwald public static final class drawable { 24*8caefee3SMatthias Ringwald public static final int ic_launcher=0x7f020000; 25*8caefee3SMatthias Ringwald } 26*8caefee3SMatthias Ringwald public static final class id { 27*8caefee3SMatthias Ringwald public static final int action_settings=0x7f080000; 28*8caefee3SMatthias Ringwald } 29*8caefee3SMatthias Ringwald public static final class layout { 30*8caefee3SMatthias Ringwald public static final int activity_main=0x7f030000; 31*8caefee3SMatthias Ringwald } 32*8caefee3SMatthias Ringwald public static final class menu { 33*8caefee3SMatthias Ringwald public static final int main=0x7f070000; 34*8caefee3SMatthias Ringwald } 35*8caefee3SMatthias Ringwald public static final class string { 36*8caefee3SMatthias Ringwald public static final int action_settings=0x7f050001; 37*8caefee3SMatthias Ringwald public static final int app_name=0x7f050000; 38*8caefee3SMatthias Ringwald public static final int hello_world=0x7f050002; 39*8caefee3SMatthias Ringwald } 40*8caefee3SMatthias Ringwald public static final class style { 41*8caefee3SMatthias Ringwald /** 42*8caefee3SMatthias Ringwald Base application theme, dependent on API level. This theme is replaced 43*8caefee3SMatthias Ringwald by AppBaseTheme from res/values-vXX/styles.xml on newer devices. 44*8caefee3SMatthias Ringwald 45*8caefee3SMatthias Ringwald 46*8caefee3SMatthias Ringwald Theme customizations available in newer API levels can go in 47*8caefee3SMatthias Ringwald res/values-vXX/styles.xml, while customizations related to 48*8caefee3SMatthias Ringwald backward-compatibility can go here. 49*8caefee3SMatthias Ringwald 50*8caefee3SMatthias Ringwald 51*8caefee3SMatthias Ringwald Base application theme for API 11+. This theme completely replaces 52*8caefee3SMatthias Ringwald AppBaseTheme from res/values/styles.xml on API 11+ devices. 53*8caefee3SMatthias Ringwald 54*8caefee3SMatthias Ringwald API 11 theme customizations can go here. 55*8caefee3SMatthias Ringwald 56*8caefee3SMatthias Ringwald Base application theme for API 14+. This theme completely replaces 57*8caefee3SMatthias Ringwald AppBaseTheme from BOTH res/values/styles.xml and 58*8caefee3SMatthias Ringwald res/values-v11/styles.xml on API 14+ devices. 59*8caefee3SMatthias Ringwald 60*8caefee3SMatthias Ringwald API 14 theme customizations can go here. 61*8caefee3SMatthias Ringwald */ 62*8caefee3SMatthias Ringwald public static final int AppBaseTheme=0x7f060000; 63*8caefee3SMatthias Ringwald /** Application theme. 64*8caefee3SMatthias Ringwald All customizations that are NOT specific to a particular API-level can go here. 65*8caefee3SMatthias Ringwald */ 66*8caefee3SMatthias Ringwald public static final int AppTheme=0x7f060001; 67*8caefee3SMatthias Ringwald } 68*8caefee3SMatthias Ringwald } 69