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

am: 246a2c90ac

Change-Id: I36f60a7e64b38e7abdbb59b629997f4214db9b3f
This commit is contained in:
Adrian Roos
2017-05-24 21:01:46 +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"