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

Commit b17180d2 authored by Jan Nordqvist's avatar Jan Nordqvist
Browse files

Change the color of the measurement numbers below the data bar.

Original line item: In Data Usage screen, Below the data bar, Make GB measurement numbers smaller.

Bug: 70950124

Test: manual
Test: make RunSettingsRoboTests
Change-Id: Id30233e038c664539fd688dcd4eb99af0c41f010
parent 2e79a7cc
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -106,7 +106,8 @@
        android:id="@+id/data_limits"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:paddingBottom="5dp" />
        android:paddingBottom="5dp"
        android:textColor="?android:attr/textColorSecondary" />

</LinearLayout>