mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 04:58:45 +00:00
Fix call tab color and spacing.
This commit is contained in:
committed by
Nicholas Tinsley
parent
5a38143987
commit
6dad7eafcf
@@ -185,7 +185,7 @@ class CallLogAdapter(
|
||||
if (call.record.event == CallTable.Event.MISSED) {
|
||||
R.color.signal_colorError
|
||||
} else {
|
||||
R.color.signal_colorOnSurface
|
||||
R.color.signal_colorOnSurfaceVariant
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
@@ -1209,7 +1209,7 @@ public class Recipient {
|
||||
}
|
||||
|
||||
public boolean isCallLink() {
|
||||
throw new UnsupportedOperationException();
|
||||
return false;
|
||||
}
|
||||
|
||||
public @NonNull CallLinkRoomId requireCallLinkRoomId() {
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
android:layout_marginVertical="2dp"
|
||||
android:animateLayoutChanges="true"
|
||||
android:background="@drawable/selectable_list_item_background"
|
||||
android:minHeight="60dp">
|
||||
android:minHeight="68dp">
|
||||
|
||||
<androidx.appcompat.widget.AppCompatCheckBox
|
||||
android:id="@+id/call_selected"
|
||||
@@ -77,7 +77,7 @@
|
||||
android:maxLines="1"
|
||||
android:textAlignment="viewStart"
|
||||
android:textAppearance="@style/Signal.Text.BodyMedium"
|
||||
android:textColor="@color/signal_text_secondary"
|
||||
android:textColor="@color/signal_colorOnSurfaceVariant"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/call_recipient_avatar"
|
||||
app:layout_constraintEnd_toStartOf="@id/call_status_barrier"
|
||||
app:layout_constraintHorizontal_bias="0"
|
||||
|
||||
Reference in New Issue
Block a user