aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorSid Soundararajan <ssoundar@google.com>2014-11-21 17:19:42 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-11-21 17:19:42 +0000
commitf93af06ffb3e21be857b3e3fc29cfa0ae3d18218 (patch)
tree172164d4966433f74423b7b72956c93b63fde3a6 /apps
parent8b48252e4d06227de5ec3fc874aa79745beb5141 (diff)
parentdb27d65f1b2fec0430c59c832535b1f78f56ed9f (diff)
downloadsample-f93af06ffb3e21be857b3e3fc29cfa0ae3d18218.tar.gz
Merge "Added alpga to internet icons." into lmp-mr1-dev
Diffstat (limited to 'apps')
-rw-r--r--apps/LeanbackWidget/res/layout/clock_widget.xml3
-rw-r--r--apps/LeanbackWidget/res/values/config.xml1
2 files changed, 3 insertions, 1 deletions
diff --git a/apps/LeanbackWidget/res/layout/clock_widget.xml b/apps/LeanbackWidget/res/layout/clock_widget.xml
index 0a1ca2a..f86baa0 100644
--- a/apps/LeanbackWidget/res/layout/clock_widget.xml
+++ b/apps/LeanbackWidget/res/layout/clock_widget.xml
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
- android:layout_height="match_parent">
+ android:layout_height="match_parent"
+ android:alpha="@raw/icon_alpha">
<TextClock
android:id="@+id/clock"
diff --git a/apps/LeanbackWidget/res/values/config.xml b/apps/LeanbackWidget/res/values/config.xml
index 9e4f1ba..fa319d1 100644
--- a/apps/LeanbackWidget/res/values/config.xml
+++ b/apps/LeanbackWidget/res/values/config.xml
@@ -11,4 +11,5 @@
<string name="widget_12_hours_format" translatable="false">h:mm</string>
<string name="widget_24_hours_format" translatable="false">kk:mm</string>
+ <item name="icon_alpha" format="float" type="raw">0.6</item>
</resources>