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

Commit b363eb89 authored by Jason Monk's avatar Jason Monk Committed by android-build-merger
Browse files

Fix focusability of battery history chart

am: 9c6ab88b

Change-Id: I8239280074c191c98414e57c0c915463ade9ec9c
parents d04b4964 9c6ab88b
Loading
Loading
Loading
Loading
+26 −20
Original line number Diff line number Diff line
@@ -22,6 +22,11 @@
    android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
    android:orientation="vertical">

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:focusable="true"
        android:orientation="vertical">
        <TextView
            android:id="@+id/charge"
            android:layout_width="match_parent"
@@ -46,6 +51,7 @@
            android:colorAccent="?android:attr/colorAccent"
            android:gravity="end"
            settings:textColor="?android:attr/textColorSecondary" />
    </LinearLayout>

    <View
        android:layout_width="match_parent"