diff options
author | Angus Kong <shkong@google.com> | 2011-11-07 11:33:31 +0800 |
---|---|---|
committer | Angus Kong <shkong@google.com> | 2011-11-07 16:15:45 +0800 |
commit | c12e12365fc3b0b3b4718eced8f3dc6a776c0851 (patch) | |
tree | e9a4af8debd75a371abc060663c8a9fb01d9db97 /res/layout | |
parent | 781528e1c86aa16d72694510898325d65e32c35b (diff) | |
download | LegacyCamera-c12e12365fc3b0b3b4718eced8f3dc6a776c0851.zip LegacyCamera-c12e12365fc3b0b3b4718eced8f3dc6a776c0851.tar.gz LegacyCamera-c12e12365fc3b0b3b4718eced8f3dc6a776c0851.tar.bz2 |
Make 40% opacity for disabled indicators.
bug:5521011
Change-Id: I150f754b9190e7034e75a3ab06cb0f5e8312cd31
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/indicator_bar.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/indicator_bar.xml b/res/layout/indicator_bar.xml index 33a8c7a..b7348b4 100644 --- a/res/layout/indicator_bar.xml +++ b/res/layout/indicator_bar.xml @@ -63,7 +63,7 @@ android:layout_width="0dp" android:background="@color/mode_selection_border" android:visibility="gone" /> - <com.android.camera.ui.ColorFilterImageView + <com.android.camera.ui.TwoStateImageView android:id="@+id/back_to_first_level" android:layout_height="match_parent" android:layout_width="wrap_content" |