diff --git a/res/color/tab_text_color.xml b/res/color/tab_text_color.xml index dec20dd..498d1e4 100644 --- a/res/color/tab_text_color.xml +++ b/res/color/tab_text_color.xml @@ -16,7 +16,7 @@ --> diff --git a/res/drawable/ic_message.xml b/res/drawable/ic_message.xml new file mode 100644 index 0000000..dcab3ac --- /dev/null +++ b/res/drawable/ic_message.xml @@ -0,0 +1,24 @@ + + + + diff --git a/res/layout/conversation_list_fragment.xml b/res/layout/conversation_list_fragment.xml index 7fa2a9a..27c9357 100644 --- a/res/layout/conversation_list_fragment.xml +++ b/res/layout/conversation_list_fragment.xml @@ -46,7 +46,7 @@ android:background="@drawable/fab_new_message_bg" android:elevation="@dimen/fab_elevation" android:scaleType="center" - android:src="@drawable/ic_add_white" + android:src="@drawable/ic_message" android:stateListAnimator="@animator/fab_anim" android:contentDescription="@string/start_new_conversation"/> diff --git a/res/values-night/lineage_colors.xml b/res/values-night/lineage_colors.xml new file mode 100644 index 0000000..95f84ab --- /dev/null +++ b/res/values-night/lineage_colors.xml @@ -0,0 +1,22 @@ + + + + @*android:color/system_accent1_100 + + @*android:color/system_neutral1_900 + diff --git a/res/values/colors.xml b/res/values/colors.xml index a380383..c4e0fb4 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -15,16 +15,16 @@ limitations under the License. --> - #689F38 + @*android:color/system_accent1_600 @color/primary_color - #ffffff - @color/primary_color - #537F2D - #ffffff - #9D9D9D - #838383 + @*android:color/system_neutral1_0 + @android:color/system_accent1_600 + @*android:color/system_accent1_700 + @*android:color/system_accent1_600 + @*android:color/system_accent1_700 + @*android:color/system_accent1_600 #636363 @@ -60,15 +60,15 @@ #ffffffff #6a6a6a #ff323232 - #eeeeee + @color/window_background #9d9d9d @color/lineage_accent #999999 #ffffffff #e2e2e2 #ffffffff - #8BC34A - #80689F38 + @*android:color/system_accent3_300 + #7f040000 #ff808080 @@ -103,20 +103,18 @@ #44000000 - #DB4437 - #E91E63 - #9C27B0 - #673AB7 - #3F51B5 - #4285F4 - #039BE5 - #0097A7 - #009688 - #0F9D58 - #689F38 - #EF6C00 - #FF5722 - #757575 + @*android:color/system_accent1_300 + @*android:color/system_accent2_300 + @*android:color/system_accent3_300 + @*android:color/system_accent1_400 + @*android:color/system_accent2_400 + @*android:color/system_accent3_400 + @*android:color/system_accent1_500 + @*android:color/system_accent2_500 + @*android:color/system_accent3_500 + @*android:color/system_accent1_600 + @*android:color/system_accent2_600 + @*android:color/system_accent3_600 #ffffff @@ -143,7 +141,7 @@ #cccccc @color/lineage_accent - #3ea4dc + @*android:color/primary_device_default_light #40ffffff #555555 @@ -161,7 +159,7 @@ #ffffff #323232 - #80689F38 + @android:color/system_accent1_100 #b0dddddd #03a9f4 diff --git a/res/values/lineage_colors.xml b/res/values/lineage_colors.xml index 787d5e5..784d624 100644 --- a/res/values/lineage_colors.xml +++ b/res/values/lineage_colors.xml @@ -1,7 +1,7 @@ - #FF9800 - #000000 + @*android:color/system_accent1_600 - @android:color/white - #1f000000 + @*android:color/system_neutral1_50 + + @*android:color/system_neutral1_900 + + @*android:color/system_neutral1_10 + @*android:color/system_neutral1_800 diff --git a/res/values/styles.xml b/res/values/styles.xml index 4cb34c0..c690871 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -50,7 +50,7 @@