Apply proper tinting to conversation app bar.

This commit is contained in:
Alex Hart
2019-10-18 09:55:27 -03:00
parent 4f75d1a5db
commit 42967dab13
11 changed files with 56 additions and 25 deletions

View File

@@ -19,7 +19,6 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:navigationIcon="@drawable/ic_arrow_left_24"
app:contentInsetStart="46dp"
tools:background="#ff007f00">

View File

@@ -13,8 +13,7 @@
android:layout_width="20dp"
android:layout_height="20dp"
android:layout_gravity="center"
app:srcCompat="@drawable/ic_timer_24"
android:tint="@color/transparent_white_80"
app:srcCompat="@drawable/ic_timer_conversation_24"
android:scaleType="fitCenter"/>
<TextView
@@ -25,6 +24,6 @@
android:gravity="center_horizontal|bottom"
android:paddingBottom="3dp"
android:paddingTop="1dp"
android:textColor="@android:color/white"
android:textColor="?conversation_subtitle_color"
android:textSize="10sp" />
</FrameLayout>