diff options
author | Wu-cheng Li <wuchengli@google.com> | 2010-12-21 00:44:11 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-12-21 00:44:11 -0800 |
commit | 52c270d8fb59c69d635919dce4302cef9ace4230 (patch) | |
tree | 3c70c3f888fa0c89dbfa2a56a66df41047cb1e63 /res | |
parent | a3409a573eb9d560766dc6e8c8d6ddeacd914099 (diff) | |
parent | 47335563ade2c03ee37621b49a16d5c6905e3531 (diff) | |
download | packages_apps_LegacyCamera-52c270d8fb59c69d635919dce4302cef9ace4230.zip packages_apps_LegacyCamera-52c270d8fb59c69d635919dce4302cef9ace4230.tar.gz packages_apps_LegacyCamera-52c270d8fb59c69d635919dce4302cef9ace4230.tar.bz2 |
Merge "Reduce the width of control panel."
Diffstat (limited to 'res')
-rw-r--r-- | res/drawable-hdpi/bg_video_ring_bg_holo.9.png | bin | 608727 -> 546464 bytes | |||
-rw-r--r-- | res/drawable-mdpi/bg_video_ring_bg_holo.9.png | bin | 608727 -> 546464 bytes | |||
-rw-r--r-- | res/layout-xlarge/basic_setting_popup.xml | 2 | ||||
-rw-r--r-- | res/layout-xlarge/other_setting_popup.xml | 2 |
4 files changed, 2 insertions, 2 deletions
diff --git a/res/drawable-hdpi/bg_video_ring_bg_holo.9.png b/res/drawable-hdpi/bg_video_ring_bg_holo.9.png Binary files differindex 7f9349e..5d24f17 100644 --- a/res/drawable-hdpi/bg_video_ring_bg_holo.9.png +++ b/res/drawable-hdpi/bg_video_ring_bg_holo.9.png diff --git a/res/drawable-mdpi/bg_video_ring_bg_holo.9.png b/res/drawable-mdpi/bg_video_ring_bg_holo.9.png Binary files differindex 7f9349e..5d24f17 100644 --- a/res/drawable-mdpi/bg_video_ring_bg_holo.9.png +++ b/res/drawable-mdpi/bg_video_ring_bg_holo.9.png diff --git a/res/layout-xlarge/basic_setting_popup.xml b/res/layout-xlarge/basic_setting_popup.xml index f1ffdd2..5811075 100644 --- a/res/layout-xlarge/basic_setting_popup.xml +++ b/res/layout-xlarge/basic_setting_popup.xml @@ -22,7 +22,7 @@ android:layout_height="wrap_content" android:layout_centerVertical="true" android:layout_alignParentRight="true" - android:layout_marginRight="270dp" + android:layout_marginRight="229dp" android:orientation="vertical" android:visibility="invisible"> <FrameLayout android:id="@+id/topPanel" diff --git a/res/layout-xlarge/other_setting_popup.xml b/res/layout-xlarge/other_setting_popup.xml index 516fa98..d8bced5 100644 --- a/res/layout-xlarge/other_setting_popup.xml +++ b/res/layout-xlarge/other_setting_popup.xml @@ -23,7 +23,7 @@ android:layout_height="wrap_content" android:layout_alignParentRight="true" android:layout_centerVertical="true" - android:layout_marginRight="270dp" + android:layout_marginRight="229dp" android:orientation="vertical" android:visibility="invisible"> |