Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7883d6af authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Some more a11y fixes" into rvc-dev am: c78ad208

Change-Id: Ibdb294c1e340f71c29dbd94de7f872b0accd7e25
parents 0949a64f c78ad208
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:minHeight="48dp"
        android:orientation="vertical"
        android:layout_marginBottom="6dp">
        <LinearLayout
+1 −0
Original line number Diff line number Diff line
@@ -104,6 +104,7 @@
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="vertical"
        android:minHeight="48dp"
        android:layout_marginStart="30dp"
        android:layout_marginBottom="6dp"
        >
+1 −0
Original line number Diff line number Diff line
@@ -90,6 +90,7 @@ public class NotificationHistoryActivity extends Activity {
                    expand.setContentDescription(container.getVisibility() == View.VISIBLE
                            ? getString(R.string.condition_expand_hide)
                            : getString(R.string.condition_expand_show));
                    expand.setAccessibilityLiveRegion(View.ACCESSIBILITY_LIVE_REGION_POLITE);
            });

            TextView label = viewForPackage.findViewById(R.id.label);