v0.8.1: coded in chrome for silver windows
This commit is contained in:
parent
ee260a2559
commit
91dd87347b
|
@ -29,6 +29,7 @@ public class Chrome {
|
||||||
TOAST,
|
TOAST,
|
||||||
TOAST_TR,
|
TOAST_TR,
|
||||||
WINDOW,
|
WINDOW,
|
||||||
|
WINDOW_SILVER,
|
||||||
RED_BUTTON,
|
RED_BUTTON,
|
||||||
GREY_BUTTON,
|
GREY_BUTTON,
|
||||||
GREY_BUTTON_TR,
|
GREY_BUTTON_TR,
|
||||||
|
@ -45,6 +46,8 @@ public class Chrome {
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case WINDOW:
|
case WINDOW:
|
||||||
return new NinePatch( Asset, 0, 0, 20, 20, 6 );
|
return new NinePatch( Asset, 0, 0, 20, 20, 6 );
|
||||||
|
case WINDOW_SILVER:
|
||||||
|
return new NinePatch( Asset, 86, 0, 22, 22, 7 );
|
||||||
case TOAST:
|
case TOAST:
|
||||||
return new NinePatch( Asset, 22, 0, 18, 18, 5 );
|
return new NinePatch( Asset, 22, 0, 18, 18, 5 );
|
||||||
case TOAST_TR:
|
case TOAST_TR:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user