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

Commit f622d9c3 authored by Santiago Etchebehere's avatar Santiago Etchebehere Committed by android-build-merger
Browse files

Accessibility fixes

am: 6507b7af

Change-Id: I0e0625bf349929c8b2847eb48ace1b3821e77fac
parents b4204cf1 6507b7af
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -41,7 +41,6 @@
                app:layout_constraintBottom_toTopOf="@id/options_container"
                app:layout_constraintEnd_toEndOf="parent"
                app:layout_constraintHeight_max="@dimen/preview_pager_max_height"
                app:layout_constraintHeight_min="@dimen/preview_pager_min_height"
                app:layout_constraintStart_toStartOf="parent"
                app:layout_constraintTop_toTopOf="parent"
                app:layout_constraintVertical_bias="0.0"
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@
    android:id="@+id/theme_preview_card_background"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:clipToPadding="false"
    android:maxHeight="@dimen/preview_theme_max_height"
    android:minHeight="@dimen/preview_theme_min_height"
    android:paddingHorizontal="@dimen/preview_card_padding"
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@
    <dimen name="preview_theme_cover_content_bottom">@dimen/preview_theme_content_bottom</dimen>

    <dimen name="font_preview_body_width">200dp</dimen>
    <dimen name="font_preview_divider_gap">30dp</dimen>
    <dimen name="font_preview_divider_gap">24dp</dimen>

    <dimen name="custom_theme_nav_height">56dp</dimen>

+5 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@
    <style name="BottomNavStyle">
        <item name="itemIconTint">@color/bottom_nav_item_color</item>
        <item name="itemTextColor">@color/bottom_nav_item_color</item>
        <item name="itemTextAppearanceActive">@style/BottomNavTextAppearance</item>
        <item name="itemTextAppearanceActive">@style/BottomNavTextAppearanceActive</item>
        <item name="itemTextAppearanceInactive">@style/BottomNavTextAppearance</item>
        <item name="itemBackground">?android:attr/selectableItemBackgroundBorderless</item>
        <item name="android:background">?android:colorPrimary</item>
@@ -54,6 +54,10 @@
        <item name="android:textSize">@dimen/bottom_navbar_font_text_size</item>
    </style>

    <style name="BottomNavTextAppearanceActive" parent="BottomNavTextAppearance">
        <item name="android:textStyle">bold</item>
    </style>

    <!-- Common components and widgets -->
    <style name="HeaderTextAppearance" parent="@android:style/TextAppearance.DeviceDefault.Widget.ActionBar.Title"/>