mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-28 04:34:21 +01:00
Apply alpha to v2 conversation item footer content.
This commit is contained in:
@@ -172,6 +172,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="4dp"
|
||||
android:alpha="0.7"
|
||||
android:autoLink="none"
|
||||
android:ellipsize="end"
|
||||
android:linksClickable="false"
|
||||
@@ -189,6 +190,7 @@
|
||||
android:layout_height="12dp"
|
||||
android:layout_marginEnd="@dimen/message_bubble_horizontal_padding"
|
||||
android:layout_marginBottom="@dimen/message_bubble_bottom_padding"
|
||||
android:alpha="0.7"
|
||||
app:layout_constraintBottom_toBottomOf="@id/conversation_item_footer_date"
|
||||
app:layout_constraintEnd_toEndOf="@id/conversation_item_body_wrapper"
|
||||
app:layout_constraintTop_toTopOf="@id/conversation_item_footer_date" />
|
||||
|
||||
@@ -132,6 +132,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="4dp"
|
||||
android:alpha="0.7"
|
||||
android:autoLink="none"
|
||||
android:ellipsize="end"
|
||||
android:linksClickable="false"
|
||||
@@ -148,6 +149,7 @@
|
||||
android:layout_width="12dp"
|
||||
android:layout_height="12dp"
|
||||
android:layout_marginBottom="@dimen/message_bubble_bottom_padding"
|
||||
android:alpha="0.7"
|
||||
app:layout_constraintBottom_toBottomOf="@id/conversation_item_footer_date"
|
||||
app:layout_constraintEnd_toStartOf="@id/footer_end_pad"
|
||||
app:layout_constraintTop_toTopOf="@id/conversation_item_footer_date" />
|
||||
|
||||
Reference in New Issue
Block a user