Merge "Keyguard: Remove all caps from keyguard status view" into oc-dev am: 246a2c90ac

am: 90871e5ba5

Change-Id: Iaa46cc13a0196168581103d80dc804cbeb40310c
This commit is contained in:
Adrian Roos
2017-05-24 21:13:13 +00:00
committed by android-build-merger

View File

@@ -30,7 +30,6 @@
android:layout_height="wrap_content"
android:textColor="@color/clock_white"
style="@style/widget_label"
android:textAllCaps="true"
android:letterSpacing="0.15"
android:gravity="center"
/>
@@ -41,7 +40,6 @@
android:drawableStart="@drawable/ic_access_alarms_big"
android:textColor="@color/clock_gray"
android:letterSpacing="0.15"
android:textAllCaps="true"
style="@style/widget_label"
android:layout_marginStart="6dp"
android:gravity="center"