Merge "Change the color of the measurement numbers below the data bar." into pi-dev

This commit is contained in:
Andreas Terzis
2018-03-14 03:58:32 +00:00
committed by Android (Google) Code Review

View File

@@ -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>