.
This commit is contained in:
@@ -67,8 +67,9 @@ public class ClientDashboardActivity extends AppCompatActivity {
|
||||
cats.add(new FoodCategory("Carnes", R.drawable.cat_carnes));
|
||||
cats.add(new FoodCategory("Massas", R.drawable.cat_massas));
|
||||
cats.add(new FoodCategory("Sushi", R.drawable.cat_sushi));
|
||||
cats.add(new FoodCategory("Pizzas", R.drawable.cat_pizzas));
|
||||
cats.add(new FoodCategory("Sobremesas", R.drawable.cat_sobremesas));
|
||||
// Using circle_bg as placeholder for missing images
|
||||
cats.add(new FoodCategory("Pizzas", R.drawable.circle_bg));
|
||||
cats.add(new FoodCategory("Sobremesas", R.drawable.circle_bg));
|
||||
|
||||
FoodCategoryAdapter adapter = new FoodCategoryAdapter(cats, category -> {
|
||||
Intent intent = new Intent(this, ExplorarRestaurantesActivity.class);
|
||||
|
||||
Reference in New Issue
Block a user