Skip to content

Commit c5f3027

Browse files
authored
fix(ui): reduce recording list item label font size (18sp to 16sp) (#208)
* fix(ui): reduce recordings list item label font size (18sp to 16sp) See: https://m3.material.io/components/lists/specs Refs: #96
1 parent de224f9 commit c5f3027

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Changed
9+
- Reduced recording label size to align with material guidelines ([#96])
810

911
## [1.3.4] - 2025-08-20
1012
### Changed

app/src/main/res/layout/item_recording.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
android:includeFontPadding="false"
2424
android:maxLines="2"
2525
android:paddingEnd="@dimen/activity_margin"
26-
android:textSize="@dimen/big_text_size"
26+
android:textSize="@dimen/bigger_text_size"
2727
app:layout_constraintBottom_toTopOf="@+id/recording_date"
2828
app:layout_constraintEnd_toStartOf="@+id/recording_duration"
2929
app:layout_constraintStart_toStartOf="parent"

0 commit comments

Comments
 (0)