Adjusted spacing

This commit is contained in:
Robert D. Rioja (miapuffia)
2025-03-26 10:52:21 -04:00
parent 36b30bec6f
commit 67b4039d57
2 changed files with 4 additions and 2 deletions

View File

@@ -490,7 +490,7 @@ class RecentCallsAdapter(
}
itemRecentsDateTimeDurationSeparator.apply {
text = ""
text = ""
setTextSize(TypedValue.COMPLEX_UNIT_PX, currentFontSize * 0.8f)
setTextColor(textColor)
if (shouldShowDuration) {

View File

@@ -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"