Countdown now opengl-rendered -> no more bugs
Fixed minor bugs
This commit is contained in:
@ -266,48 +266,48 @@ public final class R {
|
||||
public static final int bright_foreground_material_light = 0x7f05001d;
|
||||
public static final int button_material_dark = 0x7f05001e;
|
||||
public static final int button_material_light = 0x7f05001f;
|
||||
public static final int dim_foreground_disabled_material_dark = 0x7f050023;
|
||||
public static final int dim_foreground_disabled_material_light = 0x7f050024;
|
||||
public static final int dim_foreground_material_dark = 0x7f050025;
|
||||
public static final int dim_foreground_material_light = 0x7f050026;
|
||||
public static final int foreground_material_dark = 0x7f050027;
|
||||
public static final int foreground_material_light = 0x7f050028;
|
||||
public static final int highlighted_text_material_dark = 0x7f050029;
|
||||
public static final int highlighted_text_material_light = 0x7f05002a;
|
||||
public static final int hint_foreground_material_dark = 0x7f05002b;
|
||||
public static final int hint_foreground_material_light = 0x7f05002c;
|
||||
public static final int material_blue_grey_800 = 0x7f05002d;
|
||||
public static final int material_blue_grey_900 = 0x7f05002e;
|
||||
public static final int material_blue_grey_950 = 0x7f05002f;
|
||||
public static final int material_deep_teal_200 = 0x7f050030;
|
||||
public static final int material_deep_teal_500 = 0x7f050031;
|
||||
public static final int material_grey_100 = 0x7f050032;
|
||||
public static final int material_grey_300 = 0x7f050033;
|
||||
public static final int material_grey_50 = 0x7f050034;
|
||||
public static final int material_grey_600 = 0x7f050035;
|
||||
public static final int material_grey_800 = 0x7f050036;
|
||||
public static final int material_grey_850 = 0x7f050037;
|
||||
public static final int material_grey_900 = 0x7f050038;
|
||||
public static final int primary_dark_material_dark = 0x7f05003c;
|
||||
public static final int primary_dark_material_light = 0x7f05003d;
|
||||
public static final int primary_material_dark = 0x7f05003e;
|
||||
public static final int primary_material_light = 0x7f05003f;
|
||||
public static final int primary_text_default_material_dark = 0x7f050040;
|
||||
public static final int primary_text_default_material_light = 0x7f050041;
|
||||
public static final int primary_text_disabled_material_dark = 0x7f050042;
|
||||
public static final int primary_text_disabled_material_light = 0x7f050043;
|
||||
public static final int ripple_material_dark = 0x7f050045;
|
||||
public static final int ripple_material_light = 0x7f050046;
|
||||
public static final int secondary_text_default_material_dark = 0x7f05004c;
|
||||
public static final int secondary_text_default_material_light = 0x7f05004d;
|
||||
public static final int secondary_text_disabled_material_dark = 0x7f05004e;
|
||||
public static final int secondary_text_disabled_material_light = 0x7f05004f;
|
||||
public static final int switch_thumb_disabled_material_dark = 0x7f050050;
|
||||
public static final int switch_thumb_disabled_material_light = 0x7f050051;
|
||||
public static final int switch_thumb_material_dark = 0x7f050052;
|
||||
public static final int switch_thumb_material_light = 0x7f050053;
|
||||
public static final int switch_thumb_normal_material_dark = 0x7f050054;
|
||||
public static final int switch_thumb_normal_material_light = 0x7f050055;
|
||||
public static final int dim_foreground_disabled_material_dark = 0x7f050020;
|
||||
public static final int dim_foreground_disabled_material_light = 0x7f050021;
|
||||
public static final int dim_foreground_material_dark = 0x7f050022;
|
||||
public static final int dim_foreground_material_light = 0x7f050023;
|
||||
public static final int foreground_material_dark = 0x7f050024;
|
||||
public static final int foreground_material_light = 0x7f050025;
|
||||
public static final int highlighted_text_material_dark = 0x7f050026;
|
||||
public static final int highlighted_text_material_light = 0x7f050027;
|
||||
public static final int hint_foreground_material_dark = 0x7f050028;
|
||||
public static final int hint_foreground_material_light = 0x7f050029;
|
||||
public static final int material_blue_grey_800 = 0x7f05002a;
|
||||
public static final int material_blue_grey_900 = 0x7f05002b;
|
||||
public static final int material_blue_grey_950 = 0x7f05002c;
|
||||
public static final int material_deep_teal_200 = 0x7f05002d;
|
||||
public static final int material_deep_teal_500 = 0x7f05002e;
|
||||
public static final int material_grey_100 = 0x7f05002f;
|
||||
public static final int material_grey_300 = 0x7f050030;
|
||||
public static final int material_grey_50 = 0x7f050031;
|
||||
public static final int material_grey_600 = 0x7f050032;
|
||||
public static final int material_grey_800 = 0x7f050033;
|
||||
public static final int material_grey_850 = 0x7f050034;
|
||||
public static final int material_grey_900 = 0x7f050035;
|
||||
public static final int primary_dark_material_dark = 0x7f050039;
|
||||
public static final int primary_dark_material_light = 0x7f05003a;
|
||||
public static final int primary_material_dark = 0x7f05003b;
|
||||
public static final int primary_material_light = 0x7f05003c;
|
||||
public static final int primary_text_default_material_dark = 0x7f05003d;
|
||||
public static final int primary_text_default_material_light = 0x7f05003e;
|
||||
public static final int primary_text_disabled_material_dark = 0x7f05003f;
|
||||
public static final int primary_text_disabled_material_light = 0x7f050040;
|
||||
public static final int ripple_material_dark = 0x7f050042;
|
||||
public static final int ripple_material_light = 0x7f050043;
|
||||
public static final int secondary_text_default_material_dark = 0x7f050049;
|
||||
public static final int secondary_text_default_material_light = 0x7f05004a;
|
||||
public static final int secondary_text_disabled_material_dark = 0x7f05004b;
|
||||
public static final int secondary_text_disabled_material_light = 0x7f05004c;
|
||||
public static final int switch_thumb_disabled_material_dark = 0x7f05004d;
|
||||
public static final int switch_thumb_disabled_material_light = 0x7f05004e;
|
||||
public static final int switch_thumb_material_dark = 0x7f05004f;
|
||||
public static final int switch_thumb_material_light = 0x7f050050;
|
||||
public static final int switch_thumb_normal_material_dark = 0x7f050051;
|
||||
public static final int switch_thumb_normal_material_light = 0x7f050052;
|
||||
}
|
||||
public static final class dimen {
|
||||
public static final int abc_action_bar_content_inset_material = 0x7f060000;
|
||||
@ -456,7 +456,7 @@ public final class R {
|
||||
public static final int abc_textfield_search_activated_mtrl_alpha = 0x7f070042;
|
||||
public static final int abc_textfield_search_default_mtrl_alpha = 0x7f070043;
|
||||
public static final int abc_textfield_search_material = 0x7f070044;
|
||||
public static final int notification_template_icon_bg = 0x7f070067;
|
||||
public static final int notification_template_icon_bg = 0x7f07006a;
|
||||
}
|
||||
public static final class id {
|
||||
public static final int action0 = 0x7f080000;
|
||||
@ -494,23 +494,23 @@ public final class R {
|
||||
public static final int end_padder = 0x7f08002d;
|
||||
public static final int expand_activities_button = 0x7f08002e;
|
||||
public static final int expanded_menu = 0x7f08002f;
|
||||
public static final int home = 0x7f080047;
|
||||
public static final int homeAsUp = 0x7f080048;
|
||||
public static final int icon = 0x7f080049;
|
||||
public static final int ifRoom = 0x7f08004a;
|
||||
public static final int image = 0x7f08004b;
|
||||
public static final int info = 0x7f08004c;
|
||||
public static final int line1 = 0x7f080059;
|
||||
public static final int line3 = 0x7f08005a;
|
||||
public static final int listMode = 0x7f08005c;
|
||||
public static final int list_item = 0x7f08005d;
|
||||
public static final int media_actions = 0x7f08005e;
|
||||
public static final int middle = 0x7f08005f;
|
||||
public static final int multiply = 0x7f080060;
|
||||
public static final int never = 0x7f080061;
|
||||
public static final int none = 0x7f080062;
|
||||
public static final int normal = 0x7f080063;
|
||||
public static final int parentPanel = 0x7f080064;
|
||||
public static final int home = 0x7f080046;
|
||||
public static final int homeAsUp = 0x7f080047;
|
||||
public static final int icon = 0x7f080048;
|
||||
public static final int ifRoom = 0x7f080049;
|
||||
public static final int image = 0x7f08004a;
|
||||
public static final int info = 0x7f08004b;
|
||||
public static final int line1 = 0x7f080058;
|
||||
public static final int line3 = 0x7f080059;
|
||||
public static final int listMode = 0x7f08005b;
|
||||
public static final int list_item = 0x7f08005c;
|
||||
public static final int media_actions = 0x7f08005d;
|
||||
public static final int middle = 0x7f08005e;
|
||||
public static final int multiply = 0x7f08005f;
|
||||
public static final int never = 0x7f080060;
|
||||
public static final int none = 0x7f080061;
|
||||
public static final int normal = 0x7f080062;
|
||||
public static final int parentPanel = 0x7f080063;
|
||||
public static final int progress_circular = 0x7f080068;
|
||||
public static final int progress_horizontal = 0x7f080069;
|
||||
public static final int radio = 0x7f08006a;
|
||||
|
@ -1,2 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<merger version="3"><dataSet config="main"><source path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets"><file name="fontBaron.ttf" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\fontBaron.ttf"/><file name="levelpacks/Grasslands.xml" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\levelpacks\Grasslands.xml"/><file name="levelpacks/Icy Mountains.xml" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\levelpacks\Icy Mountains.xml"/><file name="particleEffects/collectEnergy.pe" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\particleEffects\collectEnergy.pe"/><file name="particleEffects/collectStar.pe" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\particleEffects\collectStar.pe"/><file name="particleEffects/colorChange.pe" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\particleEffects\colorChange.pe"/><file name="particleEffects/explosion.pe" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\particleEffects\explosion.pe"/><file name="particleEffects/firework.pe" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\particleEffects\firework.pe"/><file name="particleEffects/magnet.pe" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\particleEffects\magnet.pe"/><file name="particleEffects/particle.png" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\particleEffects\particle.png"/><file name="particleEffects/snow.pe" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\particleEffects\snow.pe"/><file name="particleEffects/snow.png" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\particleEffects\snow.png"/><file name="particleEffects/star.png" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\particleEffects\star.png"/><file name="particleEffects/stasis.pe" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\particleEffects\stasis.pe"/><file name="particleEffects/superPower.pe" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\particleEffects\superPower.pe"/><file name="particleEffects/test_fire.pe" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\particleEffects\test_fire.pe"/><file name="shader/entityFragmentShader.glsl" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\shader\entityFragmentShader.glsl"/><file name="shader/entityVertexShader.glsl" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\shader\entityVertexShader.glsl"/><file name="shader/obstacleFragmentShader.glsl" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\shader\obstacleFragmentShader.glsl"/><file name="shader/particleFragmentShader.glsl" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\shader\particleFragmentShader.glsl"/><file name="shader/simpleFragmentShader.glsl" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\shader\simpleFragmentShader.glsl"/><file name="shader/simpleVertexShader.glsl" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\shader\simpleVertexShader.glsl"/><file name="shader/terrainFragmentShader.glsl" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\shader\terrainFragmentShader.glsl"/></source><source path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\build\generated\assets\shaders\debug"/></dataSet><dataSet config="debug"><source path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\debug\assets"/></dataSet></merger>
|
||||
<merger version="3"><dataSet config="main"><source path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets"><file name="fontBaron.ttf" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\fontBaron.ttf"/><file name="levelpacks/Grasslands.xml" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\levelpacks\Grasslands.xml"/><file name="levelpacks/Icy Mountains.xml" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\levelpacks\Icy Mountains.xml"/><file name="particleEffects/collectEnergy.pe" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\particleEffects\collectEnergy.pe"/><file name="particleEffects/collectStar.pe" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\particleEffects\collectStar.pe"/><file name="particleEffects/colorChange.pe" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\particleEffects\colorChange.pe"/><file name="particleEffects/explosion.pe" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\particleEffects\explosion.pe"/><file name="particleEffects/firework.pe" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\particleEffects\firework.pe"/><file name="particleEffects/magnet.pe" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\particleEffects\magnet.pe"/><file name="particleEffects/particle.png" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\particleEffects\particle.png"/><file name="particleEffects/snow.pe" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\particleEffects\snow.pe"/><file name="particleEffects/snow.png" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\particleEffects\snow.png"/><file name="particleEffects/star.png" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\particleEffects\star.png"/><file name="particleEffects/stasis.pe" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\particleEffects\stasis.pe"/><file name="particleEffects/superPower.pe" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\particleEffects\superPower.pe"/><file name="particleEffects/test_fire.pe" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\particleEffects\test_fire.pe"/><file name="shader/entityFragmentShader.glsl" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\shader\entityFragmentShader.glsl"/><file name="shader/entityVertexShader.glsl" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\shader\entityVertexShader.glsl"/><file name="shader/obstacleFragmentShader.glsl" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\shader\obstacleFragmentShader.glsl"/><file name="shader/particleFragmentShader.glsl" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\shader\particleFragmentShader.glsl"/><file name="shader/simpleFragmentShader.glsl" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\shader\simpleFragmentShader.glsl"/><file name="shader/simpleVertexShader.glsl" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\shader\simpleVertexShader.glsl"/><file name="shader/terrainFragmentShader.glsl" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\shader\terrainFragmentShader.glsl"/><file name="shader/guiVertexShader.glsl" path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\assets\shader\guiVertexShader.glsl"/></source><source path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\build\generated\assets\shaders\debug"/></dataSet><dataSet config="debug"><source path="C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\debug\assets"/></dataSet></merger>
|
File diff suppressed because one or more lines are too long
@ -266,70 +266,67 @@ int color bright_foreground_material_dark 0x7f05001c
|
||||
int color bright_foreground_material_light 0x7f05001d
|
||||
int color button_material_dark 0x7f05001e
|
||||
int color button_material_light 0x7f05001f
|
||||
int color countdown1 0x7f050020
|
||||
int color countdown2 0x7f050021
|
||||
int color countdown3 0x7f050022
|
||||
int color dim_foreground_disabled_material_dark 0x7f050023
|
||||
int color dim_foreground_disabled_material_light 0x7f050024
|
||||
int color dim_foreground_material_dark 0x7f050025
|
||||
int color dim_foreground_material_light 0x7f050026
|
||||
int color foreground_material_dark 0x7f050027
|
||||
int color foreground_material_light 0x7f050028
|
||||
int color highlighted_text_material_dark 0x7f050029
|
||||
int color highlighted_text_material_light 0x7f05002a
|
||||
int color hint_foreground_material_dark 0x7f05002b
|
||||
int color hint_foreground_material_light 0x7f05002c
|
||||
int color material_blue_grey_800 0x7f05002d
|
||||
int color material_blue_grey_900 0x7f05002e
|
||||
int color material_blue_grey_950 0x7f05002f
|
||||
int color material_deep_teal_200 0x7f050030
|
||||
int color material_deep_teal_500 0x7f050031
|
||||
int color material_grey_100 0x7f050032
|
||||
int color material_grey_300 0x7f050033
|
||||
int color material_grey_50 0x7f050034
|
||||
int color material_grey_600 0x7f050035
|
||||
int color material_grey_800 0x7f050036
|
||||
int color material_grey_850 0x7f050037
|
||||
int color material_grey_900 0x7f050038
|
||||
int color message_buttons 0x7f050039
|
||||
int color primary 0x7f05003a
|
||||
int color primary_dark 0x7f05003b
|
||||
int color primary_dark_material_dark 0x7f05003c
|
||||
int color primary_dark_material_light 0x7f05003d
|
||||
int color primary_material_dark 0x7f05003e
|
||||
int color primary_material_light 0x7f05003f
|
||||
int color primary_text_default_material_dark 0x7f050040
|
||||
int color primary_text_default_material_light 0x7f050041
|
||||
int color primary_text_disabled_material_dark 0x7f050042
|
||||
int color primary_text_disabled_material_light 0x7f050043
|
||||
int color red 0x7f050044
|
||||
int color ripple_material_dark 0x7f050045
|
||||
int color ripple_material_light 0x7f050046
|
||||
int color secondary 0x7f050047
|
||||
int color secondary_dark 0x7f050048
|
||||
int color secondary_light 0x7f050049
|
||||
int color secondary_little_transparent 0x7f05004a
|
||||
int color secondary_much_transparent 0x7f05004b
|
||||
int color secondary_text_default_material_dark 0x7f05004c
|
||||
int color secondary_text_default_material_light 0x7f05004d
|
||||
int color secondary_text_disabled_material_dark 0x7f05004e
|
||||
int color secondary_text_disabled_material_light 0x7f05004f
|
||||
int color switch_thumb_disabled_material_dark 0x7f050050
|
||||
int color switch_thumb_disabled_material_light 0x7f050051
|
||||
int color switch_thumb_material_dark 0x7f050052
|
||||
int color switch_thumb_material_light 0x7f050053
|
||||
int color switch_thumb_normal_material_dark 0x7f050054
|
||||
int color switch_thumb_normal_material_light 0x7f050055
|
||||
int color toolbuttonActiveNotReady 0x7f050056
|
||||
int color toolbuttonActiveReady 0x7f050057
|
||||
int color toolbuttonInactiveNotReady 0x7f050058
|
||||
int color toolbuttonInactiveReady 0x7f050059
|
||||
int color toolbuttonLocked 0x7f05005a
|
||||
int color toolslotDisabled 0x7f05005b
|
||||
int color toolslotDisabledSelected 0x7f05005c
|
||||
int color toolslotEnabled 0x7f05005d
|
||||
int color toolslotEnabledSelected 0x7f05005e
|
||||
int color transparent 0x7f05005f
|
||||
int color dim_foreground_disabled_material_dark 0x7f050020
|
||||
int color dim_foreground_disabled_material_light 0x7f050021
|
||||
int color dim_foreground_material_dark 0x7f050022
|
||||
int color dim_foreground_material_light 0x7f050023
|
||||
int color foreground_material_dark 0x7f050024
|
||||
int color foreground_material_light 0x7f050025
|
||||
int color highlighted_text_material_dark 0x7f050026
|
||||
int color highlighted_text_material_light 0x7f050027
|
||||
int color hint_foreground_material_dark 0x7f050028
|
||||
int color hint_foreground_material_light 0x7f050029
|
||||
int color material_blue_grey_800 0x7f05002a
|
||||
int color material_blue_grey_900 0x7f05002b
|
||||
int color material_blue_grey_950 0x7f05002c
|
||||
int color material_deep_teal_200 0x7f05002d
|
||||
int color material_deep_teal_500 0x7f05002e
|
||||
int color material_grey_100 0x7f05002f
|
||||
int color material_grey_300 0x7f050030
|
||||
int color material_grey_50 0x7f050031
|
||||
int color material_grey_600 0x7f050032
|
||||
int color material_grey_800 0x7f050033
|
||||
int color material_grey_850 0x7f050034
|
||||
int color material_grey_900 0x7f050035
|
||||
int color message_buttons 0x7f050036
|
||||
int color primary 0x7f050037
|
||||
int color primary_dark 0x7f050038
|
||||
int color primary_dark_material_dark 0x7f050039
|
||||
int color primary_dark_material_light 0x7f05003a
|
||||
int color primary_material_dark 0x7f05003b
|
||||
int color primary_material_light 0x7f05003c
|
||||
int color primary_text_default_material_dark 0x7f05003d
|
||||
int color primary_text_default_material_light 0x7f05003e
|
||||
int color primary_text_disabled_material_dark 0x7f05003f
|
||||
int color primary_text_disabled_material_light 0x7f050040
|
||||
int color red 0x7f050041
|
||||
int color ripple_material_dark 0x7f050042
|
||||
int color ripple_material_light 0x7f050043
|
||||
int color secondary 0x7f050044
|
||||
int color secondary_dark 0x7f050045
|
||||
int color secondary_light 0x7f050046
|
||||
int color secondary_little_transparent 0x7f050047
|
||||
int color secondary_much_transparent 0x7f050048
|
||||
int color secondary_text_default_material_dark 0x7f050049
|
||||
int color secondary_text_default_material_light 0x7f05004a
|
||||
int color secondary_text_disabled_material_dark 0x7f05004b
|
||||
int color secondary_text_disabled_material_light 0x7f05004c
|
||||
int color switch_thumb_disabled_material_dark 0x7f05004d
|
||||
int color switch_thumb_disabled_material_light 0x7f05004e
|
||||
int color switch_thumb_material_dark 0x7f05004f
|
||||
int color switch_thumb_material_light 0x7f050050
|
||||
int color switch_thumb_normal_material_dark 0x7f050051
|
||||
int color switch_thumb_normal_material_light 0x7f050052
|
||||
int color toolbuttonActiveNotReady 0x7f050053
|
||||
int color toolbuttonActiveReady 0x7f050054
|
||||
int color toolbuttonInactiveNotReady 0x7f050055
|
||||
int color toolbuttonInactiveReady 0x7f050056
|
||||
int color toolbuttonLocked 0x7f050057
|
||||
int color toolslotDisabled 0x7f050058
|
||||
int color toolslotDisabledSelected 0x7f050059
|
||||
int color toolslotEnabled 0x7f05005a
|
||||
int color toolslotEnabledSelected 0x7f05005b
|
||||
int color transparent 0x7f05005c
|
||||
int dimen abc_action_bar_content_inset_material 0x7f060000
|
||||
int dimen abc_action_bar_default_height_material 0x7f060001
|
||||
int dimen abc_action_bar_default_padding_end_material 0x7f060002
|
||||
@ -482,97 +479,100 @@ int drawable abc_textfield_search_material 0x7f070044
|
||||
int drawable backgrounds_game_grass 0x7f070045
|
||||
int drawable backgrounds_game_snow 0x7f070046
|
||||
int drawable backgrounds_menu_grasslands 0x7f070047
|
||||
int drawable currency_energy 0x7f070048
|
||||
int drawable currency_energy_atlas 0x7f070049
|
||||
int drawable currency_energy_empty 0x7f07004a
|
||||
int drawable currency_star 0x7f07004b
|
||||
int drawable currency_star_empty 0x7f07004c
|
||||
int drawable guis_arrow_back_disabled 0x7f07004d
|
||||
int drawable guis_arrow_back_enabled 0x7f07004e
|
||||
int drawable guis_checkbox_checked 0x7f07004f
|
||||
int drawable guis_checkbox_unchecked 0x7f070050
|
||||
int drawable guis_goal 0x7f070051
|
||||
int drawable guis_lock_locked 0x7f070052
|
||||
int drawable guis_music_off 0x7f070053
|
||||
int drawable guis_music_on 0x7f070054
|
||||
int drawable guis_pausebutton 0x7f070055
|
||||
int drawable guis_playerarrow 0x7f070056
|
||||
int drawable guis_settings_disabled 0x7f070057
|
||||
int drawable guis_settings_enabled 0x7f070058
|
||||
int drawable guis_shape_shop_disabled 0x7f070059
|
||||
int drawable guis_shape_shop_enabled 0x7f07005a
|
||||
int drawable guis_sound_off 0x7f07005b
|
||||
int drawable guis_sound_on 0x7f07005c
|
||||
int drawable guis_splitter 0x7f07005d
|
||||
int drawable guis_tick 0x7f07005e
|
||||
int drawable guis_tool_shop_disabled 0x7f07005f
|
||||
int drawable guis_tool_shop_enabled 0x7f070060
|
||||
int drawable juri_background_game_grass_2 0x7f070061
|
||||
int drawable juri_background_game_grass_3 0x7f070062
|
||||
int drawable juri_background_game_snow_2 0x7f070063
|
||||
int drawable juri_background_game_snow_3 0x7f070064
|
||||
int drawable juri_obstacles_grass 0x7f070065
|
||||
int drawable jury_playershapes_ball_omg_im_blue 0x7f070066
|
||||
int drawable notification_template_icon_bg 0x7f070067
|
||||
int drawable obstacles_grass 0x7f070068
|
||||
int drawable obstacles_snow 0x7f070069
|
||||
int drawable playershapes_ball 0x7f07006a
|
||||
int drawable playershapes_clock 0x7f07006b
|
||||
int drawable playershapes_hypno_spiral 0x7f07006c
|
||||
int drawable playershapes_locked 0x7f07006d
|
||||
int drawable playershapes_pacman 0x7f07006e
|
||||
int drawable playershapes_smiley 0x7f07006f
|
||||
int drawable playershapes_sun 0x7f070070
|
||||
int drawable playershapes_wheel 0x7f070071
|
||||
int drawable terrain_c_grass 0x7f070072
|
||||
int drawable terrain_c_ice 0x7f070073
|
||||
int drawable terrain_t_grass 0x7f070074
|
||||
int drawable terrain_t_ice 0x7f070075
|
||||
int drawable tools_bomb 0x7f070076
|
||||
int drawable tools_bomb_button 0x7f070077
|
||||
int drawable tools_button_empty 0x7f070078
|
||||
int drawable tools_button_locked 0x7f070079
|
||||
int drawable tools_button_unlocked 0x7f07007a
|
||||
int drawable tools_magnet 0x7f07007b
|
||||
int drawable tools_magnet_button 0x7f07007c
|
||||
int drawable tools_power_mushroom 0x7f07007d
|
||||
int drawable tools_power_mushroom_button 0x7f07007e
|
||||
int drawable tools_ramp 0x7f07007f
|
||||
int drawable tools_ramp_button 0x7f070080
|
||||
int drawable tools_spring 0x7f070081
|
||||
int drawable tools_spring_button 0x7f070082
|
||||
int drawable tools_stasis 0x7f070083
|
||||
int drawable tools_stasis_button 0x7f070084
|
||||
int drawable tutorial_place_ramp_air_1 0x7f070085
|
||||
int drawable tutorial_place_ramp_air_2 0x7f070086
|
||||
int drawable tutorial_place_ramp_gap 0x7f070087
|
||||
int drawable tutorial_place_ramp_obstacle 0x7f070088
|
||||
int drawable tutorial_place_tools 0x7f070089
|
||||
int drawable tutorial_switch_tools 0x7f07008a
|
||||
int drawable tutorial_to_toolshop 0x7f07008b
|
||||
int drawable world_previews_grasslands 0x7f07008c
|
||||
int drawable world_previews_icymountains 0x7f07008d
|
||||
int drawable xml_background_bountymessage 0x7f07008e
|
||||
int drawable xml_background_dialog_button 0x7f07008f
|
||||
int drawable xml_background_exit_confirm_dialog 0x7f070090
|
||||
int drawable xml_background_game_over_message_button 0x7f070091
|
||||
int drawable xml_background_levelbutton 0x7f070092
|
||||
int drawable xml_background_toolslot 0x7f070093
|
||||
int drawable xml_background_topbar 0x7f070094
|
||||
int drawable xml_background_tutorialimageview 0x7f070095
|
||||
int drawable xml_background_tutorialtextview 0x7f070096
|
||||
int drawable xml_background_worldbutton 0x7f070097
|
||||
int drawable xml_layers_levelprogressbar 0x7f070098
|
||||
int drawable xml_layers_toolprogressbar 0x7f070099
|
||||
int drawable xml_selector_backbutton 0x7f07009a
|
||||
int drawable xml_selector_gamebutton 0x7f07009b
|
||||
int drawable xml_selector_music 0x7f07009c
|
||||
int drawable xml_selector_pricebutton 0x7f07009d
|
||||
int drawable xml_selector_settings_button 0x7f07009e
|
||||
int drawable xml_selector_settingsbutton 0x7f07009f
|
||||
int drawable xml_selector_shapeshopbutton 0x7f0700a0
|
||||
int drawable xml_selector_sound 0x7f0700a1
|
||||
int drawable xml_selector_toolshopbutton 0x7f0700a2
|
||||
int drawable countdown_1 0x7f070048
|
||||
int drawable countdown_2 0x7f070049
|
||||
int drawable countdown_3 0x7f07004a
|
||||
int drawable currency_energy 0x7f07004b
|
||||
int drawable currency_energy_atlas 0x7f07004c
|
||||
int drawable currency_energy_empty 0x7f07004d
|
||||
int drawable currency_star 0x7f07004e
|
||||
int drawable currency_star_empty 0x7f07004f
|
||||
int drawable guis_arrow_back_disabled 0x7f070050
|
||||
int drawable guis_arrow_back_enabled 0x7f070051
|
||||
int drawable guis_checkbox_checked 0x7f070052
|
||||
int drawable guis_checkbox_unchecked 0x7f070053
|
||||
int drawable guis_goal 0x7f070054
|
||||
int drawable guis_lock_locked 0x7f070055
|
||||
int drawable guis_music_off 0x7f070056
|
||||
int drawable guis_music_on 0x7f070057
|
||||
int drawable guis_pausebutton 0x7f070058
|
||||
int drawable guis_playerarrow 0x7f070059
|
||||
int drawable guis_settings_disabled 0x7f07005a
|
||||
int drawable guis_settings_enabled 0x7f07005b
|
||||
int drawable guis_shape_shop_disabled 0x7f07005c
|
||||
int drawable guis_shape_shop_enabled 0x7f07005d
|
||||
int drawable guis_sound_off 0x7f07005e
|
||||
int drawable guis_sound_on 0x7f07005f
|
||||
int drawable guis_splitter 0x7f070060
|
||||
int drawable guis_tick 0x7f070061
|
||||
int drawable guis_tool_shop_disabled 0x7f070062
|
||||
int drawable guis_tool_shop_enabled 0x7f070063
|
||||
int drawable juri_background_game_grass_2 0x7f070064
|
||||
int drawable juri_background_game_grass_3 0x7f070065
|
||||
int drawable juri_background_game_snow_2 0x7f070066
|
||||
int drawable juri_background_game_snow_3 0x7f070067
|
||||
int drawable juri_obstacles_grass 0x7f070068
|
||||
int drawable jury_playershapes_ball_omg_im_blue 0x7f070069
|
||||
int drawable notification_template_icon_bg 0x7f07006a
|
||||
int drawable obstacles_grass 0x7f07006b
|
||||
int drawable obstacles_snow 0x7f07006c
|
||||
int drawable playershapes_ball 0x7f07006d
|
||||
int drawable playershapes_clock 0x7f07006e
|
||||
int drawable playershapes_hypno_spiral 0x7f07006f
|
||||
int drawable playershapes_locked 0x7f070070
|
||||
int drawable playershapes_pacman 0x7f070071
|
||||
int drawable playershapes_smiley 0x7f070072
|
||||
int drawable playershapes_sun 0x7f070073
|
||||
int drawable playershapes_wheel 0x7f070074
|
||||
int drawable terrain_c_grass 0x7f070075
|
||||
int drawable terrain_c_ice 0x7f070076
|
||||
int drawable terrain_t_grass 0x7f070077
|
||||
int drawable terrain_t_ice 0x7f070078
|
||||
int drawable tools_bomb 0x7f070079
|
||||
int drawable tools_bomb_button 0x7f07007a
|
||||
int drawable tools_button_empty 0x7f07007b
|
||||
int drawable tools_button_locked 0x7f07007c
|
||||
int drawable tools_button_unlocked 0x7f07007d
|
||||
int drawable tools_magnet 0x7f07007e
|
||||
int drawable tools_magnet_button 0x7f07007f
|
||||
int drawable tools_power_mushroom 0x7f070080
|
||||
int drawable tools_power_mushroom_button 0x7f070081
|
||||
int drawable tools_ramp 0x7f070082
|
||||
int drawable tools_ramp_button 0x7f070083
|
||||
int drawable tools_spring 0x7f070084
|
||||
int drawable tools_spring_button 0x7f070085
|
||||
int drawable tools_stasis 0x7f070086
|
||||
int drawable tools_stasis_button 0x7f070087
|
||||
int drawable tutorial_place_ramp_air_1 0x7f070088
|
||||
int drawable tutorial_place_ramp_air_2 0x7f070089
|
||||
int drawable tutorial_place_ramp_gap 0x7f07008a
|
||||
int drawable tutorial_place_ramp_obstacle 0x7f07008b
|
||||
int drawable tutorial_place_tools 0x7f07008c
|
||||
int drawable tutorial_switch_tools 0x7f07008d
|
||||
int drawable tutorial_to_toolshop 0x7f07008e
|
||||
int drawable world_previews_grasslands 0x7f07008f
|
||||
int drawable world_previews_icymountains 0x7f070090
|
||||
int drawable xml_background_bountymessage 0x7f070091
|
||||
int drawable xml_background_dialog_button 0x7f070092
|
||||
int drawable xml_background_exit_confirm_dialog 0x7f070093
|
||||
int drawable xml_background_game_over_message_button 0x7f070094
|
||||
int drawable xml_background_levelbutton 0x7f070095
|
||||
int drawable xml_background_toolslot 0x7f070096
|
||||
int drawable xml_background_topbar 0x7f070097
|
||||
int drawable xml_background_tutorialimageview 0x7f070098
|
||||
int drawable xml_background_tutorialtextview 0x7f070099
|
||||
int drawable xml_background_worldbutton 0x7f07009a
|
||||
int drawable xml_layers_levelprogressbar 0x7f07009b
|
||||
int drawable xml_layers_toolprogressbar 0x7f07009c
|
||||
int drawable xml_selector_backbutton 0x7f07009d
|
||||
int drawable xml_selector_gamebutton 0x7f07009e
|
||||
int drawable xml_selector_music 0x7f07009f
|
||||
int drawable xml_selector_pricebutton 0x7f0700a0
|
||||
int drawable xml_selector_settings_button 0x7f0700a1
|
||||
int drawable xml_selector_settingsbutton 0x7f0700a2
|
||||
int drawable xml_selector_shapeshopbutton 0x7f0700a3
|
||||
int drawable xml_selector_sound 0x7f0700a4
|
||||
int drawable xml_selector_toolshopbutton 0x7f0700a5
|
||||
int id action0 0x7f080000
|
||||
int id action_bar 0x7f080001
|
||||
int id action_bar_activity_content 0x7f080002
|
||||
@ -621,59 +621,59 @@ int id end 0x7f08002c
|
||||
int id end_padder 0x7f08002d
|
||||
int id expand_activities_button 0x7f08002e
|
||||
int id expanded_menu 0x7f08002f
|
||||
int id game_countdown 0x7f080030
|
||||
int id game_fps 0x7f080031
|
||||
int id game_game_over_message 0x7f080032
|
||||
int id game_goal_message 0x7f080033
|
||||
int id game_over_message_title 0x7f080034
|
||||
int id game_over_message_to_menu 0x7f080035
|
||||
int id game_over_message_topbar 0x7f080036
|
||||
int id game_over_message_try_again 0x7f080037
|
||||
int id game_pausebutton 0x7f080038
|
||||
int id game_playerprogress 0x7f080039
|
||||
int id game_shortmenu 0x7f08003a
|
||||
int id game_toolbuttonbar 0x7f08003b
|
||||
int id goal_message_bottom_layout 0x7f08003c
|
||||
int id goal_message_levelbutton_energy 0x7f08003d
|
||||
int id goal_message_levelbutton_star1 0x7f08003e
|
||||
int id goal_message_levelbutton_star2 0x7f08003f
|
||||
int id goal_message_levelbutton_star3 0x7f080040
|
||||
int id goal_message_levelbutton_textview 0x7f080041
|
||||
int id goal_message_next_level 0x7f080042
|
||||
int id goal_message_restart 0x7f080043
|
||||
int id goal_message_title 0x7f080044
|
||||
int id goal_message_to_menu 0x7f080045
|
||||
int id goal_message_topbar 0x7f080046
|
||||
int id home 0x7f080047
|
||||
int id homeAsUp 0x7f080048
|
||||
int id icon 0x7f080049
|
||||
int id ifRoom 0x7f08004a
|
||||
int id image 0x7f08004b
|
||||
int id info 0x7f08004c
|
||||
int id levelbutton_energy 0x7f08004d
|
||||
int id levelbutton_lock 0x7f08004e
|
||||
int id levelbutton_star1 0x7f08004f
|
||||
int id levelbutton_star2 0x7f080050
|
||||
int id levelbutton_star3 0x7f080051
|
||||
int id levelbutton_textview 0x7f080052
|
||||
int id levels_bottom_row 0x7f080053
|
||||
int id levels_top_row 0x7f080054
|
||||
int id levels_topbar 0x7f080055
|
||||
int id levelup_level 0x7f080056
|
||||
int id levelup_text 0x7f080057
|
||||
int id levelup_unlocklist 0x7f080058
|
||||
int id line1 0x7f080059
|
||||
int id line3 0x7f08005a
|
||||
int id linearLayout4 0x7f08005b
|
||||
int id listMode 0x7f08005c
|
||||
int id list_item 0x7f08005d
|
||||
int id media_actions 0x7f08005e
|
||||
int id middle 0x7f08005f
|
||||
int id multiply 0x7f080060
|
||||
int id never 0x7f080061
|
||||
int id none 0x7f080062
|
||||
int id normal 0x7f080063
|
||||
int id parentPanel 0x7f080064
|
||||
int id game_fps 0x7f080030
|
||||
int id game_game_over_message 0x7f080031
|
||||
int id game_goal_message 0x7f080032
|
||||
int id game_over_message_title 0x7f080033
|
||||
int id game_over_message_to_menu 0x7f080034
|
||||
int id game_over_message_topbar 0x7f080035
|
||||
int id game_over_message_try_again 0x7f080036
|
||||
int id game_pausebutton 0x7f080037
|
||||
int id game_playerprogress 0x7f080038
|
||||
int id game_shortmenu 0x7f080039
|
||||
int id game_toolbuttonbar 0x7f08003a
|
||||
int id goal_message_bottom_layout 0x7f08003b
|
||||
int id goal_message_levelbutton_energy 0x7f08003c
|
||||
int id goal_message_levelbutton_star1 0x7f08003d
|
||||
int id goal_message_levelbutton_star2 0x7f08003e
|
||||
int id goal_message_levelbutton_star3 0x7f08003f
|
||||
int id goal_message_levelbutton_textview 0x7f080040
|
||||
int id goal_message_next_level 0x7f080041
|
||||
int id goal_message_restart 0x7f080042
|
||||
int id goal_message_title 0x7f080043
|
||||
int id goal_message_to_menu 0x7f080044
|
||||
int id goal_message_topbar 0x7f080045
|
||||
int id home 0x7f080046
|
||||
int id homeAsUp 0x7f080047
|
||||
int id icon 0x7f080048
|
||||
int id ifRoom 0x7f080049
|
||||
int id image 0x7f08004a
|
||||
int id info 0x7f08004b
|
||||
int id levelbutton_energy 0x7f08004c
|
||||
int id levelbutton_lock 0x7f08004d
|
||||
int id levelbutton_star1 0x7f08004e
|
||||
int id levelbutton_star2 0x7f08004f
|
||||
int id levelbutton_star3 0x7f080050
|
||||
int id levelbutton_textview 0x7f080051
|
||||
int id levels_bottom_row 0x7f080052
|
||||
int id levels_top_row 0x7f080053
|
||||
int id levels_topbar 0x7f080054
|
||||
int id levelup_level 0x7f080055
|
||||
int id levelup_text 0x7f080056
|
||||
int id levelup_unlocklist 0x7f080057
|
||||
int id line1 0x7f080058
|
||||
int id line3 0x7f080059
|
||||
int id linearLayout4 0x7f08005a
|
||||
int id listMode 0x7f08005b
|
||||
int id list_item 0x7f08005c
|
||||
int id media_actions 0x7f08005d
|
||||
int id middle 0x7f08005e
|
||||
int id multiply 0x7f08005f
|
||||
int id never 0x7f080060
|
||||
int id none 0x7f080061
|
||||
int id normal 0x7f080062
|
||||
int id parentPanel 0x7f080063
|
||||
int id pre_start_screen_text 0x7f080064
|
||||
int id price_button_currency 0x7f080065
|
||||
int id price_button_price 0x7f080066
|
||||
int id price_button_title 0x7f080067
|
||||
|
Reference in New Issue
Block a user