summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout/quick_settings_tile_alarm.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2012-09-24 11:24:28 -0700
committerWinson Chung <winsonc@google.com>2012-09-25 16:44:29 -0700
commitc86b23b9a6bc4763ff3fbe8d0ae8a9b2e21a1649 (patch)
tree53d0423c6f9fb7cc44d34a16622f1d5e6f538ebc /packages/SystemUI/res/layout/quick_settings_tile_alarm.xml
parente79275a9f6d5215fd9b833f8921939c0993389f2 (diff)
downloadframeworks_base-c86b23b9a6bc4763ff3fbe8d0ae8a9b2e21a1649.zip
frameworks_base-c86b23b9a6bc4763ff3fbe8d0ae8a9b2e21a1649.tar.gz
frameworks_base-c86b23b9a6bc4763ff3fbe8d0ae8a9b2e21a1649.tar.bz2
Updating time/alarm tiles, fixing issue with empty space under QuickSettings (Bug 7205141, Bug 7222371)
Change-Id: If42308a0bbc4a31ffb7f5f0b66063c3b1418ca3e
Diffstat (limited to 'packages/SystemUI/res/layout/quick_settings_tile_alarm.xml')
-rw-r--r--packages/SystemUI/res/layout/quick_settings_tile_alarm.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/packages/SystemUI/res/layout/quick_settings_tile_alarm.xml b/packages/SystemUI/res/layout/quick_settings_tile_alarm.xml
new file mode 100644
index 0000000..0327bee
--- /dev/null
+++ b/packages/SystemUI/res/layout/quick_settings_tile_alarm.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2012 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<TextView
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ style="@style/TextAppearance.QuickSettings.TileView"
+ android:id="@+id/alarm_textview"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center"
+ android:gravity="center"
+ android:drawableTop="@drawable/ic_qs_alarm_on"
+ /> \ No newline at end of file