This commit is contained in:
2017-10-12 22:18:15 +03:00
parent 50d9dd8ed8
commit d845375946
5 changed files with 18 additions and 4 deletions

View File

@@ -6,5 +6,5 @@
android:color="@color/bottom_menu_selected_item"
android:state_checked="true" />
<item android:color="@color/venus" />
<item android:color="@color/gray_3" />
</selector>

View File

@@ -27,7 +27,7 @@
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"
android:background="@color/white"/>
android:background="@color/actvity_default_background_color_1"/>
<android.support.v7.widget.RecyclerView
android:id="@+id/navigationMenuRecyclerView"

View File

@@ -3,7 +3,8 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:background="@color/actvity_default_background_color_1">
<TextView
android:layout_width="wrap_content"

View File

@@ -3,7 +3,8 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:background="@color/actvity_default_background_color_1">
<TextView
android:layout_width="wrap_content"

View File

@@ -13,7 +13,10 @@
<color name="row_product_ingredients_background">#EBECEC</color>
<!-- android:background="?android:colorBackground" -->
<!--
<color name="actvity_default_background_color_1">#EEEEEE</color>
-->
<color name="actvity_default_background_color_1">#E6E6E6</color>
<color name="actvity_default_background_color_2">#FAFAFA</color>
<color name="login_background">#F5F5F5</color>
@@ -23,6 +26,15 @@
<color name="quartz">#DCDCDD</color>
<color name="venus">#7F797C</color>
<color name="smoke">#E7E1D9 </color>
<color name="smoke_1">#E9EAEC</color>
<color name="smoke_2">#CED0D4</color>
<color name="gray_2">#808080</color>
<color name="gray_3">#B2B8C1</color>
<color name="gray_mentornity">#E6E6E6</color>
<color name="background_splash">#F4F4F4</color>
</resources>