test publish

This commit is contained in:
cimenmus
2018-06-24 15:00:14 +03:00
parent 712ab4f1b3
commit 7c11f60a55
46 changed files with 142 additions and 122 deletions

View File

@@ -50,7 +50,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/navy"
android:textColor="@color/black"
fontPath="fonts/Quicksand-Bold.ttf"
android:layout_gravity="center_horizontal"
android:text="@string/cart_total"
@@ -77,9 +77,9 @@
android:layout_height="?android:attr/actionBarSize"
app:itemIconTint="@drawable/selector_bottom_navigation_item"
app:itemTextColor="@drawable/selector_bottom_navigation_item"
android:background="@color/navy"
android:background="@color/main_black"
app:menu="@menu/menu_bottom_navigation"
app:itemBackground="@color/navy"
app:itemBackground="@color/main_black"
android:layout_alignParentBottom="true"/>
<LinearLayout