app part 2
This commit is contained in:
@@ -166,7 +166,7 @@ public class MainActivity extends BaseActivity {
|
||||
bottomNavigationView.setCurrentItem(2);
|
||||
}
|
||||
else {
|
||||
openProductsScreen(categoryList.get(3));
|
||||
openProductsScreen(categoryList.get(0));
|
||||
}
|
||||
}
|
||||
private void initBottomNavigationView(){
|
||||
|
||||
@@ -5,7 +5,7 @@ public class ApiConstants {
|
||||
public static final int API_CONNECT_TIMEOUT = 10;
|
||||
//public static final String API_PATH = "http://www.pizzalink.ch/";
|
||||
//public static final String API_PATH = "http://pizzapp.ddns.net/";
|
||||
public static final String API_PATH = "http://pizzapp.ch/";
|
||||
public static final String API_PATH = "http://pizzamaxx.ch/";
|
||||
public static final int CATEGORY_ID_WUNSCHPIZZA = 9999;
|
||||
public static final int CATEGORY_ID_EKSTRA_KEBAP = 9998;
|
||||
public static final int PRODUCT_ID_WUNSCHPIZZA = 56;
|
||||
|
||||
BIN
app/src/main/res/drawable/pizzamax_splash_logo.png
Normal file
BIN
app/src/main/res/drawable/pizzamax_splash_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 66 KiB |
@@ -20,7 +20,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:src="@drawable/pizzapp_splash_logo"
|
||||
android:src="@drawable/pizzamax_splash_logo"
|
||||
android:adjustViewBounds="true"
|
||||
android:layout_margin="16dp"
|
||||
android:scaleType="fitXY" />
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<resources>
|
||||
|
||||
<!-- General-->
|
||||
<string name="app_name">Pizzamaxx</string>
|
||||
<string name="app_name">PizzaMaxx</string>
|
||||
<string name="something_went_wrong">Es ist ein Fehler aufgetreten.</string>
|
||||
<string name="alert">Warnung</string>
|
||||
<string name="error_message">Es ist ein Fehler aufgetreten.</string>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<color name="bottom_menu_selected_item">#f15d51</color>
|
||||
<color name="bottom_menu_unselected_item">#ffffff</color>
|
||||
<color name="navigation_drawer_background">#4C4B4A</color>
|
||||
<color name="main_black">#232b2b</color>
|
||||
<color name="main_black">#231F20</color><!--#232b2b-->
|
||||
<color name="black">#000000</color>
|
||||
<color name="row_product_ingredients_background">#EBECEC</color>
|
||||
<color name="transparent_white">#33ffffff</color>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<resources>
|
||||
|
||||
<!-- General-->
|
||||
<string name="app_name">Pizzamaxx</string>
|
||||
<string name="app_name">PizzaMaxx</string>
|
||||
<string name="something_went_wrong">Es ist ein Fehler aufgetreten.</string>
|
||||
<string name="alert">Warnung</string>
|
||||
<string name="error_message">Es ist ein Fehler aufgetreten.</string>
|
||||
|
||||
Reference in New Issue
Block a user