summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/ui
diff options
context:
space:
mode:
authorzdi <zdi@codeaurora.org>2016-03-07 17:53:57 +0800
committerzdi <zdi@codeaurora.org>2016-03-10 10:00:05 +0800
commit7d9dd17cb390804052d23859dc4cfcc4bf293488 (patch)
treeaa92d6d11f5fcb8a47883eec8e3137ce1491980a /src/com/android/gallery3d/ui
parentee586846cc5e3916398dc25fe59ed9f2601a4790 (diff)
downloadandroid_packages_apps_Gallery2-7d9dd17cb390804052d23859dc4cfcc4bf293488.tar.gz
android_packages_apps_Gallery2-7d9dd17cb390804052d23859dc4cfcc4bf293488.tar.bz2
android_packages_apps_Gallery2-7d9dd17cb390804052d23859dc4cfcc4bf293488.zip
Gallery2: Modify the UI of audio effect.
Modify the UI of audio effect according to UX specification document. Change-Id: I03b337290f4d8dbf3600ee04c3796a5883c03046 CRs-Fixed: 986763
Diffstat (limited to 'src/com/android/gallery3d/ui')
-rw-r--r--src/com/android/gallery3d/ui/Knob.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/ui/Knob.java b/src/com/android/gallery3d/ui/Knob.java
index 179023e02..b427c2f1e 100644
--- a/src/com/android/gallery3d/ui/Knob.java
+++ b/src/com/android/gallery3d/ui/Knob.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2013, 2016, The Linux Foundation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
@@ -114,6 +114,7 @@ public class Knob extends FrameLayout {
mDisabledColor = res.getColor(R.color.disabled_knob);
((ImageView) findViewById(R.id.knob_foreground)).setImageResource(foreground);
+ ((ImageView) findViewById(R.id.knob_foreground)).setAlpha(0.35f);
mLabelTV = (TextView) findViewById(R.id.knob_label);
mLabelTV.setText(label);