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

Commit 9c6ab88b authored by Jason Monk's avatar Jason Monk
Browse files

Fix focusability of battery history chart

Change-Id: I0bd0da84a08ed6e3c51da3dc6a68e878c5c0d3cd
Fixes: 29453492
parent c3ec1ab8
Loading
Loading
Loading
Loading
+26 −20
Original line number Original line Diff line number Diff line
@@ -22,6 +22,11 @@
    android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
    android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
    android:orientation="vertical">
    android:orientation="vertical">


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


    <View
    <View
        android:layout_width="match_parent"
        android:layout_width="match_parent"