summaryrefslogtreecommitdiffstats
path: root/packages/Keyguard
diff options
context:
space:
mode:
authord34d <clark@cyngn.com>2016-05-23 20:38:41 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-06-09 14:10:31 -0700
commite704fc0d3a5bcf8c815c4af58d196e27c6ee47d3 (patch)
tree8380beafcabc5bdb627ab9e1de77d5f287d39b92 /packages/Keyguard
parent6c769a702f40cd0e029196620a1838c9481d5dca (diff)
downloadframeworks_base-e704fc0d3a5bcf8c815c4af58d196e27c6ee47d3.zip
frameworks_base-e704fc0d3a5bcf8c815c4af58d196e27c6ee47d3.tar.gz
frameworks_base-e704fc0d3a5bcf8c815c4af58d196e27c6ee47d3.tar.bz2
Keyguard: Get your weather on... the lock screen [1/3]
Change-Id: Ieed59aa488a0a26fa9fc27bd77cbdc6156baac68
Diffstat (limited to 'packages/Keyguard')
-rw-r--r--packages/Keyguard/res/layout/keyguard_status_view.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/Keyguard/res/layout/keyguard_status_view.xml b/packages/Keyguard/res/layout/keyguard_status_view.xml
index fc0b568..e957f6a 100644
--- a/packages/Keyguard/res/layout/keyguard_status_view.xml
+++ b/packages/Keyguard/res/layout/keyguard_status_view.xml
@@ -34,6 +34,7 @@
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal|top"
android:orientation="vertical" >
+
<TextClock
android:id="@+id/clock_view"
android:layout_width="wrap_content"
@@ -47,6 +48,19 @@
android:layout_marginBottom="@dimen/bottom_text_spacing_digital" />
<include layout="@layout/keyguard_status_area" />
+
+ <TextView android:id="@+id/weather_info"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center_horizontal"
+ android:textColor="@color/clock_white"
+ style="@style/widget_label"
+ android:textAllCaps="true"
+ android:letterSpacing="0.15"
+ android:gravity="center"
+ android:singleLine="true"
+ android:visibility="gone"/>
+
<TextView
android:id="@+id/owner_info"
android:layout_marginLeft="16dp"