mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-23 02:16:20 +00:00
Apply proper tinting to conversation app bar.
This commit is contained in:
@@ -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">
|
||||
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user