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

Commit 839793fa authored by stefan-niedermann's avatar stefan-niedermann
Browse files

Fix dark theme glitches in account chooser

parent 8a12ee47
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@
        android:layout_marginEnd="64dp"
        android:ellipsize="middle"
        android:singleLine="true"
        android:textColor="@color/fg_default"
        android:textAppearance="@style/NavigationItem"
        tools:hint="Username"/>

+2 −1
Original line number Diff line number Diff line
@@ -26,7 +26,8 @@
        android:layout_alignParentEnd="true"
        android:layout_centerVertical="true"
        android:padding="8dp"
        android:textAppearance="@style/NavigationItem" />
        android:textAppearance="@style/NavigationItem"
        tools:text="37"/>

    <TextView
        android:id="@+id/navigationItemLabel"