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

am: b687dac159

Change-Id: I8a90af2a6bfc35de53c5b9e5d9ecd2b582ed6c2d
This commit is contained in:
Andreas Terzis
2018-03-14 04:09:53 +00:00
committed by android-build-merger

View File

@@ -106,7 +106,8 @@
android:id="@+id/data_limits" android:id="@+id/data_limits"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:paddingBottom="5dp" /> android:paddingBottom="5dp"
android:textColor="?android:attr/textColorSecondary" />
</LinearLayout> </LinearLayout>