Skip to content

Commit 32536f8

Browse files
Fix: Updated textSize from dp to sp for accessibility (#1411)
Signed-off-by: Amr <[email protected]> Co-authored-by: Amr <[email protected]>
1 parent 5ac7e31 commit 32536f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: onebusaway-android/src/main/res/layout/activity_donation_learn_more.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
android:id="@+id/textView5"
2626
android:layout_marginHorizontal="@dimen/dialog_margin"
2727
android:layout_marginVertical="@dimen/dialog_margin"
28-
android:textSize="16sp" />
28+
android:textSize="18sp" />
2929

3030
<Button
3131
android:textSize="24sp"

Diff for: onebusaway-android/src/main/res/layout/activity_feedback.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
android:text="@string/feedback_msg"
2121
android:textAppearance="?android:attr/textAppearanceMedium"
2222
android:textColor="@android:color/black"
23-
android:textSize="14sp" />
23+
android:textSize="16sp" />
2424
</FrameLayout>
2525
<FrameLayout
2626
style="@style/MaterialLayout"

0 commit comments

Comments
 (0)