mirror of
https://github.com/FossifyOrg/Phone.git
synced 2026-04-19 06:47:10 -04:00
Adjusted spacing
This commit is contained in:
@@ -490,7 +490,7 @@ class RecentCallsAdapter(
|
||||
}
|
||||
|
||||
itemRecentsDateTimeDurationSeparator.apply {
|
||||
text = " • "
|
||||
text = "•"
|
||||
setTextSize(TypedValue.COMPLEX_UNIT_PX, currentFontSize * 0.8f)
|
||||
setTextColor(textColor)
|
||||
if (shouldShowDuration) {
|
||||
|
||||
@@ -102,19 +102,21 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@+id/item_recents_name"
|
||||
android:layout_marginStart="@dimen/small_margin"
|
||||
android:alpha="0.6"
|
||||
android:gravity="end"
|
||||
android:textSize="@dimen/normal_text_size"
|
||||
app:layout_constraintBottom_toBottomOf="@id/item_recents_date_time"
|
||||
app:layout_constraintStart_toEndOf="@+id/item_recents_date_time"
|
||||
app:layout_constraintTop_toTopOf="@id/item_recents_date_time"
|
||||
tools:text=" • " />
|
||||
tools:text="•" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/item_recents_duration"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@+id/item_recents_name"
|
||||
android:layout_marginStart="@dimen/small_margin"
|
||||
android:alpha="0.6"
|
||||
android:gravity="end"
|
||||
android:textSize="@dimen/normal_text_size"
|
||||
|
||||
Reference in New Issue
Block a user