2016.03.26
位於平鎮區中豐路南勢二段307-1號,全聯對面。
位子不多,店裡的比較偏家庭式的用餐氣氛。
生意很好,在星期六下午兩點的時候還陸續有客人上門內用、外帶。
餐點口味我覺得好吃!
這次點夏威夷披薩、白酒蛤蠣義大利麵、奶油玉米湯。
final Drawable upArrow = getResources().getDrawable(R.drawable.abc_ic_ab_back_mtrl_am_alpha); upArrow.setColorFilter(getResources().getColor(R.color.color_name), PorterDuff.Mode.SRC_ATOP); getSupportActionBar().setHomeAsUpIndicator(upArrow);
final Drawable upArrow = getResources().getDrawable(R.drawable.abc_ic_ab_back_mtrl_am_alpha, getApplicationContext().getTheme());
upArrow.setColorFilter(getResources().getColor(R.color.color_name, getApplicationContext().getTheme()), PorterDuff.Mode.SRC_ATOP);
getSupportActionBar().setHomeAsUpIndicator(upArrow);