aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorSid Soundararajan <ssoundar@google.com>2014-11-20 18:19:27 -0800
committerSid Soundararajan <ssoundar@google.com>2014-11-20 18:35:53 -0800
commitdb27d65f1b2fec0430c59c832535b1f78f56ed9f (patch)
tree71c11a17a621f7845e68c8315465baba742501bc /apps
parent94e3e5d9cd46c50d436170b1e86fd5dbd1e3bc1f (diff)
downloadsample-db27d65f1b2fec0430c59c832535b1f78f56ed9f.tar.gz
Added alpga to internet icons.
b/17916808 Change-Id: I4c8182036182d5aa6f2ec07a676878d1c7ff120e
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>