Cleaned up packages and fixed compiling errors
Change-Id: I4fa5aa02ccbe097947ec2d846cd7b3ff0a16bde5 Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
@@ -10,6 +10,6 @@
|
||||
<attribute name="javadoc_location" value="file:/home/ricky/documentation/"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="lib" path="/app/android-sdk-linux_86/extras/android-support-v4-r4-googlemaps.jar"/>
|
||||
<classpathentry kind="lib" path="/LocationLib/lib/android-support-v4-r6-googlemaps.jar"/>
|
||||
<classpathentry kind="output" path="bin/classes"/>
|
||||
</classpath>
|
||||
|
||||
2
FindMyCarFull/.gitignore
vendored
Normal file
2
FindMyCarFull/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
/gen
|
||||
/bin
|
||||
@@ -30,21 +30,4 @@
|
||||
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
</natures>
|
||||
<linkedResources>
|
||||
<link>
|
||||
<name>ExceptionHandlerLib_src</name>
|
||||
<type>2</type>
|
||||
<locationURI>_android_ExceptionHandlerLib_7d68b46a/src</locationURI>
|
||||
</link>
|
||||
<link>
|
||||
<name>FindMyCarLib_src</name>
|
||||
<type>2</type>
|
||||
<locationURI>_android_FindMyCarLib_c61797d6/src</locationURI>
|
||||
</link>
|
||||
<link>
|
||||
<name>LocationLib_src</name>
|
||||
<type>2</type>
|
||||
<locationURI>_android_LocationLib_84551a70/src</locationURI>
|
||||
</link>
|
||||
</linkedResources>
|
||||
</projectDescription>
|
||||
|
||||
@@ -13,12 +13,12 @@
|
||||
<uses-library android:name="com.google.android.maps" />
|
||||
|
||||
<activity
|
||||
android:name="Main"
|
||||
android:configChanges="keyboard|keyboardHidden|orientation"
|
||||
android:label="@string/app_name"
|
||||
android:name="com.TwentyCodes.android.FindMyCarLib.Main"
|
||||
android:theme="@android:style/Theme.Light.NoTitleBar"
|
||||
android:uiOptions="splitActionBarWhenNarrow" >
|
||||
<intent-filter >
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
@@ -45,12 +45,12 @@
|
||||
android:theme="@android:style/Theme.Light" >
|
||||
</activity>
|
||||
<activity
|
||||
android:configChanges="keyboard|keyboardHidden|orientation"
|
||||
android:name="com.TwentyCodes.android.exception.ExceptionReportActivity" >
|
||||
android:name="com.TwentyCodes.android.exception.ExceptionReportActivity"
|
||||
android:configChanges="keyboard|keyboardHidden|orientation" >
|
||||
</activity>
|
||||
<activity
|
||||
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"
|
||||
android:name="com.google.ads.AdActivity" />
|
||||
android:name="com.google.ads.AdActivity"
|
||||
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize" />
|
||||
<activity
|
||||
android:name="com.TwentyCodes.android.FindMyCarLib.ParkignTimerActivity"
|
||||
android:theme="@android:style/Theme.Dialog" >
|
||||
|
||||
@@ -1,17 +1,19 @@
|
||||
# exceptionhandler.properties
|
||||
# This is the default Twenty Codes, LLC Exception Handler properties file
|
||||
#
|
||||
# @author Twenty Codes, LLC
|
||||
# @author ricky barrette
|
||||
# @author ricky barrette <rickbarrette@gmail.com>
|
||||
# @author twenty codes <twentycodes@gmail.com>
|
||||
|
||||
|
||||
# The following is for using our custom server based exception handler web application
|
||||
# This file is used to tell the Exception Handler LIbrary how to file
|
||||
# new exception reports
|
||||
# HTTP ONLY
|
||||
# server is the physical web address for your server
|
||||
# file is the path to your filing script
|
||||
# get is the path to your json retrieval script
|
||||
server = http://powers.doesntexist.com:666
|
||||
file = /index.php?post=1
|
||||
#get = /index.php?get=1
|
||||
# app is the redmine project name
|
||||
# tracker is the redmine tracker
|
||||
server = http://powers.doesntexist.com:8080/
|
||||
file = redmine/exceptionhandler
|
||||
app = Find My Car
|
||||
tracker = Bug
|
||||
|
||||
# uncomment the following if you want your application to use email to file reports.
|
||||
# if this is uncommented, email will always be used.
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -234,7 +234,6 @@ or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>na
|
||||
public static final int user_arrow_animation_1=0x7f02001d;
|
||||
public static final int user_arrow_animation_2=0x7f02001e;
|
||||
public static final int user_arrow_animation_3=0x7f02001f;
|
||||
public static final int userarrow=0x7f020020;
|
||||
}
|
||||
public static final class id {
|
||||
public static final int TextView01=0x7f070009;
|
||||
@@ -293,134 +292,138 @@ or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>na
|
||||
public static final int main=0x7f030006;
|
||||
public static final int map=0x7f030007;
|
||||
public static final int map_buttons=0x7f030008;
|
||||
public static final int notes=0x7f030009;
|
||||
public static final int parking_timer_activity=0x7f03000a;
|
||||
public static final int parkingtimer_layout=0x7f03000b;
|
||||
public static final int powered_by_skyhook=0x7f03000c;
|
||||
public static final int map_fragment=0x7f030009;
|
||||
public static final int notes=0x7f03000a;
|
||||
public static final int parking_timer_activity=0x7f03000b;
|
||||
public static final int parkingtimer_layout=0x7f03000c;
|
||||
public static final int powered_by_skyhook=0x7f03000d;
|
||||
}
|
||||
public static final class menu {
|
||||
public static final int map_action_bar=0x7f0d0000;
|
||||
}
|
||||
public static final class string {
|
||||
public static final int accept=0x7f050066;
|
||||
public static final int accept=0x7f050067;
|
||||
public static final int app_name=0x7f050000;
|
||||
public static final int app_name_lite=0x7f05000e;
|
||||
public static final int application_error=0x7f050062;
|
||||
public static final int before=0x7f050035;
|
||||
public static final int calculating=0x7f05006d;
|
||||
public static final int cancel=0x7f050033;
|
||||
public static final int car_location=0x7f05001f;
|
||||
public static final int car_management=0x7f050048;
|
||||
public static final int check_license=0x7f050064;
|
||||
public static final int close=0x7f05005f;
|
||||
public static final int compass=0x7f05004e;
|
||||
public static final int compass_optoions=0x7f050065;
|
||||
public static final int app_name_lite=0x7f05000f;
|
||||
public static final int application_error=0x7f050063;
|
||||
public static final int before=0x7f050036;
|
||||
public static final int calculating=0x7f05006e;
|
||||
public static final int cancel=0x7f050034;
|
||||
public static final int car_location=0x7f050020;
|
||||
public static final int car_management=0x7f050049;
|
||||
public static final int check_license=0x7f050065;
|
||||
public static final int close=0x7f050060;
|
||||
public static final int compass=0x7f05004f;
|
||||
public static final int compass_optoions=0x7f050066;
|
||||
public static final int crash=0x7f050003;
|
||||
public static final int decline=0x7f050067;
|
||||
public static final int default_location=0x7f05006b;
|
||||
public static final int delete=0x7f05005e;
|
||||
public static final int delete_car=0x7f050028;
|
||||
public static final int delete_car_dialog=0x7f050029;
|
||||
public static final int deleteing=0x7f05006c;
|
||||
public static final int decline=0x7f050068;
|
||||
public static final int default_location=0x7f05006c;
|
||||
public static final int delete=0x7f05005f;
|
||||
public static final int delete_car=0x7f050029;
|
||||
public static final int delete_car_dialog=0x7f05002a;
|
||||
public static final int deleteing=0x7f05006d;
|
||||
public static final int description=0x7f050007;
|
||||
public static final int directions=0x7f05004b;
|
||||
public static final int directions_description=0x7f050059;
|
||||
public static final int distance=0x7f05002a;
|
||||
public static final int eula=0x7f050068;
|
||||
public static final int eulaagreement=0x7f050069;
|
||||
public static final int feature_in_fmc_full=0x7f050058;
|
||||
public static final int feature_in_fmc_full_description=0x7f05006a;
|
||||
public static final int first_boot=0x7f050009;
|
||||
public static final int fmc_options=0x7f050053;
|
||||
public static final int found_car=0x7f050010;
|
||||
public static final int gps_accuracy=0x7f05004d;
|
||||
public static final int directions=0x7f05004c;
|
||||
public static final int directions_description=0x7f05005a;
|
||||
public static final int directions_empty_msg=0x7f050074;
|
||||
public static final int distance=0x7f05002b;
|
||||
public static final int eula=0x7f050069;
|
||||
public static final int eulaagreement=0x7f05006a;
|
||||
public static final int feature_in_fmc_full=0x7f050059;
|
||||
public static final int feature_in_fmc_full_description=0x7f05006b;
|
||||
public static final int first_boot=0x7f05000a;
|
||||
public static final int fmc_options=0x7f050054;
|
||||
public static final int found_car=0x7f050011;
|
||||
public static final int gps_accuracy=0x7f05004e;
|
||||
public static final int gps_fix=0x7f050001;
|
||||
public static final int gps_is_disabled=0x7f05004c;
|
||||
public static final int help=0x7f050012;
|
||||
public static final int hours=0x7f050030;
|
||||
public static final int lat=0x7f05000a;
|
||||
public static final int layers=0x7f050022;
|
||||
public static final int layers_dialog=0x7f050025;
|
||||
public static final int lon=0x7f05000b;
|
||||
public static final int map=0x7f050071;
|
||||
public static final int map_mode=0x7f05006e;
|
||||
public static final int mark_car=0x7f05001d;
|
||||
public static final int mark_car_button=0x7f05002b;
|
||||
public static final int mark_car_first=0x7f050018;
|
||||
public static final int mark_car_warning=0x7f050016;
|
||||
public static final int measurement_unit=0x7f050024;
|
||||
public static final int measurement_unit_dialog=0x7f050017;
|
||||
public static final int minutes=0x7f050031;
|
||||
public static final int my_location=0x7f05001e;
|
||||
public static final int new_button=0x7f050060;
|
||||
public static final int no=0x7f050027;
|
||||
public static final int no_gps_signal=0x7f050015;
|
||||
public static final int no_timer=0x7f050041;
|
||||
public static final int gps_is_disabled=0x7f05004d;
|
||||
public static final int help=0x7f050013;
|
||||
public static final int hours=0x7f050031;
|
||||
public static final int lat=0x7f05000b;
|
||||
public static final int layers=0x7f050023;
|
||||
public static final int layers_dialog=0x7f050026;
|
||||
public static final int lon=0x7f05000c;
|
||||
public static final int map=0x7f050072;
|
||||
public static final int map_mode=0x7f05006f;
|
||||
public static final int mark_car=0x7f05001e;
|
||||
public static final int mark_car_button=0x7f05002c;
|
||||
public static final int mark_car_first=0x7f050019;
|
||||
public static final int mark_car_warning=0x7f050017;
|
||||
public static final int measurement_unit=0x7f050025;
|
||||
public static final int measurement_unit_dialog=0x7f050018;
|
||||
public static final int minutes=0x7f050032;
|
||||
public static final int my_location=0x7f05001f;
|
||||
public static final int nav_only_in_full=0x7f050075;
|
||||
public static final int new_button=0x7f050061;
|
||||
public static final int no=0x7f050028;
|
||||
public static final int no_gps_signal=0x7f050016;
|
||||
public static final int no_reports=0x7f050009;
|
||||
public static final int no_timer=0x7f050042;
|
||||
/** License specific strings
|
||||
*/
|
||||
public static final int not_licensed=0x7f050061;
|
||||
public static final int not_licensed_full=0x7f050063;
|
||||
public static final int notes=0x7f05002c;
|
||||
public static final int notification_color_black=0x7f05005c;
|
||||
public static final int not_licensed=0x7f050062;
|
||||
public static final int not_licensed_full=0x7f050064;
|
||||
public static final int notes=0x7f05002d;
|
||||
public static final int notification_color_black=0x7f05005d;
|
||||
/** Parking Notification Settings
|
||||
*/
|
||||
public static final int notification_color_title=0x7f05005b;
|
||||
public static final int notification_color_white=0x7f05005d;
|
||||
public static final int notify_me=0x7f050032;
|
||||
public static final int ok=0x7f050011;
|
||||
public static final int ongoing_notification=0x7f050057;
|
||||
public static final int parking_timer=0x7f05002f;
|
||||
public static final int parking_timer_description=0x7f05005a;
|
||||
public static final int parking_timer_options=0x7f050054;
|
||||
public static final int parking_timer_service=0x7f050040;
|
||||
public static final int pick_an_option=0x7f050038;
|
||||
public static final int pick_time_greaterthan_zero=0x7f05003a;
|
||||
public static final int pick_timer_lessthan_24=0x7f05004a;
|
||||
public static final int prevent_phone_from_sleeping=0x7f050052;
|
||||
public static final int quit=0x7f050021;
|
||||
public static final int quit_dialog=0x7f05001c;
|
||||
public static final int quit_timer=0x7f05003f;
|
||||
public static final int removeTimer=0x7f050037;
|
||||
public static final int saved=0x7f050070;
|
||||
public static final int seconds=0x7f050050;
|
||||
public static final int notification_color_title=0x7f05005c;
|
||||
public static final int notification_color_white=0x7f05005e;
|
||||
public static final int notify_me=0x7f050033;
|
||||
public static final int ok=0x7f050012;
|
||||
public static final int ongoing_notification=0x7f050058;
|
||||
public static final int parking_timer=0x7f050030;
|
||||
public static final int parking_timer_description=0x7f05005b;
|
||||
public static final int parking_timer_options=0x7f050055;
|
||||
public static final int parking_timer_service=0x7f050041;
|
||||
public static final int pick_an_option=0x7f050039;
|
||||
public static final int pick_time_greaterthan_zero=0x7f05003b;
|
||||
public static final int pick_timer_lessthan_24=0x7f05004b;
|
||||
public static final int prevent_phone_from_sleeping=0x7f050053;
|
||||
public static final int quit=0x7f050022;
|
||||
public static final int quit_dialog=0x7f05001d;
|
||||
public static final int quit_timer=0x7f050040;
|
||||
public static final int removeTimer=0x7f050038;
|
||||
public static final int saved=0x7f050071;
|
||||
public static final int seconds=0x7f050051;
|
||||
public static final int send=0x7f050006;
|
||||
public static final int sending=0x7f050005;
|
||||
public static final int set=0x7f050034;
|
||||
public static final int setTimer=0x7f050036;
|
||||
public static final int set_timer=0x7f05002e;
|
||||
public static final int set_timer_warning=0x7f050039;
|
||||
public static final int settings=0x7f050072;
|
||||
public static final int show_both=0x7f050020;
|
||||
public static final int show_notes=0x7f05002d;
|
||||
public static final int set=0x7f050035;
|
||||
public static final int setTimer=0x7f050037;
|
||||
public static final int set_timer=0x7f05002f;
|
||||
public static final int set_timer_warning=0x7f05003a;
|
||||
public static final int settings=0x7f050073;
|
||||
public static final int show_both=0x7f050021;
|
||||
public static final int show_notes=0x7f05002e;
|
||||
public static final int sorry=0x7f050004;
|
||||
public static final int sorry_theres_trouble=0x7f050002;
|
||||
public static final int stay_awake=0x7f050023;
|
||||
public static final int stay_awake_dialog=0x7f050019;
|
||||
public static final int stay_awake_off=0x7f05001b;
|
||||
public static final int stay_awake_on=0x7f05001a;
|
||||
public static final int stay_awake_pref=0x7f05000c;
|
||||
public static final int the_vaule_was_not_a_number_update_interval_60=0x7f050051;
|
||||
public static final int timer_already_set=0x7f05003e;
|
||||
public static final int timer_canceled=0x7f050049;
|
||||
public static final int timer_set_for=0x7f05003b;
|
||||
public static final int timer_set_for_hours=0x7f05003c;
|
||||
public static final int timer_set_for_minutes=0x7f05003d;
|
||||
public static final int unit_pref=0x7f05000d;
|
||||
public static final int update_interval=0x7f050055;
|
||||
public static final int update_interval_summary=0x7f050056;
|
||||
public static final int update_interval_updated_to=0x7f05004f;
|
||||
public static final int stay_awake=0x7f050024;
|
||||
public static final int stay_awake_dialog=0x7f05001a;
|
||||
public static final int stay_awake_off=0x7f05001c;
|
||||
public static final int stay_awake_on=0x7f05001b;
|
||||
public static final int stay_awake_pref=0x7f05000d;
|
||||
public static final int the_vaule_was_not_a_number_update_interval_60=0x7f050052;
|
||||
public static final int timer_already_set=0x7f05003f;
|
||||
public static final int timer_canceled=0x7f05004a;
|
||||
public static final int timer_set_for=0x7f05003c;
|
||||
public static final int timer_set_for_hours=0x7f05003d;
|
||||
public static final int timer_set_for_minutes=0x7f05003e;
|
||||
public static final int unit_pref=0x7f05000e;
|
||||
public static final int update_interval=0x7f050056;
|
||||
public static final int update_interval_summary=0x7f050057;
|
||||
public static final int update_interval_updated_to=0x7f050050;
|
||||
public static final int version=0x7f050008;
|
||||
public static final int version_info=0x7f05006f;
|
||||
public static final int welcome=0x7f050013;
|
||||
public static final int welcome_msg=0x7f050014;
|
||||
public static final int yay=0x7f05000f;
|
||||
public static final int yes=0x7f050026;
|
||||
public static final int your_time_up_ticket=0x7f050042;
|
||||
public static final int your_timer_almost_up_msg=0x7f050047;
|
||||
public static final int your_timer_almost_up_ticket=0x7f050045;
|
||||
public static final int your_timer_almost_up_title=0x7f050046;
|
||||
public static final int your_timer_up_msg=0x7f050044;
|
||||
public static final int your_timer_up_title=0x7f050043;
|
||||
public static final int version_info=0x7f050070;
|
||||
public static final int welcome=0x7f050014;
|
||||
public static final int welcome_msg=0x7f050015;
|
||||
public static final int yay=0x7f050010;
|
||||
public static final int yes=0x7f050027;
|
||||
public static final int your_time_up_ticket=0x7f050043;
|
||||
public static final int your_timer_almost_up_msg=0x7f050048;
|
||||
public static final int your_timer_almost_up_ticket=0x7f050046;
|
||||
public static final int your_timer_almost_up_title=0x7f050047;
|
||||
public static final int your_timer_up_msg=0x7f050045;
|
||||
public static final int your_timer_up_title=0x7f050044;
|
||||
}
|
||||
public static final class style {
|
||||
public static final int CustomTitlePageIndicator=0x7f0c0001;
|
||||
|
||||
@@ -234,7 +234,6 @@ or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>na
|
||||
public static final int user_arrow_animation_1=0x7f02001d;
|
||||
public static final int user_arrow_animation_2=0x7f02001e;
|
||||
public static final int user_arrow_animation_3=0x7f02001f;
|
||||
public static final int userarrow=0x7f020020;
|
||||
}
|
||||
public static final class id {
|
||||
public static final int TextView01=0x7f070009;
|
||||
@@ -293,134 +292,138 @@ or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>na
|
||||
public static final int main=0x7f030006;
|
||||
public static final int map=0x7f030007;
|
||||
public static final int map_buttons=0x7f030008;
|
||||
public static final int notes=0x7f030009;
|
||||
public static final int parking_timer_activity=0x7f03000a;
|
||||
public static final int parkingtimer_layout=0x7f03000b;
|
||||
public static final int powered_by_skyhook=0x7f03000c;
|
||||
public static final int map_fragment=0x7f030009;
|
||||
public static final int notes=0x7f03000a;
|
||||
public static final int parking_timer_activity=0x7f03000b;
|
||||
public static final int parkingtimer_layout=0x7f03000c;
|
||||
public static final int powered_by_skyhook=0x7f03000d;
|
||||
}
|
||||
public static final class menu {
|
||||
public static final int map_action_bar=0x7f0d0000;
|
||||
}
|
||||
public static final class string {
|
||||
public static final int accept=0x7f050066;
|
||||
public static final int accept=0x7f050067;
|
||||
public static final int app_name=0x7f050000;
|
||||
public static final int app_name_lite=0x7f05000e;
|
||||
public static final int application_error=0x7f050062;
|
||||
public static final int before=0x7f050035;
|
||||
public static final int calculating=0x7f05006d;
|
||||
public static final int cancel=0x7f050033;
|
||||
public static final int car_location=0x7f05001f;
|
||||
public static final int car_management=0x7f050048;
|
||||
public static final int check_license=0x7f050064;
|
||||
public static final int close=0x7f05005f;
|
||||
public static final int compass=0x7f05004e;
|
||||
public static final int compass_optoions=0x7f050065;
|
||||
public static final int app_name_lite=0x7f05000f;
|
||||
public static final int application_error=0x7f050063;
|
||||
public static final int before=0x7f050036;
|
||||
public static final int calculating=0x7f05006e;
|
||||
public static final int cancel=0x7f050034;
|
||||
public static final int car_location=0x7f050020;
|
||||
public static final int car_management=0x7f050049;
|
||||
public static final int check_license=0x7f050065;
|
||||
public static final int close=0x7f050060;
|
||||
public static final int compass=0x7f05004f;
|
||||
public static final int compass_optoions=0x7f050066;
|
||||
public static final int crash=0x7f050003;
|
||||
public static final int decline=0x7f050067;
|
||||
public static final int default_location=0x7f05006b;
|
||||
public static final int delete=0x7f05005e;
|
||||
public static final int delete_car=0x7f050028;
|
||||
public static final int delete_car_dialog=0x7f050029;
|
||||
public static final int deleteing=0x7f05006c;
|
||||
public static final int decline=0x7f050068;
|
||||
public static final int default_location=0x7f05006c;
|
||||
public static final int delete=0x7f05005f;
|
||||
public static final int delete_car=0x7f050029;
|
||||
public static final int delete_car_dialog=0x7f05002a;
|
||||
public static final int deleteing=0x7f05006d;
|
||||
public static final int description=0x7f050007;
|
||||
public static final int directions=0x7f05004b;
|
||||
public static final int directions_description=0x7f050059;
|
||||
public static final int distance=0x7f05002a;
|
||||
public static final int eula=0x7f050068;
|
||||
public static final int eulaagreement=0x7f050069;
|
||||
public static final int feature_in_fmc_full=0x7f050058;
|
||||
public static final int feature_in_fmc_full_description=0x7f05006a;
|
||||
public static final int first_boot=0x7f050009;
|
||||
public static final int fmc_options=0x7f050053;
|
||||
public static final int found_car=0x7f050010;
|
||||
public static final int gps_accuracy=0x7f05004d;
|
||||
public static final int directions=0x7f05004c;
|
||||
public static final int directions_description=0x7f05005a;
|
||||
public static final int directions_empty_msg=0x7f050074;
|
||||
public static final int distance=0x7f05002b;
|
||||
public static final int eula=0x7f050069;
|
||||
public static final int eulaagreement=0x7f05006a;
|
||||
public static final int feature_in_fmc_full=0x7f050059;
|
||||
public static final int feature_in_fmc_full_description=0x7f05006b;
|
||||
public static final int first_boot=0x7f05000a;
|
||||
public static final int fmc_options=0x7f050054;
|
||||
public static final int found_car=0x7f050011;
|
||||
public static final int gps_accuracy=0x7f05004e;
|
||||
public static final int gps_fix=0x7f050001;
|
||||
public static final int gps_is_disabled=0x7f05004c;
|
||||
public static final int help=0x7f050012;
|
||||
public static final int hours=0x7f050030;
|
||||
public static final int lat=0x7f05000a;
|
||||
public static final int layers=0x7f050022;
|
||||
public static final int layers_dialog=0x7f050025;
|
||||
public static final int lon=0x7f05000b;
|
||||
public static final int map=0x7f050071;
|
||||
public static final int map_mode=0x7f05006e;
|
||||
public static final int mark_car=0x7f05001d;
|
||||
public static final int mark_car_button=0x7f05002b;
|
||||
public static final int mark_car_first=0x7f050018;
|
||||
public static final int mark_car_warning=0x7f050016;
|
||||
public static final int measurement_unit=0x7f050024;
|
||||
public static final int measurement_unit_dialog=0x7f050017;
|
||||
public static final int minutes=0x7f050031;
|
||||
public static final int my_location=0x7f05001e;
|
||||
public static final int new_button=0x7f050060;
|
||||
public static final int no=0x7f050027;
|
||||
public static final int no_gps_signal=0x7f050015;
|
||||
public static final int no_timer=0x7f050041;
|
||||
public static final int gps_is_disabled=0x7f05004d;
|
||||
public static final int help=0x7f050013;
|
||||
public static final int hours=0x7f050031;
|
||||
public static final int lat=0x7f05000b;
|
||||
public static final int layers=0x7f050023;
|
||||
public static final int layers_dialog=0x7f050026;
|
||||
public static final int lon=0x7f05000c;
|
||||
public static final int map=0x7f050072;
|
||||
public static final int map_mode=0x7f05006f;
|
||||
public static final int mark_car=0x7f05001e;
|
||||
public static final int mark_car_button=0x7f05002c;
|
||||
public static final int mark_car_first=0x7f050019;
|
||||
public static final int mark_car_warning=0x7f050017;
|
||||
public static final int measurement_unit=0x7f050025;
|
||||
public static final int measurement_unit_dialog=0x7f050018;
|
||||
public static final int minutes=0x7f050032;
|
||||
public static final int my_location=0x7f05001f;
|
||||
public static final int nav_only_in_full=0x7f050075;
|
||||
public static final int new_button=0x7f050061;
|
||||
public static final int no=0x7f050028;
|
||||
public static final int no_gps_signal=0x7f050016;
|
||||
public static final int no_reports=0x7f050009;
|
||||
public static final int no_timer=0x7f050042;
|
||||
/** License specific strings
|
||||
*/
|
||||
public static final int not_licensed=0x7f050061;
|
||||
public static final int not_licensed_full=0x7f050063;
|
||||
public static final int notes=0x7f05002c;
|
||||
public static final int notification_color_black=0x7f05005c;
|
||||
public static final int not_licensed=0x7f050062;
|
||||
public static final int not_licensed_full=0x7f050064;
|
||||
public static final int notes=0x7f05002d;
|
||||
public static final int notification_color_black=0x7f05005d;
|
||||
/** Parking Notification Settings
|
||||
*/
|
||||
public static final int notification_color_title=0x7f05005b;
|
||||
public static final int notification_color_white=0x7f05005d;
|
||||
public static final int notify_me=0x7f050032;
|
||||
public static final int ok=0x7f050011;
|
||||
public static final int ongoing_notification=0x7f050057;
|
||||
public static final int parking_timer=0x7f05002f;
|
||||
public static final int parking_timer_description=0x7f05005a;
|
||||
public static final int parking_timer_options=0x7f050054;
|
||||
public static final int parking_timer_service=0x7f050040;
|
||||
public static final int pick_an_option=0x7f050038;
|
||||
public static final int pick_time_greaterthan_zero=0x7f05003a;
|
||||
public static final int pick_timer_lessthan_24=0x7f05004a;
|
||||
public static final int prevent_phone_from_sleeping=0x7f050052;
|
||||
public static final int quit=0x7f050021;
|
||||
public static final int quit_dialog=0x7f05001c;
|
||||
public static final int quit_timer=0x7f05003f;
|
||||
public static final int removeTimer=0x7f050037;
|
||||
public static final int saved=0x7f050070;
|
||||
public static final int seconds=0x7f050050;
|
||||
public static final int notification_color_title=0x7f05005c;
|
||||
public static final int notification_color_white=0x7f05005e;
|
||||
public static final int notify_me=0x7f050033;
|
||||
public static final int ok=0x7f050012;
|
||||
public static final int ongoing_notification=0x7f050058;
|
||||
public static final int parking_timer=0x7f050030;
|
||||
public static final int parking_timer_description=0x7f05005b;
|
||||
public static final int parking_timer_options=0x7f050055;
|
||||
public static final int parking_timer_service=0x7f050041;
|
||||
public static final int pick_an_option=0x7f050039;
|
||||
public static final int pick_time_greaterthan_zero=0x7f05003b;
|
||||
public static final int pick_timer_lessthan_24=0x7f05004b;
|
||||
public static final int prevent_phone_from_sleeping=0x7f050053;
|
||||
public static final int quit=0x7f050022;
|
||||
public static final int quit_dialog=0x7f05001d;
|
||||
public static final int quit_timer=0x7f050040;
|
||||
public static final int removeTimer=0x7f050038;
|
||||
public static final int saved=0x7f050071;
|
||||
public static final int seconds=0x7f050051;
|
||||
public static final int send=0x7f050006;
|
||||
public static final int sending=0x7f050005;
|
||||
public static final int set=0x7f050034;
|
||||
public static final int setTimer=0x7f050036;
|
||||
public static final int set_timer=0x7f05002e;
|
||||
public static final int set_timer_warning=0x7f050039;
|
||||
public static final int settings=0x7f050072;
|
||||
public static final int show_both=0x7f050020;
|
||||
public static final int show_notes=0x7f05002d;
|
||||
public static final int set=0x7f050035;
|
||||
public static final int setTimer=0x7f050037;
|
||||
public static final int set_timer=0x7f05002f;
|
||||
public static final int set_timer_warning=0x7f05003a;
|
||||
public static final int settings=0x7f050073;
|
||||
public static final int show_both=0x7f050021;
|
||||
public static final int show_notes=0x7f05002e;
|
||||
public static final int sorry=0x7f050004;
|
||||
public static final int sorry_theres_trouble=0x7f050002;
|
||||
public static final int stay_awake=0x7f050023;
|
||||
public static final int stay_awake_dialog=0x7f050019;
|
||||
public static final int stay_awake_off=0x7f05001b;
|
||||
public static final int stay_awake_on=0x7f05001a;
|
||||
public static final int stay_awake_pref=0x7f05000c;
|
||||
public static final int the_vaule_was_not_a_number_update_interval_60=0x7f050051;
|
||||
public static final int timer_already_set=0x7f05003e;
|
||||
public static final int timer_canceled=0x7f050049;
|
||||
public static final int timer_set_for=0x7f05003b;
|
||||
public static final int timer_set_for_hours=0x7f05003c;
|
||||
public static final int timer_set_for_minutes=0x7f05003d;
|
||||
public static final int unit_pref=0x7f05000d;
|
||||
public static final int update_interval=0x7f050055;
|
||||
public static final int update_interval_summary=0x7f050056;
|
||||
public static final int update_interval_updated_to=0x7f05004f;
|
||||
public static final int stay_awake=0x7f050024;
|
||||
public static final int stay_awake_dialog=0x7f05001a;
|
||||
public static final int stay_awake_off=0x7f05001c;
|
||||
public static final int stay_awake_on=0x7f05001b;
|
||||
public static final int stay_awake_pref=0x7f05000d;
|
||||
public static final int the_vaule_was_not_a_number_update_interval_60=0x7f050052;
|
||||
public static final int timer_already_set=0x7f05003f;
|
||||
public static final int timer_canceled=0x7f05004a;
|
||||
public static final int timer_set_for=0x7f05003c;
|
||||
public static final int timer_set_for_hours=0x7f05003d;
|
||||
public static final int timer_set_for_minutes=0x7f05003e;
|
||||
public static final int unit_pref=0x7f05000e;
|
||||
public static final int update_interval=0x7f050056;
|
||||
public static final int update_interval_summary=0x7f050057;
|
||||
public static final int update_interval_updated_to=0x7f050050;
|
||||
public static final int version=0x7f050008;
|
||||
public static final int version_info=0x7f05006f;
|
||||
public static final int welcome=0x7f050013;
|
||||
public static final int welcome_msg=0x7f050014;
|
||||
public static final int yay=0x7f05000f;
|
||||
public static final int yes=0x7f050026;
|
||||
public static final int your_time_up_ticket=0x7f050042;
|
||||
public static final int your_timer_almost_up_msg=0x7f050047;
|
||||
public static final int your_timer_almost_up_ticket=0x7f050045;
|
||||
public static final int your_timer_almost_up_title=0x7f050046;
|
||||
public static final int your_timer_up_msg=0x7f050044;
|
||||
public static final int your_timer_up_title=0x7f050043;
|
||||
public static final int version_info=0x7f050070;
|
||||
public static final int welcome=0x7f050014;
|
||||
public static final int welcome_msg=0x7f050015;
|
||||
public static final int yay=0x7f050010;
|
||||
public static final int yes=0x7f050027;
|
||||
public static final int your_time_up_ticket=0x7f050043;
|
||||
public static final int your_timer_almost_up_msg=0x7f050048;
|
||||
public static final int your_timer_almost_up_ticket=0x7f050046;
|
||||
public static final int your_timer_almost_up_title=0x7f050047;
|
||||
public static final int your_timer_up_msg=0x7f050045;
|
||||
public static final int your_timer_up_title=0x7f050044;
|
||||
}
|
||||
public static final class style {
|
||||
public static final int CustomTitlePageIndicator=0x7f0c0001;
|
||||
|
||||
@@ -1,809 +0,0 @@
|
||||
/* 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 com.TwentyCodes.android.SkyHook;
|
||||
|
||||
public final class R {
|
||||
public static final class array {
|
||||
public static final int compass_options=0x7f060003;
|
||||
public static final int layers=0x7f060001;
|
||||
public static final int notification_colors=0x7f060002;
|
||||
public static final int units=0x7f060000;
|
||||
}
|
||||
public static final class attr {
|
||||
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
||||
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static final int backgroundColor=0x7f010000;
|
||||
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
|
||||
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
|
||||
*/
|
||||
public static final int circlePageIndicatorStyle=0x7f010005;
|
||||
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
|
||||
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
|
||||
in (inches), mm (millimeters).
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static final int clipPadding=0x7f010007;
|
||||
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
||||
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static final int footerColor=0x7f010008;
|
||||
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
|
||||
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
|
||||
in (inches), mm (millimeters).
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static final int footerIndicatorHeight=0x7f01000b;
|
||||
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
|
||||
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
|
||||
in (inches), mm (millimeters).
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static final int footerIndicatorPadding=0x7f01000c;
|
||||
/** <p>Must be one of the following constant values.</p>
|
||||
<table>
|
||||
<colgroup align="left" />
|
||||
<colgroup align="left" />
|
||||
<colgroup align="left" />
|
||||
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
|
||||
<tr><td><code>none</code></td><td>0</td><td></td></tr>
|
||||
<tr><td><code>triangle</code></td><td>1</td><td></td></tr>
|
||||
<tr><td><code>underline</code></td><td>2</td><td></td></tr>
|
||||
</table>
|
||||
*/
|
||||
public static final int footerIndicatorStyle=0x7f01000a;
|
||||
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
|
||||
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
|
||||
in (inches), mm (millimeters).
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static final int footerIndicatorUnderlinePadding=0x7f01000d;
|
||||
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
|
||||
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
|
||||
in (inches), mm (millimeters).
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static final int footerLineHeight=0x7f010009;
|
||||
/** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static final int keywords=0x7f010003;
|
||||
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
||||
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static final int primaryTextColor=0x7f010001;
|
||||
/** <p>Must be an integer value, such as "<code>100</code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static final int refreshInterval=0x7f010004;
|
||||
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
||||
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static final int secondaryTextColor=0x7f010002;
|
||||
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static final int selectedBold=0x7f01000f;
|
||||
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
||||
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static final int selectedColor=0x7f01000e;
|
||||
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
||||
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static final int textColor=0x7f010010;
|
||||
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
|
||||
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
|
||||
in (inches), mm (millimeters).
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static final int textSize=0x7f010011;
|
||||
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
|
||||
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
|
||||
in (inches), mm (millimeters).
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static final int titlePadding=0x7f010012;
|
||||
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
|
||||
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
|
||||
*/
|
||||
public static final int titlePageIndicatorStyle=0x7f010006;
|
||||
}
|
||||
public static final class bool {
|
||||
public static final int default_title_indicator_selected_bold=0x7f0b0000;
|
||||
}
|
||||
public static final class color {
|
||||
public static final int default_title_indicator_footer_color=0x7f090000;
|
||||
public static final int default_title_indicator_selected_color=0x7f090001;
|
||||
public static final int default_title_indicator_text_color=0x7f090002;
|
||||
}
|
||||
public static final class dimen {
|
||||
public static final int default_title_indicator_clip_padding=0x7f080000;
|
||||
public static final int default_title_indicator_footer_indicator_height=0x7f080002;
|
||||
public static final int default_title_indicator_footer_indicator_padding=0x7f080003;
|
||||
public static final int default_title_indicator_footer_indicator_underline_padding=0x7f080004;
|
||||
public static final int default_title_indicator_footer_line_height=0x7f080001;
|
||||
public static final int default_title_indicator_text_size=0x7f080005;
|
||||
public static final int default_title_indicator_title_padding=0x7f080006;
|
||||
}
|
||||
public static final class drawable {
|
||||
public static final int car=0x7f020000;
|
||||
public static final int car_action_bar=0x7f020001;
|
||||
public static final int compass=0x7f020002;
|
||||
public static final int compass_lrg=0x7f020003;
|
||||
public static final int compass_med=0x7f020004;
|
||||
public static final int compass_sm=0x7f020005;
|
||||
public static final int distance_background=0x7f020006;
|
||||
public static final int icon=0x7f020007;
|
||||
public static final int logoidea3=0x7f020008;
|
||||
public static final int map_action_bar=0x7f020009;
|
||||
public static final int map_mode_action_bar=0x7f02000a;
|
||||
public static final int mark_my_location_action_bar=0x7f02000b;
|
||||
public static final int my_location_action_bar=0x7f02000c;
|
||||
public static final int nav_action_bar=0x7f02000d;
|
||||
public static final int needle=0x7f02000e;
|
||||
public static final int needle_lrg=0x7f02000f;
|
||||
public static final int needle_med=0x7f020010;
|
||||
public static final int needle_sm=0x7f020011;
|
||||
public static final int notes_action_bar=0x7f020012;
|
||||
public static final int settings_action_bar=0x7f020013;
|
||||
public static final int show_car_black=0x7f020014;
|
||||
public static final int show_car_white=0x7f020015;
|
||||
public static final int skyhook_logo=0x7f020016;
|
||||
public static final int skyhook_logo_alpha=0x7f020017;
|
||||
public static final int skyhook_logo_alpha_small=0x7f020018;
|
||||
public static final int tc_logo_complete=0x7f020019;
|
||||
public static final int time_action_bar=0x7f02001a;
|
||||
public static final int trash_action_bar=0x7f02001b;
|
||||
public static final int user=0x7f02001c;
|
||||
public static final int user_arrow_animation_1=0x7f02001d;
|
||||
public static final int user_arrow_animation_2=0x7f02001e;
|
||||
public static final int user_arrow_animation_3=0x7f02001f;
|
||||
public static final int userarrow=0x7f020020;
|
||||
}
|
||||
public static final class id {
|
||||
public static final int TextView01=0x7f070009;
|
||||
public static final int TextView02=0x7f07000a;
|
||||
public static final int ad=0x7f07000b;
|
||||
public static final int btRemoveTimer=0x7f070022;
|
||||
public static final int btSetTimer=0x7f070021;
|
||||
public static final int buttons=0x7f070010;
|
||||
public static final int chNotify=0x7f07001c;
|
||||
public static final int delete_car=0x7f070028;
|
||||
public static final int description=0x7f070006;
|
||||
public static final int directions=0x7f070016;
|
||||
public static final int distance_background=0x7f070026;
|
||||
public static final int editText=0x7f070018;
|
||||
public static final int etNotify=0x7f07001e;
|
||||
public static final int exception_text=0x7f070008;
|
||||
public static final int exception_title=0x7f070007;
|
||||
public static final int indicator=0x7f07000c;
|
||||
public static final int llButtons=0x7f070020;
|
||||
public static final int map_mode=0x7f070027;
|
||||
public static final int mapview=0x7f07000f;
|
||||
public static final int mark_my_location=0x7f070013;
|
||||
public static final int my_location=0x7f070012;
|
||||
public static final int none=0x7f070000;
|
||||
public static final int notiyfyme=0x7f07001b;
|
||||
public static final int pager=0x7f07000d;
|
||||
public static final int parking_timer=0x7f070015;
|
||||
public static final int pickerlayout=0x7f070019;
|
||||
public static final int send=0x7f070005;
|
||||
public static final int settings=0x7f070029;
|
||||
public static final int show_both=0x7f070014;
|
||||
public static final int skyhook_img=0x7f070023;
|
||||
public static final int table=0x7f07000e;
|
||||
public static final int tc_img=0x7f070025;
|
||||
public static final int text=0x7f070024;
|
||||
public static final int tpParkingTimerTimePicker=0x7f07001a;
|
||||
public static final int triangle=0x7f070001;
|
||||
public static final int tvAccuracy2=0x7f070011;
|
||||
public static final int tvAddress=0x7f070017;
|
||||
public static final int tvBefore=0x7f07001f;
|
||||
public static final int tvDistance=0x7f070003;
|
||||
public static final int tvDistance2=0x7f070004;
|
||||
public static final int tvNotify1=0x7f07001d;
|
||||
public static final int underline=0x7f070002;
|
||||
}
|
||||
public static final class integer {
|
||||
public static final int default_title_indicator_footer_indicator_style=0x7f0a0000;
|
||||
}
|
||||
public static final class layout {
|
||||
public static final int distancebar=0x7f030000;
|
||||
public static final int exception_activity=0x7f030001;
|
||||
public static final int exception_list_item=0x7f030002;
|
||||
public static final int list=0x7f030003;
|
||||
public static final int list_row=0x7f030004;
|
||||
public static final int listview=0x7f030005;
|
||||
public static final int main=0x7f030006;
|
||||
public static final int map=0x7f030007;
|
||||
public static final int map_buttons=0x7f030008;
|
||||
public static final int notes=0x7f030009;
|
||||
public static final int parking_timer_activity=0x7f03000a;
|
||||
public static final int parkingtimer_layout=0x7f03000b;
|
||||
public static final int powered_by_skyhook=0x7f03000c;
|
||||
}
|
||||
public static final class menu {
|
||||
public static final int map_action_bar=0x7f0d0000;
|
||||
}
|
||||
public static final class string {
|
||||
public static final int accept=0x7f050066;
|
||||
public static final int app_name=0x7f050000;
|
||||
public static final int app_name_lite=0x7f05000e;
|
||||
public static final int application_error=0x7f050062;
|
||||
public static final int before=0x7f050035;
|
||||
public static final int calculating=0x7f05006d;
|
||||
public static final int cancel=0x7f050033;
|
||||
public static final int car_location=0x7f05001f;
|
||||
public static final int car_management=0x7f050048;
|
||||
public static final int check_license=0x7f050064;
|
||||
public static final int close=0x7f05005f;
|
||||
public static final int compass=0x7f05004e;
|
||||
public static final int compass_optoions=0x7f050065;
|
||||
public static final int crash=0x7f050003;
|
||||
public static final int decline=0x7f050067;
|
||||
public static final int default_location=0x7f05006b;
|
||||
public static final int delete=0x7f05005e;
|
||||
public static final int delete_car=0x7f050028;
|
||||
public static final int delete_car_dialog=0x7f050029;
|
||||
public static final int deleteing=0x7f05006c;
|
||||
public static final int description=0x7f050007;
|
||||
public static final int directions=0x7f05004b;
|
||||
public static final int directions_description=0x7f050059;
|
||||
public static final int distance=0x7f05002a;
|
||||
public static final int eula=0x7f050068;
|
||||
public static final int eulaagreement=0x7f050069;
|
||||
public static final int feature_in_fmc_full=0x7f050058;
|
||||
public static final int feature_in_fmc_full_description=0x7f05006a;
|
||||
public static final int first_boot=0x7f050009;
|
||||
public static final int fmc_options=0x7f050053;
|
||||
public static final int found_car=0x7f050010;
|
||||
public static final int gps_accuracy=0x7f05004d;
|
||||
public static final int gps_fix=0x7f050001;
|
||||
public static final int gps_is_disabled=0x7f05004c;
|
||||
public static final int help=0x7f050012;
|
||||
public static final int hours=0x7f050030;
|
||||
public static final int lat=0x7f05000a;
|
||||
public static final int layers=0x7f050022;
|
||||
public static final int layers_dialog=0x7f050025;
|
||||
public static final int lon=0x7f05000b;
|
||||
public static final int map=0x7f050071;
|
||||
public static final int map_mode=0x7f05006e;
|
||||
public static final int mark_car=0x7f05001d;
|
||||
public static final int mark_car_button=0x7f05002b;
|
||||
public static final int mark_car_first=0x7f050018;
|
||||
public static final int mark_car_warning=0x7f050016;
|
||||
public static final int measurement_unit=0x7f050024;
|
||||
public static final int measurement_unit_dialog=0x7f050017;
|
||||
public static final int minutes=0x7f050031;
|
||||
public static final int my_location=0x7f05001e;
|
||||
public static final int new_button=0x7f050060;
|
||||
public static final int no=0x7f050027;
|
||||
public static final int no_gps_signal=0x7f050015;
|
||||
public static final int no_timer=0x7f050041;
|
||||
/** License specific strings
|
||||
*/
|
||||
public static final int not_licensed=0x7f050061;
|
||||
public static final int not_licensed_full=0x7f050063;
|
||||
public static final int notes=0x7f05002c;
|
||||
public static final int notification_color_black=0x7f05005c;
|
||||
/** Parking Notification Settings
|
||||
*/
|
||||
public static final int notification_color_title=0x7f05005b;
|
||||
public static final int notification_color_white=0x7f05005d;
|
||||
public static final int notify_me=0x7f050032;
|
||||
public static final int ok=0x7f050011;
|
||||
public static final int ongoing_notification=0x7f050057;
|
||||
public static final int parking_timer=0x7f05002f;
|
||||
public static final int parking_timer_description=0x7f05005a;
|
||||
public static final int parking_timer_options=0x7f050054;
|
||||
public static final int parking_timer_service=0x7f050040;
|
||||
public static final int pick_an_option=0x7f050038;
|
||||
public static final int pick_time_greaterthan_zero=0x7f05003a;
|
||||
public static final int pick_timer_lessthan_24=0x7f05004a;
|
||||
public static final int prevent_phone_from_sleeping=0x7f050052;
|
||||
public static final int quit=0x7f050021;
|
||||
public static final int quit_dialog=0x7f05001c;
|
||||
public static final int quit_timer=0x7f05003f;
|
||||
public static final int removeTimer=0x7f050037;
|
||||
public static final int saved=0x7f050070;
|
||||
public static final int seconds=0x7f050050;
|
||||
public static final int send=0x7f050006;
|
||||
public static final int sending=0x7f050005;
|
||||
public static final int set=0x7f050034;
|
||||
public static final int setTimer=0x7f050036;
|
||||
public static final int set_timer=0x7f05002e;
|
||||
public static final int set_timer_warning=0x7f050039;
|
||||
public static final int settings=0x7f050072;
|
||||
public static final int show_both=0x7f050020;
|
||||
public static final int show_notes=0x7f05002d;
|
||||
public static final int sorry=0x7f050004;
|
||||
public static final int sorry_theres_trouble=0x7f050002;
|
||||
public static final int stay_awake=0x7f050023;
|
||||
public static final int stay_awake_dialog=0x7f050019;
|
||||
public static final int stay_awake_off=0x7f05001b;
|
||||
public static final int stay_awake_on=0x7f05001a;
|
||||
public static final int stay_awake_pref=0x7f05000c;
|
||||
public static final int the_vaule_was_not_a_number_update_interval_60=0x7f050051;
|
||||
public static final int timer_already_set=0x7f05003e;
|
||||
public static final int timer_canceled=0x7f050049;
|
||||
public static final int timer_set_for=0x7f05003b;
|
||||
public static final int timer_set_for_hours=0x7f05003c;
|
||||
public static final int timer_set_for_minutes=0x7f05003d;
|
||||
public static final int unit_pref=0x7f05000d;
|
||||
public static final int update_interval=0x7f050055;
|
||||
public static final int update_interval_summary=0x7f050056;
|
||||
public static final int update_interval_updated_to=0x7f05004f;
|
||||
public static final int version=0x7f050008;
|
||||
public static final int version_info=0x7f05006f;
|
||||
public static final int welcome=0x7f050013;
|
||||
public static final int welcome_msg=0x7f050014;
|
||||
public static final int yay=0x7f05000f;
|
||||
public static final int yes=0x7f050026;
|
||||
public static final int your_time_up_ticket=0x7f050042;
|
||||
public static final int your_timer_almost_up_msg=0x7f050047;
|
||||
public static final int your_timer_almost_up_ticket=0x7f050045;
|
||||
public static final int your_timer_almost_up_title=0x7f050046;
|
||||
public static final int your_timer_up_msg=0x7f050044;
|
||||
public static final int your_timer_up_title=0x7f050043;
|
||||
}
|
||||
public static final class style {
|
||||
public static final int CustomTitlePageIndicator=0x7f0c0001;
|
||||
public static final int StyledIndicators=0x7f0c0000;
|
||||
/** Copyright (C) 2011 Jake Wharton Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
|
||||
*/
|
||||
public static final int Theme_PageIndicatorDefaults=0x7f0c0002;
|
||||
public static final int Widget_TitlePageIndicator=0x7f0c0003;
|
||||
}
|
||||
public static final class xml {
|
||||
public static final int settings=0x7f040000;
|
||||
}
|
||||
public static final class styleable {
|
||||
/** Attributes that can be used with a TitlePageIndicator.
|
||||
<p>Includes the following attributes:</p>
|
||||
<table>
|
||||
<colgroup align="left" />
|
||||
<colgroup align="left" />
|
||||
<tr><th>Attribute</th><th>Description</th></tr>
|
||||
<tr><td><code>{@link #TitlePageIndicator_clipPadding com.TwentyCodes.android.FindMyCarFull:clipPadding}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #TitlePageIndicator_footerColor com.TwentyCodes.android.FindMyCarFull:footerColor}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #TitlePageIndicator_footerIndicatorHeight com.TwentyCodes.android.FindMyCarFull:footerIndicatorHeight}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #TitlePageIndicator_footerIndicatorPadding com.TwentyCodes.android.FindMyCarFull:footerIndicatorPadding}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #TitlePageIndicator_footerIndicatorStyle com.TwentyCodes.android.FindMyCarFull:footerIndicatorStyle}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #TitlePageIndicator_footerIndicatorUnderlinePadding com.TwentyCodes.android.FindMyCarFull:footerIndicatorUnderlinePadding}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #TitlePageIndicator_footerLineHeight com.TwentyCodes.android.FindMyCarFull:footerLineHeight}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #TitlePageIndicator_selectedBold com.TwentyCodes.android.FindMyCarFull:selectedBold}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #TitlePageIndicator_selectedColor com.TwentyCodes.android.FindMyCarFull:selectedColor}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #TitlePageIndicator_textColor com.TwentyCodes.android.FindMyCarFull:textColor}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #TitlePageIndicator_textSize com.TwentyCodes.android.FindMyCarFull:textSize}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #TitlePageIndicator_titlePadding com.TwentyCodes.android.FindMyCarFull:titlePadding}</code></td><td></td></tr>
|
||||
</table>
|
||||
@see #TitlePageIndicator_clipPadding
|
||||
@see #TitlePageIndicator_footerColor
|
||||
@see #TitlePageIndicator_footerIndicatorHeight
|
||||
@see #TitlePageIndicator_footerIndicatorPadding
|
||||
@see #TitlePageIndicator_footerIndicatorStyle
|
||||
@see #TitlePageIndicator_footerIndicatorUnderlinePadding
|
||||
@see #TitlePageIndicator_footerLineHeight
|
||||
@see #TitlePageIndicator_selectedBold
|
||||
@see #TitlePageIndicator_selectedColor
|
||||
@see #TitlePageIndicator_textColor
|
||||
@see #TitlePageIndicator_textSize
|
||||
@see #TitlePageIndicator_titlePadding
|
||||
*/
|
||||
public static final int[] TitlePageIndicator = {
|
||||
0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a,
|
||||
0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e,
|
||||
0x7f01000f, 0x7f010010, 0x7f010011, 0x7f010012
|
||||
};
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarFull.R.attr#clipPadding}
|
||||
attribute's value can be found in the {@link #TitlePageIndicator} array.
|
||||
|
||||
|
||||
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
|
||||
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
|
||||
in (inches), mm (millimeters).
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:clipPadding
|
||||
*/
|
||||
public static final int TitlePageIndicator_clipPadding = 0;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarFull.R.attr#footerColor}
|
||||
attribute's value can be found in the {@link #TitlePageIndicator} array.
|
||||
|
||||
|
||||
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
||||
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:footerColor
|
||||
*/
|
||||
public static final int TitlePageIndicator_footerColor = 1;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarFull.R.attr#footerIndicatorHeight}
|
||||
attribute's value can be found in the {@link #TitlePageIndicator} array.
|
||||
|
||||
|
||||
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
|
||||
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
|
||||
in (inches), mm (millimeters).
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:footerIndicatorHeight
|
||||
*/
|
||||
public static final int TitlePageIndicator_footerIndicatorHeight = 4;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarFull.R.attr#footerIndicatorPadding}
|
||||
attribute's value can be found in the {@link #TitlePageIndicator} array.
|
||||
|
||||
|
||||
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
|
||||
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
|
||||
in (inches), mm (millimeters).
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:footerIndicatorPadding
|
||||
*/
|
||||
public static final int TitlePageIndicator_footerIndicatorPadding = 5;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarFull.R.attr#footerIndicatorStyle}
|
||||
attribute's value can be found in the {@link #TitlePageIndicator} array.
|
||||
|
||||
|
||||
<p>Must be one of the following constant values.</p>
|
||||
<table>
|
||||
<colgroup align="left" />
|
||||
<colgroup align="left" />
|
||||
<colgroup align="left" />
|
||||
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
|
||||
<tr><td><code>none</code></td><td>0</td><td></td></tr>
|
||||
<tr><td><code>triangle</code></td><td>1</td><td></td></tr>
|
||||
<tr><td><code>underline</code></td><td>2</td><td></td></tr>
|
||||
</table>
|
||||
@attr name android:footerIndicatorStyle
|
||||
*/
|
||||
public static final int TitlePageIndicator_footerIndicatorStyle = 3;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarFull.R.attr#footerIndicatorUnderlinePadding}
|
||||
attribute's value can be found in the {@link #TitlePageIndicator} array.
|
||||
|
||||
|
||||
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
|
||||
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
|
||||
in (inches), mm (millimeters).
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:footerIndicatorUnderlinePadding
|
||||
*/
|
||||
public static final int TitlePageIndicator_footerIndicatorUnderlinePadding = 6;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarFull.R.attr#footerLineHeight}
|
||||
attribute's value can be found in the {@link #TitlePageIndicator} array.
|
||||
|
||||
|
||||
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
|
||||
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
|
||||
in (inches), mm (millimeters).
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:footerLineHeight
|
||||
*/
|
||||
public static final int TitlePageIndicator_footerLineHeight = 2;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarFull.R.attr#selectedBold}
|
||||
attribute's value can be found in the {@link #TitlePageIndicator} array.
|
||||
|
||||
|
||||
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:selectedBold
|
||||
*/
|
||||
public static final int TitlePageIndicator_selectedBold = 8;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarFull.R.attr#selectedColor}
|
||||
attribute's value can be found in the {@link #TitlePageIndicator} array.
|
||||
|
||||
|
||||
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
||||
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:selectedColor
|
||||
*/
|
||||
public static final int TitlePageIndicator_selectedColor = 7;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarFull.R.attr#textColor}
|
||||
attribute's value can be found in the {@link #TitlePageIndicator} array.
|
||||
|
||||
|
||||
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
||||
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:textColor
|
||||
*/
|
||||
public static final int TitlePageIndicator_textColor = 9;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarFull.R.attr#textSize}
|
||||
attribute's value can be found in the {@link #TitlePageIndicator} array.
|
||||
|
||||
|
||||
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
|
||||
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
|
||||
in (inches), mm (millimeters).
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:textSize
|
||||
*/
|
||||
public static final int TitlePageIndicator_textSize = 10;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarFull.R.attr#titlePadding}
|
||||
attribute's value can be found in the {@link #TitlePageIndicator} array.
|
||||
|
||||
|
||||
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
|
||||
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
|
||||
in (inches), mm (millimeters).
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:titlePadding
|
||||
*/
|
||||
public static final int TitlePageIndicator_titlePadding = 11;
|
||||
/**
|
||||
Copyright (C) 2011 Patrik Åkerfeldt
|
||||
Copyright (C) 2011 Jake Wharton
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
|
||||
<p>Includes the following attributes:</p>
|
||||
<table>
|
||||
<colgroup align="left" />
|
||||
<colgroup align="left" />
|
||||
<tr><th>Attribute</th><th>Description</th></tr>
|
||||
<tr><td><code>{@link #ViewPagerIndicator_circlePageIndicatorStyle com.TwentyCodes.android.FindMyCarFull:circlePageIndicatorStyle}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #ViewPagerIndicator_titlePageIndicatorStyle com.TwentyCodes.android.FindMyCarFull:titlePageIndicatorStyle}</code></td><td></td></tr>
|
||||
</table>
|
||||
@see #ViewPagerIndicator_circlePageIndicatorStyle
|
||||
@see #ViewPagerIndicator_titlePageIndicatorStyle
|
||||
*/
|
||||
public static final int[] ViewPagerIndicator = {
|
||||
0x7f010005, 0x7f010006
|
||||
};
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarFull.R.attr#circlePageIndicatorStyle}
|
||||
attribute's value can be found in the {@link #ViewPagerIndicator} array.
|
||||
|
||||
|
||||
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
|
||||
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
|
||||
@attr name android:circlePageIndicatorStyle
|
||||
*/
|
||||
public static final int ViewPagerIndicator_circlePageIndicatorStyle = 0;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarFull.R.attr#titlePageIndicatorStyle}
|
||||
attribute's value can be found in the {@link #ViewPagerIndicator} array.
|
||||
|
||||
|
||||
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
|
||||
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
|
||||
@attr name android:titlePageIndicatorStyle
|
||||
*/
|
||||
public static final int ViewPagerIndicator_titlePageIndicatorStyle = 1;
|
||||
/** Attributes that can be used with a com_admob_android_ads_AdView.
|
||||
<p>Includes the following attributes:</p>
|
||||
<table>
|
||||
<colgroup align="left" />
|
||||
<colgroup align="left" />
|
||||
<tr><th>Attribute</th><th>Description</th></tr>
|
||||
<tr><td><code>{@link #com_admob_android_ads_AdView_backgroundColor com.TwentyCodes.android.FindMyCarFull:backgroundColor}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #com_admob_android_ads_AdView_keywords com.TwentyCodes.android.FindMyCarFull:keywords}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #com_admob_android_ads_AdView_primaryTextColor com.TwentyCodes.android.FindMyCarFull:primaryTextColor}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #com_admob_android_ads_AdView_refreshInterval com.TwentyCodes.android.FindMyCarFull:refreshInterval}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #com_admob_android_ads_AdView_secondaryTextColor com.TwentyCodes.android.FindMyCarFull:secondaryTextColor}</code></td><td></td></tr>
|
||||
</table>
|
||||
@see #com_admob_android_ads_AdView_backgroundColor
|
||||
@see #com_admob_android_ads_AdView_keywords
|
||||
@see #com_admob_android_ads_AdView_primaryTextColor
|
||||
@see #com_admob_android_ads_AdView_refreshInterval
|
||||
@see #com_admob_android_ads_AdView_secondaryTextColor
|
||||
*/
|
||||
public static final int[] com_admob_android_ads_AdView = {
|
||||
0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003,
|
||||
0x7f010004
|
||||
};
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarFull.R.attr#backgroundColor}
|
||||
attribute's value can be found in the {@link #com_admob_android_ads_AdView} array.
|
||||
|
||||
|
||||
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
||||
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:backgroundColor
|
||||
*/
|
||||
public static final int com_admob_android_ads_AdView_backgroundColor = 0;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarFull.R.attr#keywords}
|
||||
attribute's value can be found in the {@link #com_admob_android_ads_AdView} array.
|
||||
|
||||
|
||||
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:keywords
|
||||
*/
|
||||
public static final int com_admob_android_ads_AdView_keywords = 3;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarFull.R.attr#primaryTextColor}
|
||||
attribute's value can be found in the {@link #com_admob_android_ads_AdView} array.
|
||||
|
||||
|
||||
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
||||
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:primaryTextColor
|
||||
*/
|
||||
public static final int com_admob_android_ads_AdView_primaryTextColor = 1;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarFull.R.attr#refreshInterval}
|
||||
attribute's value can be found in the {@link #com_admob_android_ads_AdView} array.
|
||||
|
||||
|
||||
<p>Must be an integer value, such as "<code>100</code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:refreshInterval
|
||||
*/
|
||||
public static final int com_admob_android_ads_AdView_refreshInterval = 4;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarFull.R.attr#secondaryTextColor}
|
||||
attribute's value can be found in the {@link #com_admob_android_ads_AdView} array.
|
||||
|
||||
|
||||
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
||||
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:secondaryTextColor
|
||||
*/
|
||||
public static final int com_admob_android_ads_AdView_secondaryTextColor = 2;
|
||||
};
|
||||
}
|
||||
@@ -234,7 +234,6 @@ or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>na
|
||||
public static final int user_arrow_animation_1=0x7f02001d;
|
||||
public static final int user_arrow_animation_2=0x7f02001e;
|
||||
public static final int user_arrow_animation_3=0x7f02001f;
|
||||
public static final int userarrow=0x7f020020;
|
||||
}
|
||||
public static final class id {
|
||||
public static final int TextView01=0x7f070009;
|
||||
@@ -293,134 +292,138 @@ or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>na
|
||||
public static final int main=0x7f030006;
|
||||
public static final int map=0x7f030007;
|
||||
public static final int map_buttons=0x7f030008;
|
||||
public static final int notes=0x7f030009;
|
||||
public static final int parking_timer_activity=0x7f03000a;
|
||||
public static final int parkingtimer_layout=0x7f03000b;
|
||||
public static final int powered_by_skyhook=0x7f03000c;
|
||||
public static final int map_fragment=0x7f030009;
|
||||
public static final int notes=0x7f03000a;
|
||||
public static final int parking_timer_activity=0x7f03000b;
|
||||
public static final int parkingtimer_layout=0x7f03000c;
|
||||
public static final int powered_by_skyhook=0x7f03000d;
|
||||
}
|
||||
public static final class menu {
|
||||
public static final int map_action_bar=0x7f0d0000;
|
||||
}
|
||||
public static final class string {
|
||||
public static final int accept=0x7f050066;
|
||||
public static final int accept=0x7f050067;
|
||||
public static final int app_name=0x7f050000;
|
||||
public static final int app_name_lite=0x7f05000e;
|
||||
public static final int application_error=0x7f050062;
|
||||
public static final int before=0x7f050035;
|
||||
public static final int calculating=0x7f05006d;
|
||||
public static final int cancel=0x7f050033;
|
||||
public static final int car_location=0x7f05001f;
|
||||
public static final int car_management=0x7f050048;
|
||||
public static final int check_license=0x7f050064;
|
||||
public static final int close=0x7f05005f;
|
||||
public static final int compass=0x7f05004e;
|
||||
public static final int compass_optoions=0x7f050065;
|
||||
public static final int app_name_lite=0x7f05000f;
|
||||
public static final int application_error=0x7f050063;
|
||||
public static final int before=0x7f050036;
|
||||
public static final int calculating=0x7f05006e;
|
||||
public static final int cancel=0x7f050034;
|
||||
public static final int car_location=0x7f050020;
|
||||
public static final int car_management=0x7f050049;
|
||||
public static final int check_license=0x7f050065;
|
||||
public static final int close=0x7f050060;
|
||||
public static final int compass=0x7f05004f;
|
||||
public static final int compass_optoions=0x7f050066;
|
||||
public static final int crash=0x7f050003;
|
||||
public static final int decline=0x7f050067;
|
||||
public static final int default_location=0x7f05006b;
|
||||
public static final int delete=0x7f05005e;
|
||||
public static final int delete_car=0x7f050028;
|
||||
public static final int delete_car_dialog=0x7f050029;
|
||||
public static final int deleteing=0x7f05006c;
|
||||
public static final int decline=0x7f050068;
|
||||
public static final int default_location=0x7f05006c;
|
||||
public static final int delete=0x7f05005f;
|
||||
public static final int delete_car=0x7f050029;
|
||||
public static final int delete_car_dialog=0x7f05002a;
|
||||
public static final int deleteing=0x7f05006d;
|
||||
public static final int description=0x7f050007;
|
||||
public static final int directions=0x7f05004b;
|
||||
public static final int directions_description=0x7f050059;
|
||||
public static final int distance=0x7f05002a;
|
||||
public static final int eula=0x7f050068;
|
||||
public static final int eulaagreement=0x7f050069;
|
||||
public static final int feature_in_fmc_full=0x7f050058;
|
||||
public static final int feature_in_fmc_full_description=0x7f05006a;
|
||||
public static final int first_boot=0x7f050009;
|
||||
public static final int fmc_options=0x7f050053;
|
||||
public static final int found_car=0x7f050010;
|
||||
public static final int gps_accuracy=0x7f05004d;
|
||||
public static final int directions=0x7f05004c;
|
||||
public static final int directions_description=0x7f05005a;
|
||||
public static final int directions_empty_msg=0x7f050074;
|
||||
public static final int distance=0x7f05002b;
|
||||
public static final int eula=0x7f050069;
|
||||
public static final int eulaagreement=0x7f05006a;
|
||||
public static final int feature_in_fmc_full=0x7f050059;
|
||||
public static final int feature_in_fmc_full_description=0x7f05006b;
|
||||
public static final int first_boot=0x7f05000a;
|
||||
public static final int fmc_options=0x7f050054;
|
||||
public static final int found_car=0x7f050011;
|
||||
public static final int gps_accuracy=0x7f05004e;
|
||||
public static final int gps_fix=0x7f050001;
|
||||
public static final int gps_is_disabled=0x7f05004c;
|
||||
public static final int help=0x7f050012;
|
||||
public static final int hours=0x7f050030;
|
||||
public static final int lat=0x7f05000a;
|
||||
public static final int layers=0x7f050022;
|
||||
public static final int layers_dialog=0x7f050025;
|
||||
public static final int lon=0x7f05000b;
|
||||
public static final int map=0x7f050071;
|
||||
public static final int map_mode=0x7f05006e;
|
||||
public static final int mark_car=0x7f05001d;
|
||||
public static final int mark_car_button=0x7f05002b;
|
||||
public static final int mark_car_first=0x7f050018;
|
||||
public static final int mark_car_warning=0x7f050016;
|
||||
public static final int measurement_unit=0x7f050024;
|
||||
public static final int measurement_unit_dialog=0x7f050017;
|
||||
public static final int minutes=0x7f050031;
|
||||
public static final int my_location=0x7f05001e;
|
||||
public static final int new_button=0x7f050060;
|
||||
public static final int no=0x7f050027;
|
||||
public static final int no_gps_signal=0x7f050015;
|
||||
public static final int no_timer=0x7f050041;
|
||||
public static final int gps_is_disabled=0x7f05004d;
|
||||
public static final int help=0x7f050013;
|
||||
public static final int hours=0x7f050031;
|
||||
public static final int lat=0x7f05000b;
|
||||
public static final int layers=0x7f050023;
|
||||
public static final int layers_dialog=0x7f050026;
|
||||
public static final int lon=0x7f05000c;
|
||||
public static final int map=0x7f050072;
|
||||
public static final int map_mode=0x7f05006f;
|
||||
public static final int mark_car=0x7f05001e;
|
||||
public static final int mark_car_button=0x7f05002c;
|
||||
public static final int mark_car_first=0x7f050019;
|
||||
public static final int mark_car_warning=0x7f050017;
|
||||
public static final int measurement_unit=0x7f050025;
|
||||
public static final int measurement_unit_dialog=0x7f050018;
|
||||
public static final int minutes=0x7f050032;
|
||||
public static final int my_location=0x7f05001f;
|
||||
public static final int nav_only_in_full=0x7f050075;
|
||||
public static final int new_button=0x7f050061;
|
||||
public static final int no=0x7f050028;
|
||||
public static final int no_gps_signal=0x7f050016;
|
||||
public static final int no_reports=0x7f050009;
|
||||
public static final int no_timer=0x7f050042;
|
||||
/** License specific strings
|
||||
*/
|
||||
public static final int not_licensed=0x7f050061;
|
||||
public static final int not_licensed_full=0x7f050063;
|
||||
public static final int notes=0x7f05002c;
|
||||
public static final int notification_color_black=0x7f05005c;
|
||||
public static final int not_licensed=0x7f050062;
|
||||
public static final int not_licensed_full=0x7f050064;
|
||||
public static final int notes=0x7f05002d;
|
||||
public static final int notification_color_black=0x7f05005d;
|
||||
/** Parking Notification Settings
|
||||
*/
|
||||
public static final int notification_color_title=0x7f05005b;
|
||||
public static final int notification_color_white=0x7f05005d;
|
||||
public static final int notify_me=0x7f050032;
|
||||
public static final int ok=0x7f050011;
|
||||
public static final int ongoing_notification=0x7f050057;
|
||||
public static final int parking_timer=0x7f05002f;
|
||||
public static final int parking_timer_description=0x7f05005a;
|
||||
public static final int parking_timer_options=0x7f050054;
|
||||
public static final int parking_timer_service=0x7f050040;
|
||||
public static final int pick_an_option=0x7f050038;
|
||||
public static final int pick_time_greaterthan_zero=0x7f05003a;
|
||||
public static final int pick_timer_lessthan_24=0x7f05004a;
|
||||
public static final int prevent_phone_from_sleeping=0x7f050052;
|
||||
public static final int quit=0x7f050021;
|
||||
public static final int quit_dialog=0x7f05001c;
|
||||
public static final int quit_timer=0x7f05003f;
|
||||
public static final int removeTimer=0x7f050037;
|
||||
public static final int saved=0x7f050070;
|
||||
public static final int seconds=0x7f050050;
|
||||
public static final int notification_color_title=0x7f05005c;
|
||||
public static final int notification_color_white=0x7f05005e;
|
||||
public static final int notify_me=0x7f050033;
|
||||
public static final int ok=0x7f050012;
|
||||
public static final int ongoing_notification=0x7f050058;
|
||||
public static final int parking_timer=0x7f050030;
|
||||
public static final int parking_timer_description=0x7f05005b;
|
||||
public static final int parking_timer_options=0x7f050055;
|
||||
public static final int parking_timer_service=0x7f050041;
|
||||
public static final int pick_an_option=0x7f050039;
|
||||
public static final int pick_time_greaterthan_zero=0x7f05003b;
|
||||
public static final int pick_timer_lessthan_24=0x7f05004b;
|
||||
public static final int prevent_phone_from_sleeping=0x7f050053;
|
||||
public static final int quit=0x7f050022;
|
||||
public static final int quit_dialog=0x7f05001d;
|
||||
public static final int quit_timer=0x7f050040;
|
||||
public static final int removeTimer=0x7f050038;
|
||||
public static final int saved=0x7f050071;
|
||||
public static final int seconds=0x7f050051;
|
||||
public static final int send=0x7f050006;
|
||||
public static final int sending=0x7f050005;
|
||||
public static final int set=0x7f050034;
|
||||
public static final int setTimer=0x7f050036;
|
||||
public static final int set_timer=0x7f05002e;
|
||||
public static final int set_timer_warning=0x7f050039;
|
||||
public static final int settings=0x7f050072;
|
||||
public static final int show_both=0x7f050020;
|
||||
public static final int show_notes=0x7f05002d;
|
||||
public static final int set=0x7f050035;
|
||||
public static final int setTimer=0x7f050037;
|
||||
public static final int set_timer=0x7f05002f;
|
||||
public static final int set_timer_warning=0x7f05003a;
|
||||
public static final int settings=0x7f050073;
|
||||
public static final int show_both=0x7f050021;
|
||||
public static final int show_notes=0x7f05002e;
|
||||
public static final int sorry=0x7f050004;
|
||||
public static final int sorry_theres_trouble=0x7f050002;
|
||||
public static final int stay_awake=0x7f050023;
|
||||
public static final int stay_awake_dialog=0x7f050019;
|
||||
public static final int stay_awake_off=0x7f05001b;
|
||||
public static final int stay_awake_on=0x7f05001a;
|
||||
public static final int stay_awake_pref=0x7f05000c;
|
||||
public static final int the_vaule_was_not_a_number_update_interval_60=0x7f050051;
|
||||
public static final int timer_already_set=0x7f05003e;
|
||||
public static final int timer_canceled=0x7f050049;
|
||||
public static final int timer_set_for=0x7f05003b;
|
||||
public static final int timer_set_for_hours=0x7f05003c;
|
||||
public static final int timer_set_for_minutes=0x7f05003d;
|
||||
public static final int unit_pref=0x7f05000d;
|
||||
public static final int update_interval=0x7f050055;
|
||||
public static final int update_interval_summary=0x7f050056;
|
||||
public static final int update_interval_updated_to=0x7f05004f;
|
||||
public static final int stay_awake=0x7f050024;
|
||||
public static final int stay_awake_dialog=0x7f05001a;
|
||||
public static final int stay_awake_off=0x7f05001c;
|
||||
public static final int stay_awake_on=0x7f05001b;
|
||||
public static final int stay_awake_pref=0x7f05000d;
|
||||
public static final int the_vaule_was_not_a_number_update_interval_60=0x7f050052;
|
||||
public static final int timer_already_set=0x7f05003f;
|
||||
public static final int timer_canceled=0x7f05004a;
|
||||
public static final int timer_set_for=0x7f05003c;
|
||||
public static final int timer_set_for_hours=0x7f05003d;
|
||||
public static final int timer_set_for_minutes=0x7f05003e;
|
||||
public static final int unit_pref=0x7f05000e;
|
||||
public static final int update_interval=0x7f050056;
|
||||
public static final int update_interval_summary=0x7f050057;
|
||||
public static final int update_interval_updated_to=0x7f050050;
|
||||
public static final int version=0x7f050008;
|
||||
public static final int version_info=0x7f05006f;
|
||||
public static final int welcome=0x7f050013;
|
||||
public static final int welcome_msg=0x7f050014;
|
||||
public static final int yay=0x7f05000f;
|
||||
public static final int yes=0x7f050026;
|
||||
public static final int your_time_up_ticket=0x7f050042;
|
||||
public static final int your_timer_almost_up_msg=0x7f050047;
|
||||
public static final int your_timer_almost_up_ticket=0x7f050045;
|
||||
public static final int your_timer_almost_up_title=0x7f050046;
|
||||
public static final int your_timer_up_msg=0x7f050044;
|
||||
public static final int your_timer_up_title=0x7f050043;
|
||||
public static final int version_info=0x7f050070;
|
||||
public static final int welcome=0x7f050014;
|
||||
public static final int welcome_msg=0x7f050015;
|
||||
public static final int yay=0x7f050010;
|
||||
public static final int yes=0x7f050027;
|
||||
public static final int your_time_up_ticket=0x7f050043;
|
||||
public static final int your_timer_almost_up_msg=0x7f050048;
|
||||
public static final int your_timer_almost_up_ticket=0x7f050046;
|
||||
public static final int your_timer_almost_up_title=0x7f050047;
|
||||
public static final int your_timer_up_msg=0x7f050045;
|
||||
public static final int your_timer_up_title=0x7f050044;
|
||||
}
|
||||
public static final class style {
|
||||
public static final int CustomTitlePageIndicator=0x7f0c0001;
|
||||
|
||||
3
FindMyCarFull/lint.xml
Normal file
3
FindMyCarFull/lint.xml
Normal file
@@ -0,0 +1,3 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<lint>
|
||||
</lint>
|
||||
@@ -9,10 +9,8 @@
|
||||
|
||||
# Indicates whether an apk should be generated for each density.
|
||||
split.density=false
|
||||
android.library.reference.1=../FindMyCarLib/
|
||||
android.library.reference.1=../FindMyCarLib
|
||||
# Project target.
|
||||
target=Google Inc.:Google APIs:14
|
||||
android.library.reference.3=../LocationLib
|
||||
android.library.reference.2=../ExceptionHandlerLib
|
||||
target=Google Inc.:Google APIs:15
|
||||
|
||||
#proguard.config=proguard.cfg
|
||||
#proguard.config=proguard.cfg
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* Main.java
|
||||
* @date Feb 21, 2012
|
||||
* @author ricky barrette
|
||||
* @author Twenty Codes, LLC
|
||||
*/
|
||||
package com.TwentyCodes.android.FindMyCarFull;
|
||||
|
||||
/**
|
||||
* @author ricky barrette
|
||||
*/
|
||||
public class Main extends com.TwentyCodes.android.FindMyCarLib.Main {
|
||||
|
||||
}
|
||||
@@ -10,6 +10,6 @@
|
||||
</classpathentry>
|
||||
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
|
||||
<classpathentry kind="lib" path="/app/android-sdk-linux_86/extras/google/admob_ads_sdk/GoogleAdMobAdsSdk-4.3.1.jar"/>
|
||||
<classpathentry kind="lib" path="/app/android-sdk-linux_86/extras/android-support-v4-r4-googlemaps.jar"/>
|
||||
<classpathentry kind="lib" path="/app/android-sdk-linux_86/extras/android-support-v4-r6-googlemaps.jar"/>
|
||||
<classpathentry kind="output" path="bin/classes"/>
|
||||
</classpath>
|
||||
|
||||
2
FindMyCarLib/.gitignore
vendored
Normal file
2
FindMyCarLib/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
/bin
|
||||
/gen
|
||||
@@ -30,16 +30,4 @@
|
||||
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
</natures>
|
||||
<linkedResources>
|
||||
<link>
|
||||
<name>ExceptionHandlerLib_src</name>
|
||||
<type>2</type>
|
||||
<locationURI>_android_ExceptionHandlerLib_7d68b46a/src</locationURI>
|
||||
</link>
|
||||
<link>
|
||||
<name>LocationLib_src</name>
|
||||
<type>2</type>
|
||||
<locationURI>_android_LocationLib_84551a70/src</locationURI>
|
||||
</link>
|
||||
</linkedResources>
|
||||
</projectDescription>
|
||||
|
||||
Binary file not shown.
@@ -234,7 +234,6 @@ or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>na
|
||||
public static int user_arrow_animation_1=0x7f02001d;
|
||||
public static int user_arrow_animation_2=0x7f02001e;
|
||||
public static int user_arrow_animation_3=0x7f02001f;
|
||||
public static int userarrow=0x7f020020;
|
||||
}
|
||||
public static final class id {
|
||||
public static int TextView01=0x7f070009;
|
||||
@@ -293,136 +292,138 @@ or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>na
|
||||
public static int main=0x7f030006;
|
||||
public static int map=0x7f030007;
|
||||
public static int map_buttons=0x7f030008;
|
||||
public static int notes=0x7f030009;
|
||||
public static int parking_timer_activity=0x7f03000a;
|
||||
public static int parkingtimer_layout=0x7f03000b;
|
||||
public static int powered_by_skyhook=0x7f03000c;
|
||||
public static int map_fragment=0x7f030009;
|
||||
public static int notes=0x7f03000a;
|
||||
public static int parking_timer_activity=0x7f03000b;
|
||||
public static int parkingtimer_layout=0x7f03000c;
|
||||
public static int powered_by_skyhook=0x7f03000d;
|
||||
}
|
||||
public static final class menu {
|
||||
public static int map_action_bar=0x7f0d0000;
|
||||
}
|
||||
public static final class string {
|
||||
public static int accept=0x7f050066;
|
||||
public static int accept=0x7f050067;
|
||||
public static int app_name=0x7f050000;
|
||||
public static int app_name_lite=0x7f05000e;
|
||||
public static int application_error=0x7f050062;
|
||||
public static int before=0x7f050035;
|
||||
public static int calculating=0x7f05006d;
|
||||
public static int cancel=0x7f050033;
|
||||
public static int car_location=0x7f05001f;
|
||||
public static int car_management=0x7f050048;
|
||||
public static int check_license=0x7f050064;
|
||||
public static int close=0x7f05005f;
|
||||
public static int compass=0x7f05004e;
|
||||
public static int compass_optoions=0x7f050065;
|
||||
public static int app_name_lite=0x7f05000f;
|
||||
public static int application_error=0x7f050063;
|
||||
public static int before=0x7f050036;
|
||||
public static int calculating=0x7f05006e;
|
||||
public static int cancel=0x7f050034;
|
||||
public static int car_location=0x7f050020;
|
||||
public static int car_management=0x7f050049;
|
||||
public static int check_license=0x7f050065;
|
||||
public static int close=0x7f050060;
|
||||
public static int compass=0x7f05004f;
|
||||
public static int compass_optoions=0x7f050066;
|
||||
public static int crash=0x7f050003;
|
||||
public static int decline=0x7f050067;
|
||||
public static int default_location=0x7f05006b;
|
||||
public static int delete=0x7f05005e;
|
||||
public static int delete_car=0x7f050028;
|
||||
public static int delete_car_dialog=0x7f050029;
|
||||
public static int deleteing=0x7f05006c;
|
||||
public static int decline=0x7f050068;
|
||||
public static int default_location=0x7f05006c;
|
||||
public static int delete=0x7f05005f;
|
||||
public static int delete_car=0x7f050029;
|
||||
public static int delete_car_dialog=0x7f05002a;
|
||||
public static int deleteing=0x7f05006d;
|
||||
public static int description=0x7f050007;
|
||||
public static int directions=0x7f05004b;
|
||||
public static int directions_description=0x7f050059;
|
||||
public static int directions_empty_msg=0x7f050073;
|
||||
public static int distance=0x7f05002a;
|
||||
public static int eula=0x7f050068;
|
||||
public static int eulaagreement=0x7f050069;
|
||||
public static int feature_in_fmc_full=0x7f050058;
|
||||
public static int feature_in_fmc_full_description=0x7f05006a;
|
||||
public static int first_boot=0x7f050009;
|
||||
public static int fmc_options=0x7f050053;
|
||||
public static int found_car=0x7f050010;
|
||||
public static int gps_accuracy=0x7f05004d;
|
||||
public static int directions=0x7f05004c;
|
||||
public static int directions_description=0x7f05005a;
|
||||
public static int directions_empty_msg=0x7f050074;
|
||||
public static int distance=0x7f05002b;
|
||||
public static int eula=0x7f050069;
|
||||
public static int eulaagreement=0x7f05006a;
|
||||
public static int feature_in_fmc_full=0x7f050059;
|
||||
public static int feature_in_fmc_full_description=0x7f05006b;
|
||||
public static int first_boot=0x7f05000a;
|
||||
public static int fmc_options=0x7f050054;
|
||||
public static int found_car=0x7f050011;
|
||||
public static int gps_accuracy=0x7f05004e;
|
||||
public static int gps_fix=0x7f050001;
|
||||
public static int gps_is_disabled=0x7f05004c;
|
||||
public static int help=0x7f050012;
|
||||
public static int hours=0x7f050030;
|
||||
public static int lat=0x7f05000a;
|
||||
public static int layers=0x7f050022;
|
||||
public static int layers_dialog=0x7f050025;
|
||||
public static int lon=0x7f05000b;
|
||||
public static int map=0x7f050071;
|
||||
public static int map_mode=0x7f05006e;
|
||||
public static int mark_car=0x7f05001d;
|
||||
public static int mark_car_button=0x7f05002b;
|
||||
public static int mark_car_first=0x7f050018;
|
||||
public static int mark_car_warning=0x7f050016;
|
||||
public static int measurement_unit=0x7f050024;
|
||||
public static int measurement_unit_dialog=0x7f050017;
|
||||
public static int minutes=0x7f050031;
|
||||
public static int my_location=0x7f05001e;
|
||||
public static int nav_only_in_full=0x7f050074;
|
||||
public static int new_button=0x7f050060;
|
||||
public static int no=0x7f050027;
|
||||
public static int no_gps_signal=0x7f050015;
|
||||
public static int no_timer=0x7f050041;
|
||||
public static int gps_is_disabled=0x7f05004d;
|
||||
public static int help=0x7f050013;
|
||||
public static int hours=0x7f050031;
|
||||
public static int lat=0x7f05000b;
|
||||
public static int layers=0x7f050023;
|
||||
public static int layers_dialog=0x7f050026;
|
||||
public static int lon=0x7f05000c;
|
||||
public static int map=0x7f050072;
|
||||
public static int map_mode=0x7f05006f;
|
||||
public static int mark_car=0x7f05001e;
|
||||
public static int mark_car_button=0x7f05002c;
|
||||
public static int mark_car_first=0x7f050019;
|
||||
public static int mark_car_warning=0x7f050017;
|
||||
public static int measurement_unit=0x7f050025;
|
||||
public static int measurement_unit_dialog=0x7f050018;
|
||||
public static int minutes=0x7f050032;
|
||||
public static int my_location=0x7f05001f;
|
||||
public static int nav_only_in_full=0x7f050075;
|
||||
public static int new_button=0x7f050061;
|
||||
public static int no=0x7f050028;
|
||||
public static int no_gps_signal=0x7f050016;
|
||||
public static int no_reports=0x7f050009;
|
||||
public static int no_timer=0x7f050042;
|
||||
/** License specific strings
|
||||
*/
|
||||
public static int not_licensed=0x7f050061;
|
||||
public static int not_licensed_full=0x7f050063;
|
||||
public static int notes=0x7f05002c;
|
||||
public static int notification_color_black=0x7f05005c;
|
||||
public static int not_licensed=0x7f050062;
|
||||
public static int not_licensed_full=0x7f050064;
|
||||
public static int notes=0x7f05002d;
|
||||
public static int notification_color_black=0x7f05005d;
|
||||
/** Parking Notification Settings
|
||||
*/
|
||||
public static int notification_color_title=0x7f05005b;
|
||||
public static int notification_color_white=0x7f05005d;
|
||||
public static int notify_me=0x7f050032;
|
||||
public static int ok=0x7f050011;
|
||||
public static int ongoing_notification=0x7f050057;
|
||||
public static int parking_timer=0x7f05002f;
|
||||
public static int parking_timer_description=0x7f05005a;
|
||||
public static int parking_timer_options=0x7f050054;
|
||||
public static int parking_timer_service=0x7f050040;
|
||||
public static int pick_an_option=0x7f050038;
|
||||
public static int pick_time_greaterthan_zero=0x7f05003a;
|
||||
public static int pick_timer_lessthan_24=0x7f05004a;
|
||||
public static int prevent_phone_from_sleeping=0x7f050052;
|
||||
public static int quit=0x7f050021;
|
||||
public static int quit_dialog=0x7f05001c;
|
||||
public static int quit_timer=0x7f05003f;
|
||||
public static int removeTimer=0x7f050037;
|
||||
public static int saved=0x7f050070;
|
||||
public static int seconds=0x7f050050;
|
||||
public static int notification_color_title=0x7f05005c;
|
||||
public static int notification_color_white=0x7f05005e;
|
||||
public static int notify_me=0x7f050033;
|
||||
public static int ok=0x7f050012;
|
||||
public static int ongoing_notification=0x7f050058;
|
||||
public static int parking_timer=0x7f050030;
|
||||
public static int parking_timer_description=0x7f05005b;
|
||||
public static int parking_timer_options=0x7f050055;
|
||||
public static int parking_timer_service=0x7f050041;
|
||||
public static int pick_an_option=0x7f050039;
|
||||
public static int pick_time_greaterthan_zero=0x7f05003b;
|
||||
public static int pick_timer_lessthan_24=0x7f05004b;
|
||||
public static int prevent_phone_from_sleeping=0x7f050053;
|
||||
public static int quit=0x7f050022;
|
||||
public static int quit_dialog=0x7f05001d;
|
||||
public static int quit_timer=0x7f050040;
|
||||
public static int removeTimer=0x7f050038;
|
||||
public static int saved=0x7f050071;
|
||||
public static int seconds=0x7f050051;
|
||||
public static int send=0x7f050006;
|
||||
public static int sending=0x7f050005;
|
||||
public static int set=0x7f050034;
|
||||
public static int setTimer=0x7f050036;
|
||||
public static int set_timer=0x7f05002e;
|
||||
public static int set_timer_warning=0x7f050039;
|
||||
public static int settings=0x7f050072;
|
||||
public static int show_both=0x7f050020;
|
||||
public static int show_notes=0x7f05002d;
|
||||
public static int set=0x7f050035;
|
||||
public static int setTimer=0x7f050037;
|
||||
public static int set_timer=0x7f05002f;
|
||||
public static int set_timer_warning=0x7f05003a;
|
||||
public static int settings=0x7f050073;
|
||||
public static int show_both=0x7f050021;
|
||||
public static int show_notes=0x7f05002e;
|
||||
public static int sorry=0x7f050004;
|
||||
public static int sorry_theres_trouble=0x7f050002;
|
||||
public static int stay_awake=0x7f050023;
|
||||
public static int stay_awake_dialog=0x7f050019;
|
||||
public static int stay_awake_off=0x7f05001b;
|
||||
public static int stay_awake_on=0x7f05001a;
|
||||
public static int stay_awake_pref=0x7f05000c;
|
||||
public static int the_vaule_was_not_a_number_update_interval_60=0x7f050051;
|
||||
public static int timer_already_set=0x7f05003e;
|
||||
public static int timer_canceled=0x7f050049;
|
||||
public static int timer_set_for=0x7f05003b;
|
||||
public static int timer_set_for_hours=0x7f05003c;
|
||||
public static int timer_set_for_minutes=0x7f05003d;
|
||||
public static int unit_pref=0x7f05000d;
|
||||
public static int update_interval=0x7f050055;
|
||||
public static int update_interval_summary=0x7f050056;
|
||||
public static int update_interval_updated_to=0x7f05004f;
|
||||
public static int stay_awake=0x7f050024;
|
||||
public static int stay_awake_dialog=0x7f05001a;
|
||||
public static int stay_awake_off=0x7f05001c;
|
||||
public static int stay_awake_on=0x7f05001b;
|
||||
public static int stay_awake_pref=0x7f05000d;
|
||||
public static int the_vaule_was_not_a_number_update_interval_60=0x7f050052;
|
||||
public static int timer_already_set=0x7f05003f;
|
||||
public static int timer_canceled=0x7f05004a;
|
||||
public static int timer_set_for=0x7f05003c;
|
||||
public static int timer_set_for_hours=0x7f05003d;
|
||||
public static int timer_set_for_minutes=0x7f05003e;
|
||||
public static int unit_pref=0x7f05000e;
|
||||
public static int update_interval=0x7f050056;
|
||||
public static int update_interval_summary=0x7f050057;
|
||||
public static int update_interval_updated_to=0x7f050050;
|
||||
public static int version=0x7f050008;
|
||||
public static int version_info=0x7f05006f;
|
||||
public static int welcome=0x7f050013;
|
||||
public static int welcome_msg=0x7f050014;
|
||||
public static int yay=0x7f05000f;
|
||||
public static int yes=0x7f050026;
|
||||
public static int your_time_up_ticket=0x7f050042;
|
||||
public static int your_timer_almost_up_msg=0x7f050047;
|
||||
public static int your_timer_almost_up_ticket=0x7f050045;
|
||||
public static int your_timer_almost_up_title=0x7f050046;
|
||||
public static int your_timer_up_msg=0x7f050044;
|
||||
public static int your_timer_up_title=0x7f050043;
|
||||
public static int version_info=0x7f050070;
|
||||
public static int welcome=0x7f050014;
|
||||
public static int welcome_msg=0x7f050015;
|
||||
public static int yay=0x7f050010;
|
||||
public static int yes=0x7f050027;
|
||||
public static int your_time_up_ticket=0x7f050043;
|
||||
public static int your_timer_almost_up_msg=0x7f050048;
|
||||
public static int your_timer_almost_up_ticket=0x7f050046;
|
||||
public static int your_timer_almost_up_title=0x7f050047;
|
||||
public static int your_timer_up_msg=0x7f050045;
|
||||
public static int your_timer_up_title=0x7f050044;
|
||||
}
|
||||
public static final class style {
|
||||
public static int CustomTitlePageIndicator=0x7f0c0001;
|
||||
|
||||
@@ -1,811 +0,0 @@
|
||||
/* 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 com.TwentyCodes.android.SkyHook;
|
||||
|
||||
public final class R {
|
||||
public static final class array {
|
||||
public static int compass_options=0x7f060003;
|
||||
public static int layers=0x7f060001;
|
||||
public static int notification_colors=0x7f060002;
|
||||
public static int units=0x7f060000;
|
||||
}
|
||||
public static final class attr {
|
||||
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
||||
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static int backgroundColor=0x7f010000;
|
||||
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
|
||||
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
|
||||
*/
|
||||
public static int circlePageIndicatorStyle=0x7f010005;
|
||||
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
|
||||
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
|
||||
in (inches), mm (millimeters).
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static int clipPadding=0x7f010007;
|
||||
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
||||
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static int footerColor=0x7f010008;
|
||||
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
|
||||
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
|
||||
in (inches), mm (millimeters).
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static int footerIndicatorHeight=0x7f01000b;
|
||||
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
|
||||
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
|
||||
in (inches), mm (millimeters).
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static int footerIndicatorPadding=0x7f01000c;
|
||||
/** <p>Must be one of the following constant values.</p>
|
||||
<table>
|
||||
<colgroup align="left" />
|
||||
<colgroup align="left" />
|
||||
<colgroup align="left" />
|
||||
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
|
||||
<tr><td><code>none</code></td><td>0</td><td></td></tr>
|
||||
<tr><td><code>triangle</code></td><td>1</td><td></td></tr>
|
||||
<tr><td><code>underline</code></td><td>2</td><td></td></tr>
|
||||
</table>
|
||||
*/
|
||||
public static int footerIndicatorStyle=0x7f01000a;
|
||||
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
|
||||
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
|
||||
in (inches), mm (millimeters).
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static int footerIndicatorUnderlinePadding=0x7f01000d;
|
||||
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
|
||||
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
|
||||
in (inches), mm (millimeters).
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static int footerLineHeight=0x7f010009;
|
||||
/** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static int keywords=0x7f010003;
|
||||
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
||||
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static int primaryTextColor=0x7f010001;
|
||||
/** <p>Must be an integer value, such as "<code>100</code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static int refreshInterval=0x7f010004;
|
||||
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
||||
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static int secondaryTextColor=0x7f010002;
|
||||
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static int selectedBold=0x7f01000f;
|
||||
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
||||
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static int selectedColor=0x7f01000e;
|
||||
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
||||
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static int textColor=0x7f010010;
|
||||
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
|
||||
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
|
||||
in (inches), mm (millimeters).
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static int textSize=0x7f010011;
|
||||
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
|
||||
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
|
||||
in (inches), mm (millimeters).
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static int titlePadding=0x7f010012;
|
||||
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
|
||||
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
|
||||
*/
|
||||
public static int titlePageIndicatorStyle=0x7f010006;
|
||||
}
|
||||
public static final class bool {
|
||||
public static int default_title_indicator_selected_bold=0x7f0b0000;
|
||||
}
|
||||
public static final class color {
|
||||
public static int default_title_indicator_footer_color=0x7f090000;
|
||||
public static int default_title_indicator_selected_color=0x7f090001;
|
||||
public static int default_title_indicator_text_color=0x7f090002;
|
||||
}
|
||||
public static final class dimen {
|
||||
public static int default_title_indicator_clip_padding=0x7f080000;
|
||||
public static int default_title_indicator_footer_indicator_height=0x7f080002;
|
||||
public static int default_title_indicator_footer_indicator_padding=0x7f080003;
|
||||
public static int default_title_indicator_footer_indicator_underline_padding=0x7f080004;
|
||||
public static int default_title_indicator_footer_line_height=0x7f080001;
|
||||
public static int default_title_indicator_text_size=0x7f080005;
|
||||
public static int default_title_indicator_title_padding=0x7f080006;
|
||||
}
|
||||
public static final class drawable {
|
||||
public static int car=0x7f020000;
|
||||
public static int car_action_bar=0x7f020001;
|
||||
public static int compass=0x7f020002;
|
||||
public static int compass_lrg=0x7f020003;
|
||||
public static int compass_med=0x7f020004;
|
||||
public static int compass_sm=0x7f020005;
|
||||
public static int distance_background=0x7f020006;
|
||||
public static int icon=0x7f020007;
|
||||
public static int logoidea3=0x7f020008;
|
||||
public static int map_action_bar=0x7f020009;
|
||||
public static int map_mode_action_bar=0x7f02000a;
|
||||
public static int mark_my_location_action_bar=0x7f02000b;
|
||||
public static int my_location_action_bar=0x7f02000c;
|
||||
public static int nav_action_bar=0x7f02000d;
|
||||
public static int needle=0x7f02000e;
|
||||
public static int needle_lrg=0x7f02000f;
|
||||
public static int needle_med=0x7f020010;
|
||||
public static int needle_sm=0x7f020011;
|
||||
public static int notes_action_bar=0x7f020012;
|
||||
public static int settings_action_bar=0x7f020013;
|
||||
public static int show_car_black=0x7f020014;
|
||||
public static int show_car_white=0x7f020015;
|
||||
public static int skyhook_logo=0x7f020016;
|
||||
public static int skyhook_logo_alpha=0x7f020017;
|
||||
public static int skyhook_logo_alpha_small=0x7f020018;
|
||||
public static int tc_logo_complete=0x7f020019;
|
||||
public static int time_action_bar=0x7f02001a;
|
||||
public static int trash_action_bar=0x7f02001b;
|
||||
public static int user=0x7f02001c;
|
||||
public static int user_arrow_animation_1=0x7f02001d;
|
||||
public static int user_arrow_animation_2=0x7f02001e;
|
||||
public static int user_arrow_animation_3=0x7f02001f;
|
||||
public static int userarrow=0x7f020020;
|
||||
}
|
||||
public static final class id {
|
||||
public static int TextView01=0x7f070009;
|
||||
public static int TextView02=0x7f07000a;
|
||||
public static int ad=0x7f07000b;
|
||||
public static int btRemoveTimer=0x7f070022;
|
||||
public static int btSetTimer=0x7f070021;
|
||||
public static int buttons=0x7f070010;
|
||||
public static int chNotify=0x7f07001c;
|
||||
public static int delete_car=0x7f070028;
|
||||
public static int description=0x7f070006;
|
||||
public static int directions=0x7f070016;
|
||||
public static int distance_background=0x7f070026;
|
||||
public static int editText=0x7f070018;
|
||||
public static int etNotify=0x7f07001e;
|
||||
public static int exception_text=0x7f070008;
|
||||
public static int exception_title=0x7f070007;
|
||||
public static int indicator=0x7f07000c;
|
||||
public static int llButtons=0x7f070020;
|
||||
public static int map_mode=0x7f070027;
|
||||
public static int mapview=0x7f07000f;
|
||||
public static int mark_my_location=0x7f070013;
|
||||
public static int my_location=0x7f070012;
|
||||
public static int none=0x7f070000;
|
||||
public static int notiyfyme=0x7f07001b;
|
||||
public static int pager=0x7f07000d;
|
||||
public static int parking_timer=0x7f070015;
|
||||
public static int pickerlayout=0x7f070019;
|
||||
public static int send=0x7f070005;
|
||||
public static int settings=0x7f070029;
|
||||
public static int show_both=0x7f070014;
|
||||
public static int skyhook_img=0x7f070023;
|
||||
public static int table=0x7f07000e;
|
||||
public static int tc_img=0x7f070025;
|
||||
public static int text=0x7f070024;
|
||||
public static int tpParkingTimerTimePicker=0x7f07001a;
|
||||
public static int triangle=0x7f070001;
|
||||
public static int tvAccuracy2=0x7f070011;
|
||||
public static int tvAddress=0x7f070017;
|
||||
public static int tvBefore=0x7f07001f;
|
||||
public static int tvDistance=0x7f070003;
|
||||
public static int tvDistance2=0x7f070004;
|
||||
public static int tvNotify1=0x7f07001d;
|
||||
public static int underline=0x7f070002;
|
||||
}
|
||||
public static final class integer {
|
||||
public static int default_title_indicator_footer_indicator_style=0x7f0a0000;
|
||||
}
|
||||
public static final class layout {
|
||||
public static int distancebar=0x7f030000;
|
||||
public static int exception_activity=0x7f030001;
|
||||
public static int exception_list_item=0x7f030002;
|
||||
public static int list=0x7f030003;
|
||||
public static int list_row=0x7f030004;
|
||||
public static int listview=0x7f030005;
|
||||
public static int main=0x7f030006;
|
||||
public static int map=0x7f030007;
|
||||
public static int map_buttons=0x7f030008;
|
||||
public static int notes=0x7f030009;
|
||||
public static int parking_timer_activity=0x7f03000a;
|
||||
public static int parkingtimer_layout=0x7f03000b;
|
||||
public static int powered_by_skyhook=0x7f03000c;
|
||||
}
|
||||
public static final class menu {
|
||||
public static int map_action_bar=0x7f0d0000;
|
||||
}
|
||||
public static final class string {
|
||||
public static int accept=0x7f050066;
|
||||
public static int app_name=0x7f050000;
|
||||
public static int app_name_lite=0x7f05000e;
|
||||
public static int application_error=0x7f050062;
|
||||
public static int before=0x7f050035;
|
||||
public static int calculating=0x7f05006d;
|
||||
public static int cancel=0x7f050033;
|
||||
public static int car_location=0x7f05001f;
|
||||
public static int car_management=0x7f050048;
|
||||
public static int check_license=0x7f050064;
|
||||
public static int close=0x7f05005f;
|
||||
public static int compass=0x7f05004e;
|
||||
public static int compass_optoions=0x7f050065;
|
||||
public static int crash=0x7f050003;
|
||||
public static int decline=0x7f050067;
|
||||
public static int default_location=0x7f05006b;
|
||||
public static int delete=0x7f05005e;
|
||||
public static int delete_car=0x7f050028;
|
||||
public static int delete_car_dialog=0x7f050029;
|
||||
public static int deleteing=0x7f05006c;
|
||||
public static int description=0x7f050007;
|
||||
public static int directions=0x7f05004b;
|
||||
public static int directions_description=0x7f050059;
|
||||
public static int directions_empty_msg=0x7f050073;
|
||||
public static int distance=0x7f05002a;
|
||||
public static int eula=0x7f050068;
|
||||
public static int eulaagreement=0x7f050069;
|
||||
public static int feature_in_fmc_full=0x7f050058;
|
||||
public static int feature_in_fmc_full_description=0x7f05006a;
|
||||
public static int first_boot=0x7f050009;
|
||||
public static int fmc_options=0x7f050053;
|
||||
public static int found_car=0x7f050010;
|
||||
public static int gps_accuracy=0x7f05004d;
|
||||
public static int gps_fix=0x7f050001;
|
||||
public static int gps_is_disabled=0x7f05004c;
|
||||
public static int help=0x7f050012;
|
||||
public static int hours=0x7f050030;
|
||||
public static int lat=0x7f05000a;
|
||||
public static int layers=0x7f050022;
|
||||
public static int layers_dialog=0x7f050025;
|
||||
public static int lon=0x7f05000b;
|
||||
public static int map=0x7f050071;
|
||||
public static int map_mode=0x7f05006e;
|
||||
public static int mark_car=0x7f05001d;
|
||||
public static int mark_car_button=0x7f05002b;
|
||||
public static int mark_car_first=0x7f050018;
|
||||
public static int mark_car_warning=0x7f050016;
|
||||
public static int measurement_unit=0x7f050024;
|
||||
public static int measurement_unit_dialog=0x7f050017;
|
||||
public static int minutes=0x7f050031;
|
||||
public static int my_location=0x7f05001e;
|
||||
public static int nav_only_in_full=0x7f050074;
|
||||
public static int new_button=0x7f050060;
|
||||
public static int no=0x7f050027;
|
||||
public static int no_gps_signal=0x7f050015;
|
||||
public static int no_timer=0x7f050041;
|
||||
/** License specific strings
|
||||
*/
|
||||
public static int not_licensed=0x7f050061;
|
||||
public static int not_licensed_full=0x7f050063;
|
||||
public static int notes=0x7f05002c;
|
||||
public static int notification_color_black=0x7f05005c;
|
||||
/** Parking Notification Settings
|
||||
*/
|
||||
public static int notification_color_title=0x7f05005b;
|
||||
public static int notification_color_white=0x7f05005d;
|
||||
public static int notify_me=0x7f050032;
|
||||
public static int ok=0x7f050011;
|
||||
public static int ongoing_notification=0x7f050057;
|
||||
public static int parking_timer=0x7f05002f;
|
||||
public static int parking_timer_description=0x7f05005a;
|
||||
public static int parking_timer_options=0x7f050054;
|
||||
public static int parking_timer_service=0x7f050040;
|
||||
public static int pick_an_option=0x7f050038;
|
||||
public static int pick_time_greaterthan_zero=0x7f05003a;
|
||||
public static int pick_timer_lessthan_24=0x7f05004a;
|
||||
public static int prevent_phone_from_sleeping=0x7f050052;
|
||||
public static int quit=0x7f050021;
|
||||
public static int quit_dialog=0x7f05001c;
|
||||
public static int quit_timer=0x7f05003f;
|
||||
public static int removeTimer=0x7f050037;
|
||||
public static int saved=0x7f050070;
|
||||
public static int seconds=0x7f050050;
|
||||
public static int send=0x7f050006;
|
||||
public static int sending=0x7f050005;
|
||||
public static int set=0x7f050034;
|
||||
public static int setTimer=0x7f050036;
|
||||
public static int set_timer=0x7f05002e;
|
||||
public static int set_timer_warning=0x7f050039;
|
||||
public static int settings=0x7f050072;
|
||||
public static int show_both=0x7f050020;
|
||||
public static int show_notes=0x7f05002d;
|
||||
public static int sorry=0x7f050004;
|
||||
public static int sorry_theres_trouble=0x7f050002;
|
||||
public static int stay_awake=0x7f050023;
|
||||
public static int stay_awake_dialog=0x7f050019;
|
||||
public static int stay_awake_off=0x7f05001b;
|
||||
public static int stay_awake_on=0x7f05001a;
|
||||
public static int stay_awake_pref=0x7f05000c;
|
||||
public static int the_vaule_was_not_a_number_update_interval_60=0x7f050051;
|
||||
public static int timer_already_set=0x7f05003e;
|
||||
public static int timer_canceled=0x7f050049;
|
||||
public static int timer_set_for=0x7f05003b;
|
||||
public static int timer_set_for_hours=0x7f05003c;
|
||||
public static int timer_set_for_minutes=0x7f05003d;
|
||||
public static int unit_pref=0x7f05000d;
|
||||
public static int update_interval=0x7f050055;
|
||||
public static int update_interval_summary=0x7f050056;
|
||||
public static int update_interval_updated_to=0x7f05004f;
|
||||
public static int version=0x7f050008;
|
||||
public static int version_info=0x7f05006f;
|
||||
public static int welcome=0x7f050013;
|
||||
public static int welcome_msg=0x7f050014;
|
||||
public static int yay=0x7f05000f;
|
||||
public static int yes=0x7f050026;
|
||||
public static int your_time_up_ticket=0x7f050042;
|
||||
public static int your_timer_almost_up_msg=0x7f050047;
|
||||
public static int your_timer_almost_up_ticket=0x7f050045;
|
||||
public static int your_timer_almost_up_title=0x7f050046;
|
||||
public static int your_timer_up_msg=0x7f050044;
|
||||
public static int your_timer_up_title=0x7f050043;
|
||||
}
|
||||
public static final class style {
|
||||
public static int CustomTitlePageIndicator=0x7f0c0001;
|
||||
public static int StyledIndicators=0x7f0c0000;
|
||||
/** Copyright (C) 2011 Jake Wharton Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
|
||||
*/
|
||||
public static int Theme_PageIndicatorDefaults=0x7f0c0002;
|
||||
public static int Widget_TitlePageIndicator=0x7f0c0003;
|
||||
}
|
||||
public static final class xml {
|
||||
public static int settings=0x7f040000;
|
||||
}
|
||||
public static final class styleable {
|
||||
/** Attributes that can be used with a TitlePageIndicator.
|
||||
<p>Includes the following attributes:</p>
|
||||
<table>
|
||||
<colgroup align="left" />
|
||||
<colgroup align="left" />
|
||||
<tr><th>Attribute</th><th>Description</th></tr>
|
||||
<tr><td><code>{@link #TitlePageIndicator_clipPadding com.TwentyCodes.android.FindMyCarLib:clipPadding}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #TitlePageIndicator_footerColor com.TwentyCodes.android.FindMyCarLib:footerColor}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #TitlePageIndicator_footerIndicatorHeight com.TwentyCodes.android.FindMyCarLib:footerIndicatorHeight}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #TitlePageIndicator_footerIndicatorPadding com.TwentyCodes.android.FindMyCarLib:footerIndicatorPadding}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #TitlePageIndicator_footerIndicatorStyle com.TwentyCodes.android.FindMyCarLib:footerIndicatorStyle}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #TitlePageIndicator_footerIndicatorUnderlinePadding com.TwentyCodes.android.FindMyCarLib:footerIndicatorUnderlinePadding}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #TitlePageIndicator_footerLineHeight com.TwentyCodes.android.FindMyCarLib:footerLineHeight}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #TitlePageIndicator_selectedBold com.TwentyCodes.android.FindMyCarLib:selectedBold}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #TitlePageIndicator_selectedColor com.TwentyCodes.android.FindMyCarLib:selectedColor}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #TitlePageIndicator_textColor com.TwentyCodes.android.FindMyCarLib:textColor}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #TitlePageIndicator_textSize com.TwentyCodes.android.FindMyCarLib:textSize}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #TitlePageIndicator_titlePadding com.TwentyCodes.android.FindMyCarLib:titlePadding}</code></td><td></td></tr>
|
||||
</table>
|
||||
@see #TitlePageIndicator_clipPadding
|
||||
@see #TitlePageIndicator_footerColor
|
||||
@see #TitlePageIndicator_footerIndicatorHeight
|
||||
@see #TitlePageIndicator_footerIndicatorPadding
|
||||
@see #TitlePageIndicator_footerIndicatorStyle
|
||||
@see #TitlePageIndicator_footerIndicatorUnderlinePadding
|
||||
@see #TitlePageIndicator_footerLineHeight
|
||||
@see #TitlePageIndicator_selectedBold
|
||||
@see #TitlePageIndicator_selectedColor
|
||||
@see #TitlePageIndicator_textColor
|
||||
@see #TitlePageIndicator_textSize
|
||||
@see #TitlePageIndicator_titlePadding
|
||||
*/
|
||||
public static final int[] TitlePageIndicator = {
|
||||
0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a,
|
||||
0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e,
|
||||
0x7f01000f, 0x7f010010, 0x7f010011, 0x7f010012
|
||||
};
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarLib.R.attr#clipPadding}
|
||||
attribute's value can be found in the {@link #TitlePageIndicator} array.
|
||||
|
||||
|
||||
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
|
||||
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
|
||||
in (inches), mm (millimeters).
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:clipPadding
|
||||
*/
|
||||
public static final int TitlePageIndicator_clipPadding = 0;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarLib.R.attr#footerColor}
|
||||
attribute's value can be found in the {@link #TitlePageIndicator} array.
|
||||
|
||||
|
||||
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
||||
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:footerColor
|
||||
*/
|
||||
public static final int TitlePageIndicator_footerColor = 1;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarLib.R.attr#footerIndicatorHeight}
|
||||
attribute's value can be found in the {@link #TitlePageIndicator} array.
|
||||
|
||||
|
||||
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
|
||||
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
|
||||
in (inches), mm (millimeters).
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:footerIndicatorHeight
|
||||
*/
|
||||
public static final int TitlePageIndicator_footerIndicatorHeight = 4;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarLib.R.attr#footerIndicatorPadding}
|
||||
attribute's value can be found in the {@link #TitlePageIndicator} array.
|
||||
|
||||
|
||||
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
|
||||
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
|
||||
in (inches), mm (millimeters).
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:footerIndicatorPadding
|
||||
*/
|
||||
public static final int TitlePageIndicator_footerIndicatorPadding = 5;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarLib.R.attr#footerIndicatorStyle}
|
||||
attribute's value can be found in the {@link #TitlePageIndicator} array.
|
||||
|
||||
|
||||
<p>Must be one of the following constant values.</p>
|
||||
<table>
|
||||
<colgroup align="left" />
|
||||
<colgroup align="left" />
|
||||
<colgroup align="left" />
|
||||
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
|
||||
<tr><td><code>none</code></td><td>0</td><td></td></tr>
|
||||
<tr><td><code>triangle</code></td><td>1</td><td></td></tr>
|
||||
<tr><td><code>underline</code></td><td>2</td><td></td></tr>
|
||||
</table>
|
||||
@attr name android:footerIndicatorStyle
|
||||
*/
|
||||
public static final int TitlePageIndicator_footerIndicatorStyle = 3;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarLib.R.attr#footerIndicatorUnderlinePadding}
|
||||
attribute's value can be found in the {@link #TitlePageIndicator} array.
|
||||
|
||||
|
||||
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
|
||||
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
|
||||
in (inches), mm (millimeters).
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:footerIndicatorUnderlinePadding
|
||||
*/
|
||||
public static final int TitlePageIndicator_footerIndicatorUnderlinePadding = 6;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarLib.R.attr#footerLineHeight}
|
||||
attribute's value can be found in the {@link #TitlePageIndicator} array.
|
||||
|
||||
|
||||
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
|
||||
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
|
||||
in (inches), mm (millimeters).
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:footerLineHeight
|
||||
*/
|
||||
public static final int TitlePageIndicator_footerLineHeight = 2;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarLib.R.attr#selectedBold}
|
||||
attribute's value can be found in the {@link #TitlePageIndicator} array.
|
||||
|
||||
|
||||
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:selectedBold
|
||||
*/
|
||||
public static final int TitlePageIndicator_selectedBold = 8;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarLib.R.attr#selectedColor}
|
||||
attribute's value can be found in the {@link #TitlePageIndicator} array.
|
||||
|
||||
|
||||
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
||||
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:selectedColor
|
||||
*/
|
||||
public static final int TitlePageIndicator_selectedColor = 7;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarLib.R.attr#textColor}
|
||||
attribute's value can be found in the {@link #TitlePageIndicator} array.
|
||||
|
||||
|
||||
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
||||
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:textColor
|
||||
*/
|
||||
public static final int TitlePageIndicator_textColor = 9;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarLib.R.attr#textSize}
|
||||
attribute's value can be found in the {@link #TitlePageIndicator} array.
|
||||
|
||||
|
||||
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
|
||||
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
|
||||
in (inches), mm (millimeters).
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:textSize
|
||||
*/
|
||||
public static final int TitlePageIndicator_textSize = 10;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarLib.R.attr#titlePadding}
|
||||
attribute's value can be found in the {@link #TitlePageIndicator} array.
|
||||
|
||||
|
||||
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
|
||||
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
|
||||
in (inches), mm (millimeters).
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:titlePadding
|
||||
*/
|
||||
public static final int TitlePageIndicator_titlePadding = 11;
|
||||
/**
|
||||
Copyright (C) 2011 Patrik Åkerfeldt
|
||||
Copyright (C) 2011 Jake Wharton
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
|
||||
<p>Includes the following attributes:</p>
|
||||
<table>
|
||||
<colgroup align="left" />
|
||||
<colgroup align="left" />
|
||||
<tr><th>Attribute</th><th>Description</th></tr>
|
||||
<tr><td><code>{@link #ViewPagerIndicator_circlePageIndicatorStyle com.TwentyCodes.android.FindMyCarLib:circlePageIndicatorStyle}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #ViewPagerIndicator_titlePageIndicatorStyle com.TwentyCodes.android.FindMyCarLib:titlePageIndicatorStyle}</code></td><td></td></tr>
|
||||
</table>
|
||||
@see #ViewPagerIndicator_circlePageIndicatorStyle
|
||||
@see #ViewPagerIndicator_titlePageIndicatorStyle
|
||||
*/
|
||||
public static final int[] ViewPagerIndicator = {
|
||||
0x7f010005, 0x7f010006
|
||||
};
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarLib.R.attr#circlePageIndicatorStyle}
|
||||
attribute's value can be found in the {@link #ViewPagerIndicator} array.
|
||||
|
||||
|
||||
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
|
||||
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
|
||||
@attr name android:circlePageIndicatorStyle
|
||||
*/
|
||||
public static final int ViewPagerIndicator_circlePageIndicatorStyle = 0;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarLib.R.attr#titlePageIndicatorStyle}
|
||||
attribute's value can be found in the {@link #ViewPagerIndicator} array.
|
||||
|
||||
|
||||
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
|
||||
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
|
||||
@attr name android:titlePageIndicatorStyle
|
||||
*/
|
||||
public static final int ViewPagerIndicator_titlePageIndicatorStyle = 1;
|
||||
/** Attributes that can be used with a com_admob_android_ads_AdView.
|
||||
<p>Includes the following attributes:</p>
|
||||
<table>
|
||||
<colgroup align="left" />
|
||||
<colgroup align="left" />
|
||||
<tr><th>Attribute</th><th>Description</th></tr>
|
||||
<tr><td><code>{@link #com_admob_android_ads_AdView_backgroundColor com.TwentyCodes.android.FindMyCarLib:backgroundColor}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #com_admob_android_ads_AdView_keywords com.TwentyCodes.android.FindMyCarLib:keywords}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #com_admob_android_ads_AdView_primaryTextColor com.TwentyCodes.android.FindMyCarLib:primaryTextColor}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #com_admob_android_ads_AdView_refreshInterval com.TwentyCodes.android.FindMyCarLib:refreshInterval}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #com_admob_android_ads_AdView_secondaryTextColor com.TwentyCodes.android.FindMyCarLib:secondaryTextColor}</code></td><td></td></tr>
|
||||
</table>
|
||||
@see #com_admob_android_ads_AdView_backgroundColor
|
||||
@see #com_admob_android_ads_AdView_keywords
|
||||
@see #com_admob_android_ads_AdView_primaryTextColor
|
||||
@see #com_admob_android_ads_AdView_refreshInterval
|
||||
@see #com_admob_android_ads_AdView_secondaryTextColor
|
||||
*/
|
||||
public static final int[] com_admob_android_ads_AdView = {
|
||||
0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003,
|
||||
0x7f010004
|
||||
};
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarLib.R.attr#backgroundColor}
|
||||
attribute's value can be found in the {@link #com_admob_android_ads_AdView} array.
|
||||
|
||||
|
||||
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
||||
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:backgroundColor
|
||||
*/
|
||||
public static final int com_admob_android_ads_AdView_backgroundColor = 0;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarLib.R.attr#keywords}
|
||||
attribute's value can be found in the {@link #com_admob_android_ads_AdView} array.
|
||||
|
||||
|
||||
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:keywords
|
||||
*/
|
||||
public static final int com_admob_android_ads_AdView_keywords = 3;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarLib.R.attr#primaryTextColor}
|
||||
attribute's value can be found in the {@link #com_admob_android_ads_AdView} array.
|
||||
|
||||
|
||||
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
||||
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:primaryTextColor
|
||||
*/
|
||||
public static final int com_admob_android_ads_AdView_primaryTextColor = 1;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarLib.R.attr#refreshInterval}
|
||||
attribute's value can be found in the {@link #com_admob_android_ads_AdView} array.
|
||||
|
||||
|
||||
<p>Must be an integer value, such as "<code>100</code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:refreshInterval
|
||||
*/
|
||||
public static final int com_admob_android_ads_AdView_refreshInterval = 4;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarLib.R.attr#secondaryTextColor}
|
||||
attribute's value can be found in the {@link #com_admob_android_ads_AdView} array.
|
||||
|
||||
|
||||
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
||||
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:secondaryTextColor
|
||||
*/
|
||||
public static final int com_admob_android_ads_AdView_secondaryTextColor = 2;
|
||||
};
|
||||
}
|
||||
@@ -234,7 +234,6 @@ or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>na
|
||||
public static int user_arrow_animation_1=0x7f02001d;
|
||||
public static int user_arrow_animation_2=0x7f02001e;
|
||||
public static int user_arrow_animation_3=0x7f02001f;
|
||||
public static int userarrow=0x7f020020;
|
||||
}
|
||||
public static final class id {
|
||||
public static int TextView01=0x7f070009;
|
||||
@@ -293,136 +292,138 @@ or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>na
|
||||
public static int main=0x7f030006;
|
||||
public static int map=0x7f030007;
|
||||
public static int map_buttons=0x7f030008;
|
||||
public static int notes=0x7f030009;
|
||||
public static int parking_timer_activity=0x7f03000a;
|
||||
public static int parkingtimer_layout=0x7f03000b;
|
||||
public static int powered_by_skyhook=0x7f03000c;
|
||||
public static int map_fragment=0x7f030009;
|
||||
public static int notes=0x7f03000a;
|
||||
public static int parking_timer_activity=0x7f03000b;
|
||||
public static int parkingtimer_layout=0x7f03000c;
|
||||
public static int powered_by_skyhook=0x7f03000d;
|
||||
}
|
||||
public static final class menu {
|
||||
public static int map_action_bar=0x7f0d0000;
|
||||
}
|
||||
public static final class string {
|
||||
public static int accept=0x7f050066;
|
||||
public static int accept=0x7f050067;
|
||||
public static int app_name=0x7f050000;
|
||||
public static int app_name_lite=0x7f05000e;
|
||||
public static int application_error=0x7f050062;
|
||||
public static int before=0x7f050035;
|
||||
public static int calculating=0x7f05006d;
|
||||
public static int cancel=0x7f050033;
|
||||
public static int car_location=0x7f05001f;
|
||||
public static int car_management=0x7f050048;
|
||||
public static int check_license=0x7f050064;
|
||||
public static int close=0x7f05005f;
|
||||
public static int compass=0x7f05004e;
|
||||
public static int compass_optoions=0x7f050065;
|
||||
public static int app_name_lite=0x7f05000f;
|
||||
public static int application_error=0x7f050063;
|
||||
public static int before=0x7f050036;
|
||||
public static int calculating=0x7f05006e;
|
||||
public static int cancel=0x7f050034;
|
||||
public static int car_location=0x7f050020;
|
||||
public static int car_management=0x7f050049;
|
||||
public static int check_license=0x7f050065;
|
||||
public static int close=0x7f050060;
|
||||
public static int compass=0x7f05004f;
|
||||
public static int compass_optoions=0x7f050066;
|
||||
public static int crash=0x7f050003;
|
||||
public static int decline=0x7f050067;
|
||||
public static int default_location=0x7f05006b;
|
||||
public static int delete=0x7f05005e;
|
||||
public static int delete_car=0x7f050028;
|
||||
public static int delete_car_dialog=0x7f050029;
|
||||
public static int deleteing=0x7f05006c;
|
||||
public static int decline=0x7f050068;
|
||||
public static int default_location=0x7f05006c;
|
||||
public static int delete=0x7f05005f;
|
||||
public static int delete_car=0x7f050029;
|
||||
public static int delete_car_dialog=0x7f05002a;
|
||||
public static int deleteing=0x7f05006d;
|
||||
public static int description=0x7f050007;
|
||||
public static int directions=0x7f05004b;
|
||||
public static int directions_description=0x7f050059;
|
||||
public static int directions_empty_msg=0x7f050073;
|
||||
public static int distance=0x7f05002a;
|
||||
public static int eula=0x7f050068;
|
||||
public static int eulaagreement=0x7f050069;
|
||||
public static int feature_in_fmc_full=0x7f050058;
|
||||
public static int feature_in_fmc_full_description=0x7f05006a;
|
||||
public static int first_boot=0x7f050009;
|
||||
public static int fmc_options=0x7f050053;
|
||||
public static int found_car=0x7f050010;
|
||||
public static int gps_accuracy=0x7f05004d;
|
||||
public static int directions=0x7f05004c;
|
||||
public static int directions_description=0x7f05005a;
|
||||
public static int directions_empty_msg=0x7f050074;
|
||||
public static int distance=0x7f05002b;
|
||||
public static int eula=0x7f050069;
|
||||
public static int eulaagreement=0x7f05006a;
|
||||
public static int feature_in_fmc_full=0x7f050059;
|
||||
public static int feature_in_fmc_full_description=0x7f05006b;
|
||||
public static int first_boot=0x7f05000a;
|
||||
public static int fmc_options=0x7f050054;
|
||||
public static int found_car=0x7f050011;
|
||||
public static int gps_accuracy=0x7f05004e;
|
||||
public static int gps_fix=0x7f050001;
|
||||
public static int gps_is_disabled=0x7f05004c;
|
||||
public static int help=0x7f050012;
|
||||
public static int hours=0x7f050030;
|
||||
public static int lat=0x7f05000a;
|
||||
public static int layers=0x7f050022;
|
||||
public static int layers_dialog=0x7f050025;
|
||||
public static int lon=0x7f05000b;
|
||||
public static int map=0x7f050071;
|
||||
public static int map_mode=0x7f05006e;
|
||||
public static int mark_car=0x7f05001d;
|
||||
public static int mark_car_button=0x7f05002b;
|
||||
public static int mark_car_first=0x7f050018;
|
||||
public static int mark_car_warning=0x7f050016;
|
||||
public static int measurement_unit=0x7f050024;
|
||||
public static int measurement_unit_dialog=0x7f050017;
|
||||
public static int minutes=0x7f050031;
|
||||
public static int my_location=0x7f05001e;
|
||||
public static int nav_only_in_full=0x7f050074;
|
||||
public static int new_button=0x7f050060;
|
||||
public static int no=0x7f050027;
|
||||
public static int no_gps_signal=0x7f050015;
|
||||
public static int no_timer=0x7f050041;
|
||||
public static int gps_is_disabled=0x7f05004d;
|
||||
public static int help=0x7f050013;
|
||||
public static int hours=0x7f050031;
|
||||
public static int lat=0x7f05000b;
|
||||
public static int layers=0x7f050023;
|
||||
public static int layers_dialog=0x7f050026;
|
||||
public static int lon=0x7f05000c;
|
||||
public static int map=0x7f050072;
|
||||
public static int map_mode=0x7f05006f;
|
||||
public static int mark_car=0x7f05001e;
|
||||
public static int mark_car_button=0x7f05002c;
|
||||
public static int mark_car_first=0x7f050019;
|
||||
public static int mark_car_warning=0x7f050017;
|
||||
public static int measurement_unit=0x7f050025;
|
||||
public static int measurement_unit_dialog=0x7f050018;
|
||||
public static int minutes=0x7f050032;
|
||||
public static int my_location=0x7f05001f;
|
||||
public static int nav_only_in_full=0x7f050075;
|
||||
public static int new_button=0x7f050061;
|
||||
public static int no=0x7f050028;
|
||||
public static int no_gps_signal=0x7f050016;
|
||||
public static int no_reports=0x7f050009;
|
||||
public static int no_timer=0x7f050042;
|
||||
/** License specific strings
|
||||
*/
|
||||
public static int not_licensed=0x7f050061;
|
||||
public static int not_licensed_full=0x7f050063;
|
||||
public static int notes=0x7f05002c;
|
||||
public static int notification_color_black=0x7f05005c;
|
||||
public static int not_licensed=0x7f050062;
|
||||
public static int not_licensed_full=0x7f050064;
|
||||
public static int notes=0x7f05002d;
|
||||
public static int notification_color_black=0x7f05005d;
|
||||
/** Parking Notification Settings
|
||||
*/
|
||||
public static int notification_color_title=0x7f05005b;
|
||||
public static int notification_color_white=0x7f05005d;
|
||||
public static int notify_me=0x7f050032;
|
||||
public static int ok=0x7f050011;
|
||||
public static int ongoing_notification=0x7f050057;
|
||||
public static int parking_timer=0x7f05002f;
|
||||
public static int parking_timer_description=0x7f05005a;
|
||||
public static int parking_timer_options=0x7f050054;
|
||||
public static int parking_timer_service=0x7f050040;
|
||||
public static int pick_an_option=0x7f050038;
|
||||
public static int pick_time_greaterthan_zero=0x7f05003a;
|
||||
public static int pick_timer_lessthan_24=0x7f05004a;
|
||||
public static int prevent_phone_from_sleeping=0x7f050052;
|
||||
public static int quit=0x7f050021;
|
||||
public static int quit_dialog=0x7f05001c;
|
||||
public static int quit_timer=0x7f05003f;
|
||||
public static int removeTimer=0x7f050037;
|
||||
public static int saved=0x7f050070;
|
||||
public static int seconds=0x7f050050;
|
||||
public static int notification_color_title=0x7f05005c;
|
||||
public static int notification_color_white=0x7f05005e;
|
||||
public static int notify_me=0x7f050033;
|
||||
public static int ok=0x7f050012;
|
||||
public static int ongoing_notification=0x7f050058;
|
||||
public static int parking_timer=0x7f050030;
|
||||
public static int parking_timer_description=0x7f05005b;
|
||||
public static int parking_timer_options=0x7f050055;
|
||||
public static int parking_timer_service=0x7f050041;
|
||||
public static int pick_an_option=0x7f050039;
|
||||
public static int pick_time_greaterthan_zero=0x7f05003b;
|
||||
public static int pick_timer_lessthan_24=0x7f05004b;
|
||||
public static int prevent_phone_from_sleeping=0x7f050053;
|
||||
public static int quit=0x7f050022;
|
||||
public static int quit_dialog=0x7f05001d;
|
||||
public static int quit_timer=0x7f050040;
|
||||
public static int removeTimer=0x7f050038;
|
||||
public static int saved=0x7f050071;
|
||||
public static int seconds=0x7f050051;
|
||||
public static int send=0x7f050006;
|
||||
public static int sending=0x7f050005;
|
||||
public static int set=0x7f050034;
|
||||
public static int setTimer=0x7f050036;
|
||||
public static int set_timer=0x7f05002e;
|
||||
public static int set_timer_warning=0x7f050039;
|
||||
public static int settings=0x7f050072;
|
||||
public static int show_both=0x7f050020;
|
||||
public static int show_notes=0x7f05002d;
|
||||
public static int set=0x7f050035;
|
||||
public static int setTimer=0x7f050037;
|
||||
public static int set_timer=0x7f05002f;
|
||||
public static int set_timer_warning=0x7f05003a;
|
||||
public static int settings=0x7f050073;
|
||||
public static int show_both=0x7f050021;
|
||||
public static int show_notes=0x7f05002e;
|
||||
public static int sorry=0x7f050004;
|
||||
public static int sorry_theres_trouble=0x7f050002;
|
||||
public static int stay_awake=0x7f050023;
|
||||
public static int stay_awake_dialog=0x7f050019;
|
||||
public static int stay_awake_off=0x7f05001b;
|
||||
public static int stay_awake_on=0x7f05001a;
|
||||
public static int stay_awake_pref=0x7f05000c;
|
||||
public static int the_vaule_was_not_a_number_update_interval_60=0x7f050051;
|
||||
public static int timer_already_set=0x7f05003e;
|
||||
public static int timer_canceled=0x7f050049;
|
||||
public static int timer_set_for=0x7f05003b;
|
||||
public static int timer_set_for_hours=0x7f05003c;
|
||||
public static int timer_set_for_minutes=0x7f05003d;
|
||||
public static int unit_pref=0x7f05000d;
|
||||
public static int update_interval=0x7f050055;
|
||||
public static int update_interval_summary=0x7f050056;
|
||||
public static int update_interval_updated_to=0x7f05004f;
|
||||
public static int stay_awake=0x7f050024;
|
||||
public static int stay_awake_dialog=0x7f05001a;
|
||||
public static int stay_awake_off=0x7f05001c;
|
||||
public static int stay_awake_on=0x7f05001b;
|
||||
public static int stay_awake_pref=0x7f05000d;
|
||||
public static int the_vaule_was_not_a_number_update_interval_60=0x7f050052;
|
||||
public static int timer_already_set=0x7f05003f;
|
||||
public static int timer_canceled=0x7f05004a;
|
||||
public static int timer_set_for=0x7f05003c;
|
||||
public static int timer_set_for_hours=0x7f05003d;
|
||||
public static int timer_set_for_minutes=0x7f05003e;
|
||||
public static int unit_pref=0x7f05000e;
|
||||
public static int update_interval=0x7f050056;
|
||||
public static int update_interval_summary=0x7f050057;
|
||||
public static int update_interval_updated_to=0x7f050050;
|
||||
public static int version=0x7f050008;
|
||||
public static int version_info=0x7f05006f;
|
||||
public static int welcome=0x7f050013;
|
||||
public static int welcome_msg=0x7f050014;
|
||||
public static int yay=0x7f05000f;
|
||||
public static int yes=0x7f050026;
|
||||
public static int your_time_up_ticket=0x7f050042;
|
||||
public static int your_timer_almost_up_msg=0x7f050047;
|
||||
public static int your_timer_almost_up_ticket=0x7f050045;
|
||||
public static int your_timer_almost_up_title=0x7f050046;
|
||||
public static int your_timer_up_msg=0x7f050044;
|
||||
public static int your_timer_up_title=0x7f050043;
|
||||
public static int version_info=0x7f050070;
|
||||
public static int welcome=0x7f050014;
|
||||
public static int welcome_msg=0x7f050015;
|
||||
public static int yay=0x7f050010;
|
||||
public static int yes=0x7f050027;
|
||||
public static int your_time_up_ticket=0x7f050043;
|
||||
public static int your_timer_almost_up_msg=0x7f050048;
|
||||
public static int your_timer_almost_up_ticket=0x7f050046;
|
||||
public static int your_timer_almost_up_title=0x7f050047;
|
||||
public static int your_timer_up_msg=0x7f050045;
|
||||
public static int your_timer_up_title=0x7f050044;
|
||||
}
|
||||
public static final class style {
|
||||
public static int CustomTitlePageIndicator=0x7f0c0001;
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
|
||||
android.library=true
|
||||
# Project target.
|
||||
target=Google Inc.:Google APIs:14
|
||||
android.library.reference.1=../ExceptionHandlerLib
|
||||
android.library.reference.2=../LocationLib
|
||||
target=Google Inc.:Google APIs:15
|
||||
android.library.reference.1=../../exception_handler_library/ExceptionHandlerLib
|
||||
android.library.reference.2=../../location_library/LocationLib
|
||||
|
||||
proguard.config=proguard.cfg
|
||||
proguard.config=proguard.cfg
|
||||
|
||||
@@ -4,12 +4,12 @@
|
||||
<classpathentry kind="src" path="gen"/>
|
||||
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
||||
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
|
||||
<classpathentry kind="lib" path="/app/android-sdk-linux_86/extras/android-support-v4-r4-googlemaps.jar"/>
|
||||
<classpathentry kind="lib" path="/app/android-sdk-linux_86/extras/android-support-v4-r6-googlemaps.jar"/>
|
||||
<classpathentry kind="lib" path="/app/android-sdk-linux_86/extras/google/admob_ads_sdk/GoogleAdMobAdsSdk-4.3.1.jar"/>
|
||||
<classpathentry kind="lib" path="/LocationLib/lib/wpsapi.jar">
|
||||
<attributes>
|
||||
<attribute name="javadoc_location" value="file:/home/ricky/documentation/"/>
|
||||
<attribute name="javadoc_location" value="http://tcdevsvn1/ShyHookdocumentation"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="lib" path="/app/android-sdk-linux_86/extras/google/admob_ads_sdk/GoogleAdMobAdsSdk-4.3.1.jar"/>
|
||||
<classpathentry kind="output" path="bin/classes"/>
|
||||
</classpath>
|
||||
|
||||
2
FindMyCarLite/.gitignore
vendored
Normal file
2
FindMyCarLite/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
/bin
|
||||
/gen
|
||||
@@ -30,21 +30,4 @@
|
||||
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
</natures>
|
||||
<linkedResources>
|
||||
<link>
|
||||
<name>ExceptionHandlerLib_src</name>
|
||||
<type>2</type>
|
||||
<locationURI>_android_ExceptionHandlerLib_7d68b46a/src</locationURI>
|
||||
</link>
|
||||
<link>
|
||||
<name>FindMyCarLib_src</name>
|
||||
<type>2</type>
|
||||
<locationURI>_android_FindMyCarLib_c61797d6/src</locationURI>
|
||||
</link>
|
||||
<link>
|
||||
<name>LocationLib_src</name>
|
||||
<type>2</type>
|
||||
<locationURI>_android_LocationLib_84551a70/src</locationURI>
|
||||
</link>
|
||||
</linkedResources>
|
||||
</projectDescription>
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
fixes: 195
|
||||
time .14
|
||||
|
||||
added menu item per Ricky's suggestion in code. needing another xml file for one line of code is not necessary.
|
||||
tested in Full and Lite
|
||||
@@ -234,7 +234,6 @@ or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>na
|
||||
public static final int user_arrow_animation_1=0x7f02001d;
|
||||
public static final int user_arrow_animation_2=0x7f02001e;
|
||||
public static final int user_arrow_animation_3=0x7f02001f;
|
||||
public static final int userarrow=0x7f020020;
|
||||
}
|
||||
public static final class id {
|
||||
public static final int TextView01=0x7f070009;
|
||||
@@ -293,134 +292,138 @@ or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>na
|
||||
public static final int main=0x7f030006;
|
||||
public static final int map=0x7f030007;
|
||||
public static final int map_buttons=0x7f030008;
|
||||
public static final int notes=0x7f030009;
|
||||
public static final int parking_timer_activity=0x7f03000a;
|
||||
public static final int parkingtimer_layout=0x7f03000b;
|
||||
public static final int powered_by_skyhook=0x7f03000c;
|
||||
public static final int map_fragment=0x7f030009;
|
||||
public static final int notes=0x7f03000a;
|
||||
public static final int parking_timer_activity=0x7f03000b;
|
||||
public static final int parkingtimer_layout=0x7f03000c;
|
||||
public static final int powered_by_skyhook=0x7f03000d;
|
||||
}
|
||||
public static final class menu {
|
||||
public static final int map_action_bar=0x7f0d0000;
|
||||
}
|
||||
public static final class string {
|
||||
public static final int accept=0x7f050066;
|
||||
public static final int accept=0x7f050067;
|
||||
public static final int app_name=0x7f050000;
|
||||
public static final int app_name_lite=0x7f05000e;
|
||||
public static final int application_error=0x7f050062;
|
||||
public static final int before=0x7f050035;
|
||||
public static final int calculating=0x7f05006d;
|
||||
public static final int cancel=0x7f050033;
|
||||
public static final int car_location=0x7f05001f;
|
||||
public static final int car_management=0x7f050048;
|
||||
public static final int check_license=0x7f050064;
|
||||
public static final int close=0x7f05005f;
|
||||
public static final int compass=0x7f05004e;
|
||||
public static final int compass_optoions=0x7f050065;
|
||||
public static final int app_name_lite=0x7f05000f;
|
||||
public static final int application_error=0x7f050063;
|
||||
public static final int before=0x7f050036;
|
||||
public static final int calculating=0x7f05006e;
|
||||
public static final int cancel=0x7f050034;
|
||||
public static final int car_location=0x7f050020;
|
||||
public static final int car_management=0x7f050049;
|
||||
public static final int check_license=0x7f050065;
|
||||
public static final int close=0x7f050060;
|
||||
public static final int compass=0x7f05004f;
|
||||
public static final int compass_optoions=0x7f050066;
|
||||
public static final int crash=0x7f050003;
|
||||
public static final int decline=0x7f050067;
|
||||
public static final int default_location=0x7f05006b;
|
||||
public static final int delete=0x7f05005e;
|
||||
public static final int delete_car=0x7f050028;
|
||||
public static final int delete_car_dialog=0x7f050029;
|
||||
public static final int deleteing=0x7f05006c;
|
||||
public static final int decline=0x7f050068;
|
||||
public static final int default_location=0x7f05006c;
|
||||
public static final int delete=0x7f05005f;
|
||||
public static final int delete_car=0x7f050029;
|
||||
public static final int delete_car_dialog=0x7f05002a;
|
||||
public static final int deleteing=0x7f05006d;
|
||||
public static final int description=0x7f050007;
|
||||
public static final int directions=0x7f05004b;
|
||||
public static final int directions_description=0x7f050059;
|
||||
public static final int distance=0x7f05002a;
|
||||
public static final int eula=0x7f050068;
|
||||
public static final int eulaagreement=0x7f050069;
|
||||
public static final int feature_in_fmc_full=0x7f050058;
|
||||
public static final int feature_in_fmc_full_description=0x7f05006a;
|
||||
public static final int first_boot=0x7f050009;
|
||||
public static final int fmc_options=0x7f050053;
|
||||
public static final int found_car=0x7f050010;
|
||||
public static final int gps_accuracy=0x7f05004d;
|
||||
public static final int directions=0x7f05004c;
|
||||
public static final int directions_description=0x7f05005a;
|
||||
public static final int directions_empty_msg=0x7f050074;
|
||||
public static final int distance=0x7f05002b;
|
||||
public static final int eula=0x7f050069;
|
||||
public static final int eulaagreement=0x7f05006a;
|
||||
public static final int feature_in_fmc_full=0x7f050059;
|
||||
public static final int feature_in_fmc_full_description=0x7f05006b;
|
||||
public static final int first_boot=0x7f05000a;
|
||||
public static final int fmc_options=0x7f050054;
|
||||
public static final int found_car=0x7f050011;
|
||||
public static final int gps_accuracy=0x7f05004e;
|
||||
public static final int gps_fix=0x7f050001;
|
||||
public static final int gps_is_disabled=0x7f05004c;
|
||||
public static final int help=0x7f050012;
|
||||
public static final int hours=0x7f050030;
|
||||
public static final int lat=0x7f05000a;
|
||||
public static final int layers=0x7f050022;
|
||||
public static final int layers_dialog=0x7f050025;
|
||||
public static final int lon=0x7f05000b;
|
||||
public static final int map=0x7f050071;
|
||||
public static final int map_mode=0x7f05006e;
|
||||
public static final int mark_car=0x7f05001d;
|
||||
public static final int mark_car_button=0x7f05002b;
|
||||
public static final int mark_car_first=0x7f050018;
|
||||
public static final int mark_car_warning=0x7f050016;
|
||||
public static final int measurement_unit=0x7f050024;
|
||||
public static final int measurement_unit_dialog=0x7f050017;
|
||||
public static final int minutes=0x7f050031;
|
||||
public static final int my_location=0x7f05001e;
|
||||
public static final int new_button=0x7f050060;
|
||||
public static final int no=0x7f050027;
|
||||
public static final int no_gps_signal=0x7f050015;
|
||||
public static final int no_timer=0x7f050041;
|
||||
public static final int gps_is_disabled=0x7f05004d;
|
||||
public static final int help=0x7f050013;
|
||||
public static final int hours=0x7f050031;
|
||||
public static final int lat=0x7f05000b;
|
||||
public static final int layers=0x7f050023;
|
||||
public static final int layers_dialog=0x7f050026;
|
||||
public static final int lon=0x7f05000c;
|
||||
public static final int map=0x7f050072;
|
||||
public static final int map_mode=0x7f05006f;
|
||||
public static final int mark_car=0x7f05001e;
|
||||
public static final int mark_car_button=0x7f05002c;
|
||||
public static final int mark_car_first=0x7f050019;
|
||||
public static final int mark_car_warning=0x7f050017;
|
||||
public static final int measurement_unit=0x7f050025;
|
||||
public static final int measurement_unit_dialog=0x7f050018;
|
||||
public static final int minutes=0x7f050032;
|
||||
public static final int my_location=0x7f05001f;
|
||||
public static final int nav_only_in_full=0x7f050075;
|
||||
public static final int new_button=0x7f050061;
|
||||
public static final int no=0x7f050028;
|
||||
public static final int no_gps_signal=0x7f050016;
|
||||
public static final int no_reports=0x7f050009;
|
||||
public static final int no_timer=0x7f050042;
|
||||
/** License specific strings
|
||||
*/
|
||||
public static final int not_licensed=0x7f050061;
|
||||
public static final int not_licensed_full=0x7f050063;
|
||||
public static final int notes=0x7f05002c;
|
||||
public static final int notification_color_black=0x7f05005c;
|
||||
public static final int not_licensed=0x7f050062;
|
||||
public static final int not_licensed_full=0x7f050064;
|
||||
public static final int notes=0x7f05002d;
|
||||
public static final int notification_color_black=0x7f05005d;
|
||||
/** Parking Notification Settings
|
||||
*/
|
||||
public static final int notification_color_title=0x7f05005b;
|
||||
public static final int notification_color_white=0x7f05005d;
|
||||
public static final int notify_me=0x7f050032;
|
||||
public static final int ok=0x7f050011;
|
||||
public static final int ongoing_notification=0x7f050057;
|
||||
public static final int parking_timer=0x7f05002f;
|
||||
public static final int parking_timer_description=0x7f05005a;
|
||||
public static final int parking_timer_options=0x7f050054;
|
||||
public static final int parking_timer_service=0x7f050040;
|
||||
public static final int pick_an_option=0x7f050038;
|
||||
public static final int pick_time_greaterthan_zero=0x7f05003a;
|
||||
public static final int pick_timer_lessthan_24=0x7f05004a;
|
||||
public static final int prevent_phone_from_sleeping=0x7f050052;
|
||||
public static final int quit=0x7f050021;
|
||||
public static final int quit_dialog=0x7f05001c;
|
||||
public static final int quit_timer=0x7f05003f;
|
||||
public static final int removeTimer=0x7f050037;
|
||||
public static final int saved=0x7f050070;
|
||||
public static final int seconds=0x7f050050;
|
||||
public static final int notification_color_title=0x7f05005c;
|
||||
public static final int notification_color_white=0x7f05005e;
|
||||
public static final int notify_me=0x7f050033;
|
||||
public static final int ok=0x7f050012;
|
||||
public static final int ongoing_notification=0x7f050058;
|
||||
public static final int parking_timer=0x7f050030;
|
||||
public static final int parking_timer_description=0x7f05005b;
|
||||
public static final int parking_timer_options=0x7f050055;
|
||||
public static final int parking_timer_service=0x7f050041;
|
||||
public static final int pick_an_option=0x7f050039;
|
||||
public static final int pick_time_greaterthan_zero=0x7f05003b;
|
||||
public static final int pick_timer_lessthan_24=0x7f05004b;
|
||||
public static final int prevent_phone_from_sleeping=0x7f050053;
|
||||
public static final int quit=0x7f050022;
|
||||
public static final int quit_dialog=0x7f05001d;
|
||||
public static final int quit_timer=0x7f050040;
|
||||
public static final int removeTimer=0x7f050038;
|
||||
public static final int saved=0x7f050071;
|
||||
public static final int seconds=0x7f050051;
|
||||
public static final int send=0x7f050006;
|
||||
public static final int sending=0x7f050005;
|
||||
public static final int set=0x7f050034;
|
||||
public static final int setTimer=0x7f050036;
|
||||
public static final int set_timer=0x7f05002e;
|
||||
public static final int set_timer_warning=0x7f050039;
|
||||
public static final int settings=0x7f050072;
|
||||
public static final int show_both=0x7f050020;
|
||||
public static final int show_notes=0x7f05002d;
|
||||
public static final int set=0x7f050035;
|
||||
public static final int setTimer=0x7f050037;
|
||||
public static final int set_timer=0x7f05002f;
|
||||
public static final int set_timer_warning=0x7f05003a;
|
||||
public static final int settings=0x7f050073;
|
||||
public static final int show_both=0x7f050021;
|
||||
public static final int show_notes=0x7f05002e;
|
||||
public static final int sorry=0x7f050004;
|
||||
public static final int sorry_theres_trouble=0x7f050002;
|
||||
public static final int stay_awake=0x7f050023;
|
||||
public static final int stay_awake_dialog=0x7f050019;
|
||||
public static final int stay_awake_off=0x7f05001b;
|
||||
public static final int stay_awake_on=0x7f05001a;
|
||||
public static final int stay_awake_pref=0x7f05000c;
|
||||
public static final int the_vaule_was_not_a_number_update_interval_60=0x7f050051;
|
||||
public static final int timer_already_set=0x7f05003e;
|
||||
public static final int timer_canceled=0x7f050049;
|
||||
public static final int timer_set_for=0x7f05003b;
|
||||
public static final int timer_set_for_hours=0x7f05003c;
|
||||
public static final int timer_set_for_minutes=0x7f05003d;
|
||||
public static final int unit_pref=0x7f05000d;
|
||||
public static final int update_interval=0x7f050055;
|
||||
public static final int update_interval_summary=0x7f050056;
|
||||
public static final int update_interval_updated_to=0x7f05004f;
|
||||
public static final int stay_awake=0x7f050024;
|
||||
public static final int stay_awake_dialog=0x7f05001a;
|
||||
public static final int stay_awake_off=0x7f05001c;
|
||||
public static final int stay_awake_on=0x7f05001b;
|
||||
public static final int stay_awake_pref=0x7f05000d;
|
||||
public static final int the_vaule_was_not_a_number_update_interval_60=0x7f050052;
|
||||
public static final int timer_already_set=0x7f05003f;
|
||||
public static final int timer_canceled=0x7f05004a;
|
||||
public static final int timer_set_for=0x7f05003c;
|
||||
public static final int timer_set_for_hours=0x7f05003d;
|
||||
public static final int timer_set_for_minutes=0x7f05003e;
|
||||
public static final int unit_pref=0x7f05000e;
|
||||
public static final int update_interval=0x7f050056;
|
||||
public static final int update_interval_summary=0x7f050057;
|
||||
public static final int update_interval_updated_to=0x7f050050;
|
||||
public static final int version=0x7f050008;
|
||||
public static final int version_info=0x7f05006f;
|
||||
public static final int welcome=0x7f050013;
|
||||
public static final int welcome_msg=0x7f050014;
|
||||
public static final int yay=0x7f05000f;
|
||||
public static final int yes=0x7f050026;
|
||||
public static final int your_time_up_ticket=0x7f050042;
|
||||
public static final int your_timer_almost_up_msg=0x7f050047;
|
||||
public static final int your_timer_almost_up_ticket=0x7f050045;
|
||||
public static final int your_timer_almost_up_title=0x7f050046;
|
||||
public static final int your_timer_up_msg=0x7f050044;
|
||||
public static final int your_timer_up_title=0x7f050043;
|
||||
public static final int version_info=0x7f050070;
|
||||
public static final int welcome=0x7f050014;
|
||||
public static final int welcome_msg=0x7f050015;
|
||||
public static final int yay=0x7f050010;
|
||||
public static final int yes=0x7f050027;
|
||||
public static final int your_time_up_ticket=0x7f050043;
|
||||
public static final int your_timer_almost_up_msg=0x7f050048;
|
||||
public static final int your_timer_almost_up_ticket=0x7f050046;
|
||||
public static final int your_timer_almost_up_title=0x7f050047;
|
||||
public static final int your_timer_up_msg=0x7f050045;
|
||||
public static final int your_timer_up_title=0x7f050044;
|
||||
}
|
||||
public static final class style {
|
||||
public static final int CustomTitlePageIndicator=0x7f0c0001;
|
||||
|
||||
@@ -234,7 +234,6 @@ or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>na
|
||||
public static final int user_arrow_animation_1=0x7f02001d;
|
||||
public static final int user_arrow_animation_2=0x7f02001e;
|
||||
public static final int user_arrow_animation_3=0x7f02001f;
|
||||
public static final int userarrow=0x7f020020;
|
||||
}
|
||||
public static final class id {
|
||||
public static final int TextView01=0x7f070009;
|
||||
@@ -293,134 +292,138 @@ or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>na
|
||||
public static final int main=0x7f030006;
|
||||
public static final int map=0x7f030007;
|
||||
public static final int map_buttons=0x7f030008;
|
||||
public static final int notes=0x7f030009;
|
||||
public static final int parking_timer_activity=0x7f03000a;
|
||||
public static final int parkingtimer_layout=0x7f03000b;
|
||||
public static final int powered_by_skyhook=0x7f03000c;
|
||||
public static final int map_fragment=0x7f030009;
|
||||
public static final int notes=0x7f03000a;
|
||||
public static final int parking_timer_activity=0x7f03000b;
|
||||
public static final int parkingtimer_layout=0x7f03000c;
|
||||
public static final int powered_by_skyhook=0x7f03000d;
|
||||
}
|
||||
public static final class menu {
|
||||
public static final int map_action_bar=0x7f0d0000;
|
||||
}
|
||||
public static final class string {
|
||||
public static final int accept=0x7f050066;
|
||||
public static final int accept=0x7f050067;
|
||||
public static final int app_name=0x7f050000;
|
||||
public static final int app_name_lite=0x7f05000e;
|
||||
public static final int application_error=0x7f050062;
|
||||
public static final int before=0x7f050035;
|
||||
public static final int calculating=0x7f05006d;
|
||||
public static final int cancel=0x7f050033;
|
||||
public static final int car_location=0x7f05001f;
|
||||
public static final int car_management=0x7f050048;
|
||||
public static final int check_license=0x7f050064;
|
||||
public static final int close=0x7f05005f;
|
||||
public static final int compass=0x7f05004e;
|
||||
public static final int compass_optoions=0x7f050065;
|
||||
public static final int app_name_lite=0x7f05000f;
|
||||
public static final int application_error=0x7f050063;
|
||||
public static final int before=0x7f050036;
|
||||
public static final int calculating=0x7f05006e;
|
||||
public static final int cancel=0x7f050034;
|
||||
public static final int car_location=0x7f050020;
|
||||
public static final int car_management=0x7f050049;
|
||||
public static final int check_license=0x7f050065;
|
||||
public static final int close=0x7f050060;
|
||||
public static final int compass=0x7f05004f;
|
||||
public static final int compass_optoions=0x7f050066;
|
||||
public static final int crash=0x7f050003;
|
||||
public static final int decline=0x7f050067;
|
||||
public static final int default_location=0x7f05006b;
|
||||
public static final int delete=0x7f05005e;
|
||||
public static final int delete_car=0x7f050028;
|
||||
public static final int delete_car_dialog=0x7f050029;
|
||||
public static final int deleteing=0x7f05006c;
|
||||
public static final int decline=0x7f050068;
|
||||
public static final int default_location=0x7f05006c;
|
||||
public static final int delete=0x7f05005f;
|
||||
public static final int delete_car=0x7f050029;
|
||||
public static final int delete_car_dialog=0x7f05002a;
|
||||
public static final int deleteing=0x7f05006d;
|
||||
public static final int description=0x7f050007;
|
||||
public static final int directions=0x7f05004b;
|
||||
public static final int directions_description=0x7f050059;
|
||||
public static final int distance=0x7f05002a;
|
||||
public static final int eula=0x7f050068;
|
||||
public static final int eulaagreement=0x7f050069;
|
||||
public static final int feature_in_fmc_full=0x7f050058;
|
||||
public static final int feature_in_fmc_full_description=0x7f05006a;
|
||||
public static final int first_boot=0x7f050009;
|
||||
public static final int fmc_options=0x7f050053;
|
||||
public static final int found_car=0x7f050010;
|
||||
public static final int gps_accuracy=0x7f05004d;
|
||||
public static final int directions=0x7f05004c;
|
||||
public static final int directions_description=0x7f05005a;
|
||||
public static final int directions_empty_msg=0x7f050074;
|
||||
public static final int distance=0x7f05002b;
|
||||
public static final int eula=0x7f050069;
|
||||
public static final int eulaagreement=0x7f05006a;
|
||||
public static final int feature_in_fmc_full=0x7f050059;
|
||||
public static final int feature_in_fmc_full_description=0x7f05006b;
|
||||
public static final int first_boot=0x7f05000a;
|
||||
public static final int fmc_options=0x7f050054;
|
||||
public static final int found_car=0x7f050011;
|
||||
public static final int gps_accuracy=0x7f05004e;
|
||||
public static final int gps_fix=0x7f050001;
|
||||
public static final int gps_is_disabled=0x7f05004c;
|
||||
public static final int help=0x7f050012;
|
||||
public static final int hours=0x7f050030;
|
||||
public static final int lat=0x7f05000a;
|
||||
public static final int layers=0x7f050022;
|
||||
public static final int layers_dialog=0x7f050025;
|
||||
public static final int lon=0x7f05000b;
|
||||
public static final int map=0x7f050071;
|
||||
public static final int map_mode=0x7f05006e;
|
||||
public static final int mark_car=0x7f05001d;
|
||||
public static final int mark_car_button=0x7f05002b;
|
||||
public static final int mark_car_first=0x7f050018;
|
||||
public static final int mark_car_warning=0x7f050016;
|
||||
public static final int measurement_unit=0x7f050024;
|
||||
public static final int measurement_unit_dialog=0x7f050017;
|
||||
public static final int minutes=0x7f050031;
|
||||
public static final int my_location=0x7f05001e;
|
||||
public static final int new_button=0x7f050060;
|
||||
public static final int no=0x7f050027;
|
||||
public static final int no_gps_signal=0x7f050015;
|
||||
public static final int no_timer=0x7f050041;
|
||||
public static final int gps_is_disabled=0x7f05004d;
|
||||
public static final int help=0x7f050013;
|
||||
public static final int hours=0x7f050031;
|
||||
public static final int lat=0x7f05000b;
|
||||
public static final int layers=0x7f050023;
|
||||
public static final int layers_dialog=0x7f050026;
|
||||
public static final int lon=0x7f05000c;
|
||||
public static final int map=0x7f050072;
|
||||
public static final int map_mode=0x7f05006f;
|
||||
public static final int mark_car=0x7f05001e;
|
||||
public static final int mark_car_button=0x7f05002c;
|
||||
public static final int mark_car_first=0x7f050019;
|
||||
public static final int mark_car_warning=0x7f050017;
|
||||
public static final int measurement_unit=0x7f050025;
|
||||
public static final int measurement_unit_dialog=0x7f050018;
|
||||
public static final int minutes=0x7f050032;
|
||||
public static final int my_location=0x7f05001f;
|
||||
public static final int nav_only_in_full=0x7f050075;
|
||||
public static final int new_button=0x7f050061;
|
||||
public static final int no=0x7f050028;
|
||||
public static final int no_gps_signal=0x7f050016;
|
||||
public static final int no_reports=0x7f050009;
|
||||
public static final int no_timer=0x7f050042;
|
||||
/** License specific strings
|
||||
*/
|
||||
public static final int not_licensed=0x7f050061;
|
||||
public static final int not_licensed_full=0x7f050063;
|
||||
public static final int notes=0x7f05002c;
|
||||
public static final int notification_color_black=0x7f05005c;
|
||||
public static final int not_licensed=0x7f050062;
|
||||
public static final int not_licensed_full=0x7f050064;
|
||||
public static final int notes=0x7f05002d;
|
||||
public static final int notification_color_black=0x7f05005d;
|
||||
/** Parking Notification Settings
|
||||
*/
|
||||
public static final int notification_color_title=0x7f05005b;
|
||||
public static final int notification_color_white=0x7f05005d;
|
||||
public static final int notify_me=0x7f050032;
|
||||
public static final int ok=0x7f050011;
|
||||
public static final int ongoing_notification=0x7f050057;
|
||||
public static final int parking_timer=0x7f05002f;
|
||||
public static final int parking_timer_description=0x7f05005a;
|
||||
public static final int parking_timer_options=0x7f050054;
|
||||
public static final int parking_timer_service=0x7f050040;
|
||||
public static final int pick_an_option=0x7f050038;
|
||||
public static final int pick_time_greaterthan_zero=0x7f05003a;
|
||||
public static final int pick_timer_lessthan_24=0x7f05004a;
|
||||
public static final int prevent_phone_from_sleeping=0x7f050052;
|
||||
public static final int quit=0x7f050021;
|
||||
public static final int quit_dialog=0x7f05001c;
|
||||
public static final int quit_timer=0x7f05003f;
|
||||
public static final int removeTimer=0x7f050037;
|
||||
public static final int saved=0x7f050070;
|
||||
public static final int seconds=0x7f050050;
|
||||
public static final int notification_color_title=0x7f05005c;
|
||||
public static final int notification_color_white=0x7f05005e;
|
||||
public static final int notify_me=0x7f050033;
|
||||
public static final int ok=0x7f050012;
|
||||
public static final int ongoing_notification=0x7f050058;
|
||||
public static final int parking_timer=0x7f050030;
|
||||
public static final int parking_timer_description=0x7f05005b;
|
||||
public static final int parking_timer_options=0x7f050055;
|
||||
public static final int parking_timer_service=0x7f050041;
|
||||
public static final int pick_an_option=0x7f050039;
|
||||
public static final int pick_time_greaterthan_zero=0x7f05003b;
|
||||
public static final int pick_timer_lessthan_24=0x7f05004b;
|
||||
public static final int prevent_phone_from_sleeping=0x7f050053;
|
||||
public static final int quit=0x7f050022;
|
||||
public static final int quit_dialog=0x7f05001d;
|
||||
public static final int quit_timer=0x7f050040;
|
||||
public static final int removeTimer=0x7f050038;
|
||||
public static final int saved=0x7f050071;
|
||||
public static final int seconds=0x7f050051;
|
||||
public static final int send=0x7f050006;
|
||||
public static final int sending=0x7f050005;
|
||||
public static final int set=0x7f050034;
|
||||
public static final int setTimer=0x7f050036;
|
||||
public static final int set_timer=0x7f05002e;
|
||||
public static final int set_timer_warning=0x7f050039;
|
||||
public static final int settings=0x7f050072;
|
||||
public static final int show_both=0x7f050020;
|
||||
public static final int show_notes=0x7f05002d;
|
||||
public static final int set=0x7f050035;
|
||||
public static final int setTimer=0x7f050037;
|
||||
public static final int set_timer=0x7f05002f;
|
||||
public static final int set_timer_warning=0x7f05003a;
|
||||
public static final int settings=0x7f050073;
|
||||
public static final int show_both=0x7f050021;
|
||||
public static final int show_notes=0x7f05002e;
|
||||
public static final int sorry=0x7f050004;
|
||||
public static final int sorry_theres_trouble=0x7f050002;
|
||||
public static final int stay_awake=0x7f050023;
|
||||
public static final int stay_awake_dialog=0x7f050019;
|
||||
public static final int stay_awake_off=0x7f05001b;
|
||||
public static final int stay_awake_on=0x7f05001a;
|
||||
public static final int stay_awake_pref=0x7f05000c;
|
||||
public static final int the_vaule_was_not_a_number_update_interval_60=0x7f050051;
|
||||
public static final int timer_already_set=0x7f05003e;
|
||||
public static final int timer_canceled=0x7f050049;
|
||||
public static final int timer_set_for=0x7f05003b;
|
||||
public static final int timer_set_for_hours=0x7f05003c;
|
||||
public static final int timer_set_for_minutes=0x7f05003d;
|
||||
public static final int unit_pref=0x7f05000d;
|
||||
public static final int update_interval=0x7f050055;
|
||||
public static final int update_interval_summary=0x7f050056;
|
||||
public static final int update_interval_updated_to=0x7f05004f;
|
||||
public static final int stay_awake=0x7f050024;
|
||||
public static final int stay_awake_dialog=0x7f05001a;
|
||||
public static final int stay_awake_off=0x7f05001c;
|
||||
public static final int stay_awake_on=0x7f05001b;
|
||||
public static final int stay_awake_pref=0x7f05000d;
|
||||
public static final int the_vaule_was_not_a_number_update_interval_60=0x7f050052;
|
||||
public static final int timer_already_set=0x7f05003f;
|
||||
public static final int timer_canceled=0x7f05004a;
|
||||
public static final int timer_set_for=0x7f05003c;
|
||||
public static final int timer_set_for_hours=0x7f05003d;
|
||||
public static final int timer_set_for_minutes=0x7f05003e;
|
||||
public static final int unit_pref=0x7f05000e;
|
||||
public static final int update_interval=0x7f050056;
|
||||
public static final int update_interval_summary=0x7f050057;
|
||||
public static final int update_interval_updated_to=0x7f050050;
|
||||
public static final int version=0x7f050008;
|
||||
public static final int version_info=0x7f05006f;
|
||||
public static final int welcome=0x7f050013;
|
||||
public static final int welcome_msg=0x7f050014;
|
||||
public static final int yay=0x7f05000f;
|
||||
public static final int yes=0x7f050026;
|
||||
public static final int your_time_up_ticket=0x7f050042;
|
||||
public static final int your_timer_almost_up_msg=0x7f050047;
|
||||
public static final int your_timer_almost_up_ticket=0x7f050045;
|
||||
public static final int your_timer_almost_up_title=0x7f050046;
|
||||
public static final int your_timer_up_msg=0x7f050044;
|
||||
public static final int your_timer_up_title=0x7f050043;
|
||||
public static final int version_info=0x7f050070;
|
||||
public static final int welcome=0x7f050014;
|
||||
public static final int welcome_msg=0x7f050015;
|
||||
public static final int yay=0x7f050010;
|
||||
public static final int yes=0x7f050027;
|
||||
public static final int your_time_up_ticket=0x7f050043;
|
||||
public static final int your_timer_almost_up_msg=0x7f050048;
|
||||
public static final int your_timer_almost_up_ticket=0x7f050046;
|
||||
public static final int your_timer_almost_up_title=0x7f050047;
|
||||
public static final int your_timer_up_msg=0x7f050045;
|
||||
public static final int your_timer_up_title=0x7f050044;
|
||||
}
|
||||
public static final class style {
|
||||
public static final int CustomTitlePageIndicator=0x7f0c0001;
|
||||
|
||||
@@ -1,809 +0,0 @@
|
||||
/* 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 com.TwentyCodes.android.SkyHook;
|
||||
|
||||
public final class R {
|
||||
public static final class array {
|
||||
public static final int compass_options=0x7f060003;
|
||||
public static final int layers=0x7f060001;
|
||||
public static final int notification_colors=0x7f060002;
|
||||
public static final int units=0x7f060000;
|
||||
}
|
||||
public static final class attr {
|
||||
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
||||
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static final int backgroundColor=0x7f010000;
|
||||
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
|
||||
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
|
||||
*/
|
||||
public static final int circlePageIndicatorStyle=0x7f010005;
|
||||
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
|
||||
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
|
||||
in (inches), mm (millimeters).
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static final int clipPadding=0x7f010007;
|
||||
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
||||
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static final int footerColor=0x7f010008;
|
||||
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
|
||||
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
|
||||
in (inches), mm (millimeters).
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static final int footerIndicatorHeight=0x7f01000b;
|
||||
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
|
||||
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
|
||||
in (inches), mm (millimeters).
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static final int footerIndicatorPadding=0x7f01000c;
|
||||
/** <p>Must be one of the following constant values.</p>
|
||||
<table>
|
||||
<colgroup align="left" />
|
||||
<colgroup align="left" />
|
||||
<colgroup align="left" />
|
||||
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
|
||||
<tr><td><code>none</code></td><td>0</td><td></td></tr>
|
||||
<tr><td><code>triangle</code></td><td>1</td><td></td></tr>
|
||||
<tr><td><code>underline</code></td><td>2</td><td></td></tr>
|
||||
</table>
|
||||
*/
|
||||
public static final int footerIndicatorStyle=0x7f01000a;
|
||||
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
|
||||
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
|
||||
in (inches), mm (millimeters).
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static final int footerIndicatorUnderlinePadding=0x7f01000d;
|
||||
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
|
||||
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
|
||||
in (inches), mm (millimeters).
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static final int footerLineHeight=0x7f010009;
|
||||
/** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static final int keywords=0x7f010003;
|
||||
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
||||
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static final int primaryTextColor=0x7f010001;
|
||||
/** <p>Must be an integer value, such as "<code>100</code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static final int refreshInterval=0x7f010004;
|
||||
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
||||
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static final int secondaryTextColor=0x7f010002;
|
||||
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static final int selectedBold=0x7f01000f;
|
||||
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
||||
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static final int selectedColor=0x7f01000e;
|
||||
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
||||
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static final int textColor=0x7f010010;
|
||||
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
|
||||
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
|
||||
in (inches), mm (millimeters).
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static final int textSize=0x7f010011;
|
||||
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
|
||||
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
|
||||
in (inches), mm (millimeters).
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
*/
|
||||
public static final int titlePadding=0x7f010012;
|
||||
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
|
||||
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
|
||||
*/
|
||||
public static final int titlePageIndicatorStyle=0x7f010006;
|
||||
}
|
||||
public static final class bool {
|
||||
public static final int default_title_indicator_selected_bold=0x7f0b0000;
|
||||
}
|
||||
public static final class color {
|
||||
public static final int default_title_indicator_footer_color=0x7f090000;
|
||||
public static final int default_title_indicator_selected_color=0x7f090001;
|
||||
public static final int default_title_indicator_text_color=0x7f090002;
|
||||
}
|
||||
public static final class dimen {
|
||||
public static final int default_title_indicator_clip_padding=0x7f080000;
|
||||
public static final int default_title_indicator_footer_indicator_height=0x7f080002;
|
||||
public static final int default_title_indicator_footer_indicator_padding=0x7f080003;
|
||||
public static final int default_title_indicator_footer_indicator_underline_padding=0x7f080004;
|
||||
public static final int default_title_indicator_footer_line_height=0x7f080001;
|
||||
public static final int default_title_indicator_text_size=0x7f080005;
|
||||
public static final int default_title_indicator_title_padding=0x7f080006;
|
||||
}
|
||||
public static final class drawable {
|
||||
public static final int car=0x7f020000;
|
||||
public static final int car_action_bar=0x7f020001;
|
||||
public static final int compass=0x7f020002;
|
||||
public static final int compass_lrg=0x7f020003;
|
||||
public static final int compass_med=0x7f020004;
|
||||
public static final int compass_sm=0x7f020005;
|
||||
public static final int distance_background=0x7f020006;
|
||||
public static final int icon=0x7f020007;
|
||||
public static final int logoidea3=0x7f020008;
|
||||
public static final int map_action_bar=0x7f020009;
|
||||
public static final int map_mode_action_bar=0x7f02000a;
|
||||
public static final int mark_my_location_action_bar=0x7f02000b;
|
||||
public static final int my_location_action_bar=0x7f02000c;
|
||||
public static final int nav_action_bar=0x7f02000d;
|
||||
public static final int needle=0x7f02000e;
|
||||
public static final int needle_lrg=0x7f02000f;
|
||||
public static final int needle_med=0x7f020010;
|
||||
public static final int needle_sm=0x7f020011;
|
||||
public static final int notes_action_bar=0x7f020012;
|
||||
public static final int settings_action_bar=0x7f020013;
|
||||
public static final int show_car_black=0x7f020014;
|
||||
public static final int show_car_white=0x7f020015;
|
||||
public static final int skyhook_logo=0x7f020016;
|
||||
public static final int skyhook_logo_alpha=0x7f020017;
|
||||
public static final int skyhook_logo_alpha_small=0x7f020018;
|
||||
public static final int tc_logo_complete=0x7f020019;
|
||||
public static final int time_action_bar=0x7f02001a;
|
||||
public static final int trash_action_bar=0x7f02001b;
|
||||
public static final int user=0x7f02001c;
|
||||
public static final int user_arrow_animation_1=0x7f02001d;
|
||||
public static final int user_arrow_animation_2=0x7f02001e;
|
||||
public static final int user_arrow_animation_3=0x7f02001f;
|
||||
public static final int userarrow=0x7f020020;
|
||||
}
|
||||
public static final class id {
|
||||
public static final int TextView01=0x7f070009;
|
||||
public static final int TextView02=0x7f07000a;
|
||||
public static final int ad=0x7f07000b;
|
||||
public static final int btRemoveTimer=0x7f070022;
|
||||
public static final int btSetTimer=0x7f070021;
|
||||
public static final int buttons=0x7f070010;
|
||||
public static final int chNotify=0x7f07001c;
|
||||
public static final int delete_car=0x7f070028;
|
||||
public static final int description=0x7f070006;
|
||||
public static final int directions=0x7f070016;
|
||||
public static final int distance_background=0x7f070026;
|
||||
public static final int editText=0x7f070018;
|
||||
public static final int etNotify=0x7f07001e;
|
||||
public static final int exception_text=0x7f070008;
|
||||
public static final int exception_title=0x7f070007;
|
||||
public static final int indicator=0x7f07000c;
|
||||
public static final int llButtons=0x7f070020;
|
||||
public static final int map_mode=0x7f070027;
|
||||
public static final int mapview=0x7f07000f;
|
||||
public static final int mark_my_location=0x7f070013;
|
||||
public static final int my_location=0x7f070012;
|
||||
public static final int none=0x7f070000;
|
||||
public static final int notiyfyme=0x7f07001b;
|
||||
public static final int pager=0x7f07000d;
|
||||
public static final int parking_timer=0x7f070015;
|
||||
public static final int pickerlayout=0x7f070019;
|
||||
public static final int send=0x7f070005;
|
||||
public static final int settings=0x7f070029;
|
||||
public static final int show_both=0x7f070014;
|
||||
public static final int skyhook_img=0x7f070023;
|
||||
public static final int table=0x7f07000e;
|
||||
public static final int tc_img=0x7f070025;
|
||||
public static final int text=0x7f070024;
|
||||
public static final int tpParkingTimerTimePicker=0x7f07001a;
|
||||
public static final int triangle=0x7f070001;
|
||||
public static final int tvAccuracy2=0x7f070011;
|
||||
public static final int tvAddress=0x7f070017;
|
||||
public static final int tvBefore=0x7f07001f;
|
||||
public static final int tvDistance=0x7f070003;
|
||||
public static final int tvDistance2=0x7f070004;
|
||||
public static final int tvNotify1=0x7f07001d;
|
||||
public static final int underline=0x7f070002;
|
||||
}
|
||||
public static final class integer {
|
||||
public static final int default_title_indicator_footer_indicator_style=0x7f0a0000;
|
||||
}
|
||||
public static final class layout {
|
||||
public static final int distancebar=0x7f030000;
|
||||
public static final int exception_activity=0x7f030001;
|
||||
public static final int exception_list_item=0x7f030002;
|
||||
public static final int list=0x7f030003;
|
||||
public static final int list_row=0x7f030004;
|
||||
public static final int listview=0x7f030005;
|
||||
public static final int main=0x7f030006;
|
||||
public static final int map=0x7f030007;
|
||||
public static final int map_buttons=0x7f030008;
|
||||
public static final int notes=0x7f030009;
|
||||
public static final int parking_timer_activity=0x7f03000a;
|
||||
public static final int parkingtimer_layout=0x7f03000b;
|
||||
public static final int powered_by_skyhook=0x7f03000c;
|
||||
}
|
||||
public static final class menu {
|
||||
public static final int map_action_bar=0x7f0d0000;
|
||||
}
|
||||
public static final class string {
|
||||
public static final int accept=0x7f050066;
|
||||
public static final int app_name=0x7f050000;
|
||||
public static final int app_name_lite=0x7f05000e;
|
||||
public static final int application_error=0x7f050062;
|
||||
public static final int before=0x7f050035;
|
||||
public static final int calculating=0x7f05006d;
|
||||
public static final int cancel=0x7f050033;
|
||||
public static final int car_location=0x7f05001f;
|
||||
public static final int car_management=0x7f050048;
|
||||
public static final int check_license=0x7f050064;
|
||||
public static final int close=0x7f05005f;
|
||||
public static final int compass=0x7f05004e;
|
||||
public static final int compass_optoions=0x7f050065;
|
||||
public static final int crash=0x7f050003;
|
||||
public static final int decline=0x7f050067;
|
||||
public static final int default_location=0x7f05006b;
|
||||
public static final int delete=0x7f05005e;
|
||||
public static final int delete_car=0x7f050028;
|
||||
public static final int delete_car_dialog=0x7f050029;
|
||||
public static final int deleteing=0x7f05006c;
|
||||
public static final int description=0x7f050007;
|
||||
public static final int directions=0x7f05004b;
|
||||
public static final int directions_description=0x7f050059;
|
||||
public static final int distance=0x7f05002a;
|
||||
public static final int eula=0x7f050068;
|
||||
public static final int eulaagreement=0x7f050069;
|
||||
public static final int feature_in_fmc_full=0x7f050058;
|
||||
public static final int feature_in_fmc_full_description=0x7f05006a;
|
||||
public static final int first_boot=0x7f050009;
|
||||
public static final int fmc_options=0x7f050053;
|
||||
public static final int found_car=0x7f050010;
|
||||
public static final int gps_accuracy=0x7f05004d;
|
||||
public static final int gps_fix=0x7f050001;
|
||||
public static final int gps_is_disabled=0x7f05004c;
|
||||
public static final int help=0x7f050012;
|
||||
public static final int hours=0x7f050030;
|
||||
public static final int lat=0x7f05000a;
|
||||
public static final int layers=0x7f050022;
|
||||
public static final int layers_dialog=0x7f050025;
|
||||
public static final int lon=0x7f05000b;
|
||||
public static final int map=0x7f050071;
|
||||
public static final int map_mode=0x7f05006e;
|
||||
public static final int mark_car=0x7f05001d;
|
||||
public static final int mark_car_button=0x7f05002b;
|
||||
public static final int mark_car_first=0x7f050018;
|
||||
public static final int mark_car_warning=0x7f050016;
|
||||
public static final int measurement_unit=0x7f050024;
|
||||
public static final int measurement_unit_dialog=0x7f050017;
|
||||
public static final int minutes=0x7f050031;
|
||||
public static final int my_location=0x7f05001e;
|
||||
public static final int new_button=0x7f050060;
|
||||
public static final int no=0x7f050027;
|
||||
public static final int no_gps_signal=0x7f050015;
|
||||
public static final int no_timer=0x7f050041;
|
||||
/** License specific strings
|
||||
*/
|
||||
public static final int not_licensed=0x7f050061;
|
||||
public static final int not_licensed_full=0x7f050063;
|
||||
public static final int notes=0x7f05002c;
|
||||
public static final int notification_color_black=0x7f05005c;
|
||||
/** Parking Notification Settings
|
||||
*/
|
||||
public static final int notification_color_title=0x7f05005b;
|
||||
public static final int notification_color_white=0x7f05005d;
|
||||
public static final int notify_me=0x7f050032;
|
||||
public static final int ok=0x7f050011;
|
||||
public static final int ongoing_notification=0x7f050057;
|
||||
public static final int parking_timer=0x7f05002f;
|
||||
public static final int parking_timer_description=0x7f05005a;
|
||||
public static final int parking_timer_options=0x7f050054;
|
||||
public static final int parking_timer_service=0x7f050040;
|
||||
public static final int pick_an_option=0x7f050038;
|
||||
public static final int pick_time_greaterthan_zero=0x7f05003a;
|
||||
public static final int pick_timer_lessthan_24=0x7f05004a;
|
||||
public static final int prevent_phone_from_sleeping=0x7f050052;
|
||||
public static final int quit=0x7f050021;
|
||||
public static final int quit_dialog=0x7f05001c;
|
||||
public static final int quit_timer=0x7f05003f;
|
||||
public static final int removeTimer=0x7f050037;
|
||||
public static final int saved=0x7f050070;
|
||||
public static final int seconds=0x7f050050;
|
||||
public static final int send=0x7f050006;
|
||||
public static final int sending=0x7f050005;
|
||||
public static final int set=0x7f050034;
|
||||
public static final int setTimer=0x7f050036;
|
||||
public static final int set_timer=0x7f05002e;
|
||||
public static final int set_timer_warning=0x7f050039;
|
||||
public static final int settings=0x7f050072;
|
||||
public static final int show_both=0x7f050020;
|
||||
public static final int show_notes=0x7f05002d;
|
||||
public static final int sorry=0x7f050004;
|
||||
public static final int sorry_theres_trouble=0x7f050002;
|
||||
public static final int stay_awake=0x7f050023;
|
||||
public static final int stay_awake_dialog=0x7f050019;
|
||||
public static final int stay_awake_off=0x7f05001b;
|
||||
public static final int stay_awake_on=0x7f05001a;
|
||||
public static final int stay_awake_pref=0x7f05000c;
|
||||
public static final int the_vaule_was_not_a_number_update_interval_60=0x7f050051;
|
||||
public static final int timer_already_set=0x7f05003e;
|
||||
public static final int timer_canceled=0x7f050049;
|
||||
public static final int timer_set_for=0x7f05003b;
|
||||
public static final int timer_set_for_hours=0x7f05003c;
|
||||
public static final int timer_set_for_minutes=0x7f05003d;
|
||||
public static final int unit_pref=0x7f05000d;
|
||||
public static final int update_interval=0x7f050055;
|
||||
public static final int update_interval_summary=0x7f050056;
|
||||
public static final int update_interval_updated_to=0x7f05004f;
|
||||
public static final int version=0x7f050008;
|
||||
public static final int version_info=0x7f05006f;
|
||||
public static final int welcome=0x7f050013;
|
||||
public static final int welcome_msg=0x7f050014;
|
||||
public static final int yay=0x7f05000f;
|
||||
public static final int yes=0x7f050026;
|
||||
public static final int your_time_up_ticket=0x7f050042;
|
||||
public static final int your_timer_almost_up_msg=0x7f050047;
|
||||
public static final int your_timer_almost_up_ticket=0x7f050045;
|
||||
public static final int your_timer_almost_up_title=0x7f050046;
|
||||
public static final int your_timer_up_msg=0x7f050044;
|
||||
public static final int your_timer_up_title=0x7f050043;
|
||||
}
|
||||
public static final class style {
|
||||
public static final int CustomTitlePageIndicator=0x7f0c0001;
|
||||
public static final int StyledIndicators=0x7f0c0000;
|
||||
/** Copyright (C) 2011 Jake Wharton Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
|
||||
*/
|
||||
public static final int Theme_PageIndicatorDefaults=0x7f0c0002;
|
||||
public static final int Widget_TitlePageIndicator=0x7f0c0003;
|
||||
}
|
||||
public static final class xml {
|
||||
public static final int settings=0x7f040000;
|
||||
}
|
||||
public static final class styleable {
|
||||
/** Attributes that can be used with a TitlePageIndicator.
|
||||
<p>Includes the following attributes:</p>
|
||||
<table>
|
||||
<colgroup align="left" />
|
||||
<colgroup align="left" />
|
||||
<tr><th>Attribute</th><th>Description</th></tr>
|
||||
<tr><td><code>{@link #TitlePageIndicator_clipPadding com.TwentyCodes.android.FindMyCarLite:clipPadding}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #TitlePageIndicator_footerColor com.TwentyCodes.android.FindMyCarLite:footerColor}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #TitlePageIndicator_footerIndicatorHeight com.TwentyCodes.android.FindMyCarLite:footerIndicatorHeight}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #TitlePageIndicator_footerIndicatorPadding com.TwentyCodes.android.FindMyCarLite:footerIndicatorPadding}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #TitlePageIndicator_footerIndicatorStyle com.TwentyCodes.android.FindMyCarLite:footerIndicatorStyle}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #TitlePageIndicator_footerIndicatorUnderlinePadding com.TwentyCodes.android.FindMyCarLite:footerIndicatorUnderlinePadding}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #TitlePageIndicator_footerLineHeight com.TwentyCodes.android.FindMyCarLite:footerLineHeight}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #TitlePageIndicator_selectedBold com.TwentyCodes.android.FindMyCarLite:selectedBold}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #TitlePageIndicator_selectedColor com.TwentyCodes.android.FindMyCarLite:selectedColor}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #TitlePageIndicator_textColor com.TwentyCodes.android.FindMyCarLite:textColor}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #TitlePageIndicator_textSize com.TwentyCodes.android.FindMyCarLite:textSize}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #TitlePageIndicator_titlePadding com.TwentyCodes.android.FindMyCarLite:titlePadding}</code></td><td></td></tr>
|
||||
</table>
|
||||
@see #TitlePageIndicator_clipPadding
|
||||
@see #TitlePageIndicator_footerColor
|
||||
@see #TitlePageIndicator_footerIndicatorHeight
|
||||
@see #TitlePageIndicator_footerIndicatorPadding
|
||||
@see #TitlePageIndicator_footerIndicatorStyle
|
||||
@see #TitlePageIndicator_footerIndicatorUnderlinePadding
|
||||
@see #TitlePageIndicator_footerLineHeight
|
||||
@see #TitlePageIndicator_selectedBold
|
||||
@see #TitlePageIndicator_selectedColor
|
||||
@see #TitlePageIndicator_textColor
|
||||
@see #TitlePageIndicator_textSize
|
||||
@see #TitlePageIndicator_titlePadding
|
||||
*/
|
||||
public static final int[] TitlePageIndicator = {
|
||||
0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a,
|
||||
0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e,
|
||||
0x7f01000f, 0x7f010010, 0x7f010011, 0x7f010012
|
||||
};
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarLite.R.attr#clipPadding}
|
||||
attribute's value can be found in the {@link #TitlePageIndicator} array.
|
||||
|
||||
|
||||
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
|
||||
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
|
||||
in (inches), mm (millimeters).
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:clipPadding
|
||||
*/
|
||||
public static final int TitlePageIndicator_clipPadding = 0;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarLite.R.attr#footerColor}
|
||||
attribute's value can be found in the {@link #TitlePageIndicator} array.
|
||||
|
||||
|
||||
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
||||
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:footerColor
|
||||
*/
|
||||
public static final int TitlePageIndicator_footerColor = 1;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarLite.R.attr#footerIndicatorHeight}
|
||||
attribute's value can be found in the {@link #TitlePageIndicator} array.
|
||||
|
||||
|
||||
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
|
||||
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
|
||||
in (inches), mm (millimeters).
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:footerIndicatorHeight
|
||||
*/
|
||||
public static final int TitlePageIndicator_footerIndicatorHeight = 4;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarLite.R.attr#footerIndicatorPadding}
|
||||
attribute's value can be found in the {@link #TitlePageIndicator} array.
|
||||
|
||||
|
||||
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
|
||||
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
|
||||
in (inches), mm (millimeters).
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:footerIndicatorPadding
|
||||
*/
|
||||
public static final int TitlePageIndicator_footerIndicatorPadding = 5;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarLite.R.attr#footerIndicatorStyle}
|
||||
attribute's value can be found in the {@link #TitlePageIndicator} array.
|
||||
|
||||
|
||||
<p>Must be one of the following constant values.</p>
|
||||
<table>
|
||||
<colgroup align="left" />
|
||||
<colgroup align="left" />
|
||||
<colgroup align="left" />
|
||||
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
|
||||
<tr><td><code>none</code></td><td>0</td><td></td></tr>
|
||||
<tr><td><code>triangle</code></td><td>1</td><td></td></tr>
|
||||
<tr><td><code>underline</code></td><td>2</td><td></td></tr>
|
||||
</table>
|
||||
@attr name android:footerIndicatorStyle
|
||||
*/
|
||||
public static final int TitlePageIndicator_footerIndicatorStyle = 3;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarLite.R.attr#footerIndicatorUnderlinePadding}
|
||||
attribute's value can be found in the {@link #TitlePageIndicator} array.
|
||||
|
||||
|
||||
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
|
||||
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
|
||||
in (inches), mm (millimeters).
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:footerIndicatorUnderlinePadding
|
||||
*/
|
||||
public static final int TitlePageIndicator_footerIndicatorUnderlinePadding = 6;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarLite.R.attr#footerLineHeight}
|
||||
attribute's value can be found in the {@link #TitlePageIndicator} array.
|
||||
|
||||
|
||||
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
|
||||
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
|
||||
in (inches), mm (millimeters).
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:footerLineHeight
|
||||
*/
|
||||
public static final int TitlePageIndicator_footerLineHeight = 2;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarLite.R.attr#selectedBold}
|
||||
attribute's value can be found in the {@link #TitlePageIndicator} array.
|
||||
|
||||
|
||||
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:selectedBold
|
||||
*/
|
||||
public static final int TitlePageIndicator_selectedBold = 8;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarLite.R.attr#selectedColor}
|
||||
attribute's value can be found in the {@link #TitlePageIndicator} array.
|
||||
|
||||
|
||||
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
||||
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:selectedColor
|
||||
*/
|
||||
public static final int TitlePageIndicator_selectedColor = 7;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarLite.R.attr#textColor}
|
||||
attribute's value can be found in the {@link #TitlePageIndicator} array.
|
||||
|
||||
|
||||
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
||||
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:textColor
|
||||
*/
|
||||
public static final int TitlePageIndicator_textColor = 9;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarLite.R.attr#textSize}
|
||||
attribute's value can be found in the {@link #TitlePageIndicator} array.
|
||||
|
||||
|
||||
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
|
||||
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
|
||||
in (inches), mm (millimeters).
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:textSize
|
||||
*/
|
||||
public static final int TitlePageIndicator_textSize = 10;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarLite.R.attr#titlePadding}
|
||||
attribute's value can be found in the {@link #TitlePageIndicator} array.
|
||||
|
||||
|
||||
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
|
||||
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
|
||||
in (inches), mm (millimeters).
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:titlePadding
|
||||
*/
|
||||
public static final int TitlePageIndicator_titlePadding = 11;
|
||||
/**
|
||||
Copyright (C) 2011 Patrik Åkerfeldt
|
||||
Copyright (C) 2011 Jake Wharton
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
|
||||
<p>Includes the following attributes:</p>
|
||||
<table>
|
||||
<colgroup align="left" />
|
||||
<colgroup align="left" />
|
||||
<tr><th>Attribute</th><th>Description</th></tr>
|
||||
<tr><td><code>{@link #ViewPagerIndicator_circlePageIndicatorStyle com.TwentyCodes.android.FindMyCarLite:circlePageIndicatorStyle}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #ViewPagerIndicator_titlePageIndicatorStyle com.TwentyCodes.android.FindMyCarLite:titlePageIndicatorStyle}</code></td><td></td></tr>
|
||||
</table>
|
||||
@see #ViewPagerIndicator_circlePageIndicatorStyle
|
||||
@see #ViewPagerIndicator_titlePageIndicatorStyle
|
||||
*/
|
||||
public static final int[] ViewPagerIndicator = {
|
||||
0x7f010005, 0x7f010006
|
||||
};
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarLite.R.attr#circlePageIndicatorStyle}
|
||||
attribute's value can be found in the {@link #ViewPagerIndicator} array.
|
||||
|
||||
|
||||
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
|
||||
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
|
||||
@attr name android:circlePageIndicatorStyle
|
||||
*/
|
||||
public static final int ViewPagerIndicator_circlePageIndicatorStyle = 0;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarLite.R.attr#titlePageIndicatorStyle}
|
||||
attribute's value can be found in the {@link #ViewPagerIndicator} array.
|
||||
|
||||
|
||||
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
|
||||
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
|
||||
@attr name android:titlePageIndicatorStyle
|
||||
*/
|
||||
public static final int ViewPagerIndicator_titlePageIndicatorStyle = 1;
|
||||
/** Attributes that can be used with a com_admob_android_ads_AdView.
|
||||
<p>Includes the following attributes:</p>
|
||||
<table>
|
||||
<colgroup align="left" />
|
||||
<colgroup align="left" />
|
||||
<tr><th>Attribute</th><th>Description</th></tr>
|
||||
<tr><td><code>{@link #com_admob_android_ads_AdView_backgroundColor com.TwentyCodes.android.FindMyCarLite:backgroundColor}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #com_admob_android_ads_AdView_keywords com.TwentyCodes.android.FindMyCarLite:keywords}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #com_admob_android_ads_AdView_primaryTextColor com.TwentyCodes.android.FindMyCarLite:primaryTextColor}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #com_admob_android_ads_AdView_refreshInterval com.TwentyCodes.android.FindMyCarLite:refreshInterval}</code></td><td></td></tr>
|
||||
<tr><td><code>{@link #com_admob_android_ads_AdView_secondaryTextColor com.TwentyCodes.android.FindMyCarLite:secondaryTextColor}</code></td><td></td></tr>
|
||||
</table>
|
||||
@see #com_admob_android_ads_AdView_backgroundColor
|
||||
@see #com_admob_android_ads_AdView_keywords
|
||||
@see #com_admob_android_ads_AdView_primaryTextColor
|
||||
@see #com_admob_android_ads_AdView_refreshInterval
|
||||
@see #com_admob_android_ads_AdView_secondaryTextColor
|
||||
*/
|
||||
public static final int[] com_admob_android_ads_AdView = {
|
||||
0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003,
|
||||
0x7f010004
|
||||
};
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarLite.R.attr#backgroundColor}
|
||||
attribute's value can be found in the {@link #com_admob_android_ads_AdView} array.
|
||||
|
||||
|
||||
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
||||
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:backgroundColor
|
||||
*/
|
||||
public static final int com_admob_android_ads_AdView_backgroundColor = 0;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarLite.R.attr#keywords}
|
||||
attribute's value can be found in the {@link #com_admob_android_ads_AdView} array.
|
||||
|
||||
|
||||
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:keywords
|
||||
*/
|
||||
public static final int com_admob_android_ads_AdView_keywords = 3;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarLite.R.attr#primaryTextColor}
|
||||
attribute's value can be found in the {@link #com_admob_android_ads_AdView} array.
|
||||
|
||||
|
||||
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
||||
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:primaryTextColor
|
||||
*/
|
||||
public static final int com_admob_android_ads_AdView_primaryTextColor = 1;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarLite.R.attr#refreshInterval}
|
||||
attribute's value can be found in the {@link #com_admob_android_ads_AdView} array.
|
||||
|
||||
|
||||
<p>Must be an integer value, such as "<code>100</code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:refreshInterval
|
||||
*/
|
||||
public static final int com_admob_android_ads_AdView_refreshInterval = 4;
|
||||
/**
|
||||
<p>This symbol is the offset where the {@link com.TwentyCodes.android.FindMyCarLite.R.attr#secondaryTextColor}
|
||||
attribute's value can be found in the {@link #com_admob_android_ads_AdView} array.
|
||||
|
||||
|
||||
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
||||
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
||||
<p>This may also be a reference to a resource (in the form
|
||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||
theme attribute (in the form
|
||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||
containing a value of this type.
|
||||
@attr name android:secondaryTextColor
|
||||
*/
|
||||
public static final int com_admob_android_ads_AdView_secondaryTextColor = 2;
|
||||
};
|
||||
}
|
||||
@@ -234,7 +234,6 @@ or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>na
|
||||
public static final int user_arrow_animation_1=0x7f02001d;
|
||||
public static final int user_arrow_animation_2=0x7f02001e;
|
||||
public static final int user_arrow_animation_3=0x7f02001f;
|
||||
public static final int userarrow=0x7f020020;
|
||||
}
|
||||
public static final class id {
|
||||
public static final int TextView01=0x7f070009;
|
||||
@@ -293,134 +292,138 @@ or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>na
|
||||
public static final int main=0x7f030006;
|
||||
public static final int map=0x7f030007;
|
||||
public static final int map_buttons=0x7f030008;
|
||||
public static final int notes=0x7f030009;
|
||||
public static final int parking_timer_activity=0x7f03000a;
|
||||
public static final int parkingtimer_layout=0x7f03000b;
|
||||
public static final int powered_by_skyhook=0x7f03000c;
|
||||
public static final int map_fragment=0x7f030009;
|
||||
public static final int notes=0x7f03000a;
|
||||
public static final int parking_timer_activity=0x7f03000b;
|
||||
public static final int parkingtimer_layout=0x7f03000c;
|
||||
public static final int powered_by_skyhook=0x7f03000d;
|
||||
}
|
||||
public static final class menu {
|
||||
public static final int map_action_bar=0x7f0d0000;
|
||||
}
|
||||
public static final class string {
|
||||
public static final int accept=0x7f050066;
|
||||
public static final int accept=0x7f050067;
|
||||
public static final int app_name=0x7f050000;
|
||||
public static final int app_name_lite=0x7f05000e;
|
||||
public static final int application_error=0x7f050062;
|
||||
public static final int before=0x7f050035;
|
||||
public static final int calculating=0x7f05006d;
|
||||
public static final int cancel=0x7f050033;
|
||||
public static final int car_location=0x7f05001f;
|
||||
public static final int car_management=0x7f050048;
|
||||
public static final int check_license=0x7f050064;
|
||||
public static final int close=0x7f05005f;
|
||||
public static final int compass=0x7f05004e;
|
||||
public static final int compass_optoions=0x7f050065;
|
||||
public static final int app_name_lite=0x7f05000f;
|
||||
public static final int application_error=0x7f050063;
|
||||
public static final int before=0x7f050036;
|
||||
public static final int calculating=0x7f05006e;
|
||||
public static final int cancel=0x7f050034;
|
||||
public static final int car_location=0x7f050020;
|
||||
public static final int car_management=0x7f050049;
|
||||
public static final int check_license=0x7f050065;
|
||||
public static final int close=0x7f050060;
|
||||
public static final int compass=0x7f05004f;
|
||||
public static final int compass_optoions=0x7f050066;
|
||||
public static final int crash=0x7f050003;
|
||||
public static final int decline=0x7f050067;
|
||||
public static final int default_location=0x7f05006b;
|
||||
public static final int delete=0x7f05005e;
|
||||
public static final int delete_car=0x7f050028;
|
||||
public static final int delete_car_dialog=0x7f050029;
|
||||
public static final int deleteing=0x7f05006c;
|
||||
public static final int decline=0x7f050068;
|
||||
public static final int default_location=0x7f05006c;
|
||||
public static final int delete=0x7f05005f;
|
||||
public static final int delete_car=0x7f050029;
|
||||
public static final int delete_car_dialog=0x7f05002a;
|
||||
public static final int deleteing=0x7f05006d;
|
||||
public static final int description=0x7f050007;
|
||||
public static final int directions=0x7f05004b;
|
||||
public static final int directions_description=0x7f050059;
|
||||
public static final int distance=0x7f05002a;
|
||||
public static final int eula=0x7f050068;
|
||||
public static final int eulaagreement=0x7f050069;
|
||||
public static final int feature_in_fmc_full=0x7f050058;
|
||||
public static final int feature_in_fmc_full_description=0x7f05006a;
|
||||
public static final int first_boot=0x7f050009;
|
||||
public static final int fmc_options=0x7f050053;
|
||||
public static final int found_car=0x7f050010;
|
||||
public static final int gps_accuracy=0x7f05004d;
|
||||
public static final int directions=0x7f05004c;
|
||||
public static final int directions_description=0x7f05005a;
|
||||
public static final int directions_empty_msg=0x7f050074;
|
||||
public static final int distance=0x7f05002b;
|
||||
public static final int eula=0x7f050069;
|
||||
public static final int eulaagreement=0x7f05006a;
|
||||
public static final int feature_in_fmc_full=0x7f050059;
|
||||
public static final int feature_in_fmc_full_description=0x7f05006b;
|
||||
public static final int first_boot=0x7f05000a;
|
||||
public static final int fmc_options=0x7f050054;
|
||||
public static final int found_car=0x7f050011;
|
||||
public static final int gps_accuracy=0x7f05004e;
|
||||
public static final int gps_fix=0x7f050001;
|
||||
public static final int gps_is_disabled=0x7f05004c;
|
||||
public static final int help=0x7f050012;
|
||||
public static final int hours=0x7f050030;
|
||||
public static final int lat=0x7f05000a;
|
||||
public static final int layers=0x7f050022;
|
||||
public static final int layers_dialog=0x7f050025;
|
||||
public static final int lon=0x7f05000b;
|
||||
public static final int map=0x7f050071;
|
||||
public static final int map_mode=0x7f05006e;
|
||||
public static final int mark_car=0x7f05001d;
|
||||
public static final int mark_car_button=0x7f05002b;
|
||||
public static final int mark_car_first=0x7f050018;
|
||||
public static final int mark_car_warning=0x7f050016;
|
||||
public static final int measurement_unit=0x7f050024;
|
||||
public static final int measurement_unit_dialog=0x7f050017;
|
||||
public static final int minutes=0x7f050031;
|
||||
public static final int my_location=0x7f05001e;
|
||||
public static final int new_button=0x7f050060;
|
||||
public static final int no=0x7f050027;
|
||||
public static final int no_gps_signal=0x7f050015;
|
||||
public static final int no_timer=0x7f050041;
|
||||
public static final int gps_is_disabled=0x7f05004d;
|
||||
public static final int help=0x7f050013;
|
||||
public static final int hours=0x7f050031;
|
||||
public static final int lat=0x7f05000b;
|
||||
public static final int layers=0x7f050023;
|
||||
public static final int layers_dialog=0x7f050026;
|
||||
public static final int lon=0x7f05000c;
|
||||
public static final int map=0x7f050072;
|
||||
public static final int map_mode=0x7f05006f;
|
||||
public static final int mark_car=0x7f05001e;
|
||||
public static final int mark_car_button=0x7f05002c;
|
||||
public static final int mark_car_first=0x7f050019;
|
||||
public static final int mark_car_warning=0x7f050017;
|
||||
public static final int measurement_unit=0x7f050025;
|
||||
public static final int measurement_unit_dialog=0x7f050018;
|
||||
public static final int minutes=0x7f050032;
|
||||
public static final int my_location=0x7f05001f;
|
||||
public static final int nav_only_in_full=0x7f050075;
|
||||
public static final int new_button=0x7f050061;
|
||||
public static final int no=0x7f050028;
|
||||
public static final int no_gps_signal=0x7f050016;
|
||||
public static final int no_reports=0x7f050009;
|
||||
public static final int no_timer=0x7f050042;
|
||||
/** License specific strings
|
||||
*/
|
||||
public static final int not_licensed=0x7f050061;
|
||||
public static final int not_licensed_full=0x7f050063;
|
||||
public static final int notes=0x7f05002c;
|
||||
public static final int notification_color_black=0x7f05005c;
|
||||
public static final int not_licensed=0x7f050062;
|
||||
public static final int not_licensed_full=0x7f050064;
|
||||
public static final int notes=0x7f05002d;
|
||||
public static final int notification_color_black=0x7f05005d;
|
||||
/** Parking Notification Settings
|
||||
*/
|
||||
public static final int notification_color_title=0x7f05005b;
|
||||
public static final int notification_color_white=0x7f05005d;
|
||||
public static final int notify_me=0x7f050032;
|
||||
public static final int ok=0x7f050011;
|
||||
public static final int ongoing_notification=0x7f050057;
|
||||
public static final int parking_timer=0x7f05002f;
|
||||
public static final int parking_timer_description=0x7f05005a;
|
||||
public static final int parking_timer_options=0x7f050054;
|
||||
public static final int parking_timer_service=0x7f050040;
|
||||
public static final int pick_an_option=0x7f050038;
|
||||
public static final int pick_time_greaterthan_zero=0x7f05003a;
|
||||
public static final int pick_timer_lessthan_24=0x7f05004a;
|
||||
public static final int prevent_phone_from_sleeping=0x7f050052;
|
||||
public static final int quit=0x7f050021;
|
||||
public static final int quit_dialog=0x7f05001c;
|
||||
public static final int quit_timer=0x7f05003f;
|
||||
public static final int removeTimer=0x7f050037;
|
||||
public static final int saved=0x7f050070;
|
||||
public static final int seconds=0x7f050050;
|
||||
public static final int notification_color_title=0x7f05005c;
|
||||
public static final int notification_color_white=0x7f05005e;
|
||||
public static final int notify_me=0x7f050033;
|
||||
public static final int ok=0x7f050012;
|
||||
public static final int ongoing_notification=0x7f050058;
|
||||
public static final int parking_timer=0x7f050030;
|
||||
public static final int parking_timer_description=0x7f05005b;
|
||||
public static final int parking_timer_options=0x7f050055;
|
||||
public static final int parking_timer_service=0x7f050041;
|
||||
public static final int pick_an_option=0x7f050039;
|
||||
public static final int pick_time_greaterthan_zero=0x7f05003b;
|
||||
public static final int pick_timer_lessthan_24=0x7f05004b;
|
||||
public static final int prevent_phone_from_sleeping=0x7f050053;
|
||||
public static final int quit=0x7f050022;
|
||||
public static final int quit_dialog=0x7f05001d;
|
||||
public static final int quit_timer=0x7f050040;
|
||||
public static final int removeTimer=0x7f050038;
|
||||
public static final int saved=0x7f050071;
|
||||
public static final int seconds=0x7f050051;
|
||||
public static final int send=0x7f050006;
|
||||
public static final int sending=0x7f050005;
|
||||
public static final int set=0x7f050034;
|
||||
public static final int setTimer=0x7f050036;
|
||||
public static final int set_timer=0x7f05002e;
|
||||
public static final int set_timer_warning=0x7f050039;
|
||||
public static final int settings=0x7f050072;
|
||||
public static final int show_both=0x7f050020;
|
||||
public static final int show_notes=0x7f05002d;
|
||||
public static final int set=0x7f050035;
|
||||
public static final int setTimer=0x7f050037;
|
||||
public static final int set_timer=0x7f05002f;
|
||||
public static final int set_timer_warning=0x7f05003a;
|
||||
public static final int settings=0x7f050073;
|
||||
public static final int show_both=0x7f050021;
|
||||
public static final int show_notes=0x7f05002e;
|
||||
public static final int sorry=0x7f050004;
|
||||
public static final int sorry_theres_trouble=0x7f050002;
|
||||
public static final int stay_awake=0x7f050023;
|
||||
public static final int stay_awake_dialog=0x7f050019;
|
||||
public static final int stay_awake_off=0x7f05001b;
|
||||
public static final int stay_awake_on=0x7f05001a;
|
||||
public static final int stay_awake_pref=0x7f05000c;
|
||||
public static final int the_vaule_was_not_a_number_update_interval_60=0x7f050051;
|
||||
public static final int timer_already_set=0x7f05003e;
|
||||
public static final int timer_canceled=0x7f050049;
|
||||
public static final int timer_set_for=0x7f05003b;
|
||||
public static final int timer_set_for_hours=0x7f05003c;
|
||||
public static final int timer_set_for_minutes=0x7f05003d;
|
||||
public static final int unit_pref=0x7f05000d;
|
||||
public static final int update_interval=0x7f050055;
|
||||
public static final int update_interval_summary=0x7f050056;
|
||||
public static final int update_interval_updated_to=0x7f05004f;
|
||||
public static final int stay_awake=0x7f050024;
|
||||
public static final int stay_awake_dialog=0x7f05001a;
|
||||
public static final int stay_awake_off=0x7f05001c;
|
||||
public static final int stay_awake_on=0x7f05001b;
|
||||
public static final int stay_awake_pref=0x7f05000d;
|
||||
public static final int the_vaule_was_not_a_number_update_interval_60=0x7f050052;
|
||||
public static final int timer_already_set=0x7f05003f;
|
||||
public static final int timer_canceled=0x7f05004a;
|
||||
public static final int timer_set_for=0x7f05003c;
|
||||
public static final int timer_set_for_hours=0x7f05003d;
|
||||
public static final int timer_set_for_minutes=0x7f05003e;
|
||||
public static final int unit_pref=0x7f05000e;
|
||||
public static final int update_interval=0x7f050056;
|
||||
public static final int update_interval_summary=0x7f050057;
|
||||
public static final int update_interval_updated_to=0x7f050050;
|
||||
public static final int version=0x7f050008;
|
||||
public static final int version_info=0x7f05006f;
|
||||
public static final int welcome=0x7f050013;
|
||||
public static final int welcome_msg=0x7f050014;
|
||||
public static final int yay=0x7f05000f;
|
||||
public static final int yes=0x7f050026;
|
||||
public static final int your_time_up_ticket=0x7f050042;
|
||||
public static final int your_timer_almost_up_msg=0x7f050047;
|
||||
public static final int your_timer_almost_up_ticket=0x7f050045;
|
||||
public static final int your_timer_almost_up_title=0x7f050046;
|
||||
public static final int your_timer_up_msg=0x7f050044;
|
||||
public static final int your_timer_up_title=0x7f050043;
|
||||
public static final int version_info=0x7f050070;
|
||||
public static final int welcome=0x7f050014;
|
||||
public static final int welcome_msg=0x7f050015;
|
||||
public static final int yay=0x7f050010;
|
||||
public static final int yes=0x7f050027;
|
||||
public static final int your_time_up_ticket=0x7f050043;
|
||||
public static final int your_timer_almost_up_msg=0x7f050048;
|
||||
public static final int your_timer_almost_up_ticket=0x7f050046;
|
||||
public static final int your_timer_almost_up_title=0x7f050047;
|
||||
public static final int your_timer_up_msg=0x7f050045;
|
||||
public static final int your_timer_up_title=0x7f050044;
|
||||
}
|
||||
public static final class style {
|
||||
public static final int CustomTitlePageIndicator=0x7f0c0001;
|
||||
|
||||
@@ -11,6 +11,6 @@
|
||||
split.density=false
|
||||
android.library.reference.1=../FindMyCarLib/
|
||||
# Project target.
|
||||
target=Google Inc.:Google APIs:14
|
||||
target=Google Inc.:Google APIs:15
|
||||
|
||||
#proguard.config=proguard.cfg
|
||||
|
||||
Reference in New Issue
Block a user