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

am: a745277b34

Change-Id: I7dfae909ddc53c54143d1110b3a61bf55fea6495
This commit is contained in:
Andreas Terzis
2018-03-14 05:14:26 +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>