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
This commit is contained in:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user