Fixed some bugs
This commit is contained in:
@ -302,12 +302,12 @@ public final class R {
|
||||
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 switch_thumb_disabled_material_dark = 0x7f050051;
|
||||
public static final int switch_thumb_disabled_material_light = 0x7f050052;
|
||||
public static final int switch_thumb_material_dark = 0x7f050053;
|
||||
public static final int switch_thumb_material_light = 0x7f050054;
|
||||
public static final int switch_thumb_normal_material_dark = 0x7f050055;
|
||||
public static final int switch_thumb_normal_material_light = 0x7f050056;
|
||||
}
|
||||
public static final class dimen {
|
||||
public static final int abc_action_bar_content_inset_material = 0x7f060000;
|
||||
|
@ -350,7 +350,7 @@
|
||||
</obstacleData>
|
||||
</obstacles>
|
||||
<stars class="java.util.ArrayList">
|
||||
<positionData x="2.7666652" y="0.14000021"/>
|
||||
<positionData x="2.7733319" y="0.4"/>
|
||||
<positionData x="6.406662" y="-0.4599995"/>
|
||||
<positionData x="14.950134" y="0.7333332"/>
|
||||
</stars>
|
||||
|
File diff suppressed because one or more lines are too long
@ -326,17 +326,18 @@ 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 toolslotDisabled 0x7f050056
|
||||
int color toolslotDisabledSelected 0x7f050057
|
||||
int color toolslotEnabled 0x7f050058
|
||||
int color toolslotEnabledSelected 0x7f050059
|
||||
int color transparent 0x7f05005a
|
||||
int color settings_button_disabled 0x7f050050
|
||||
int color switch_thumb_disabled_material_dark 0x7f050051
|
||||
int color switch_thumb_disabled_material_light 0x7f050052
|
||||
int color switch_thumb_material_dark 0x7f050053
|
||||
int color switch_thumb_material_light 0x7f050054
|
||||
int color switch_thumb_normal_material_dark 0x7f050055
|
||||
int color switch_thumb_normal_material_light 0x7f050056
|
||||
int color toolslotDisabled 0x7f050057
|
||||
int color toolslotDisabledSelected 0x7f050058
|
||||
int color toolslotEnabled 0x7f050059
|
||||
int color toolslotEnabledSelected 0x7f05005a
|
||||
int color transparent 0x7f05005b
|
||||
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
|
||||
|
Reference in New Issue
Block a user