diff options
author | Hung-ying Tyan <tyanh@google.com> | 2010-11-30 09:41:09 +0800 |
---|---|---|
committer | Hung-ying Tyan <tyanh@google.com> | 2010-11-30 09:45:45 +0800 |
commit | 7b773fbd22cfd942ddef75fa7d8679e4d6fe5fa1 (patch) | |
tree | 0c75a2703ebd1fff4ded9958f4105e7bd0d8ff40 | |
parent | df4ee3ee947cac4683975f065d61e623f8d6b8d5 (diff) | |
download | LegacyCamera-7b773fbd22cfd942ddef75fa7d8679e4d6fe5fa1.zip LegacyCamera-7b773fbd22cfd942ddef75fa7d8679e4d6fe5fa1.tar.gz LegacyCamera-7b773fbd22cfd942ddef75fa7d8679e4d6fe5fa1.tar.bz2 |
Revised comments in camera_control.xml
about not able to set layout_width as wrap_content.
Change-Id: Idf374d51331878e81f5a5489c2f46bbdb3df9409
-rw-r--r-- | res/layout-xlarge/camera_control.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout-xlarge/camera_control.xml b/res/layout-xlarge/camera_control.xml index 0476763..a891e3c 100644 --- a/res/layout-xlarge/camera_control.xml +++ b/res/layout-xlarge/camera_control.xml @@ -23,9 +23,9 @@ android:layout_marginTop="40dp" android:layout_marginBottom="40dp"> <!-- The width is determined by IndicatorWheel so we should set - layout_width as wrap_contant instead of hardcoding the width - but somehow doing so makes the control panel occupy the whole - screen width. Framework bug? --> + layout_width as wrap_contant but RelativeLayout Javadoc says that + this is circular dependency and is not allowed so it's very + unfortunate that we have to hardcode the width here. --> <ViewStub android:id="@+id/zoom_stub" android:inflatedId="@+id/zoom_picker" |