diff options
author | Wu-cheng Li <wuchengli@google.com> | 2010-11-19 14:59:33 +0800 |
---|---|---|
committer | Wu-cheng Li <wuchengli@google.com> | 2010-11-19 15:32:18 +0800 |
commit | 33896b2aaa53a67aa88125e818ceb20292d5f701 (patch) | |
tree | 7034f770c3b3a77ecaa1dad47a73194cda64a345 /res | |
parent | f14fbd59355b6753322914092e9c9ea00aee5e30 (diff) | |
download | packages_apps_LegacyCamera-33896b2aaa53a67aa88125e818ceb20292d5f701.zip packages_apps_LegacyCamera-33896b2aaa53a67aa88125e818ceb20292d5f701.tar.gz packages_apps_LegacyCamera-33896b2aaa53a67aa88125e818ceb20292d5f701.tar.bz2 |
Use holo.dark background on popup windows.
Change-Id: I1ed1dd3d23270d8da29bc446fa121067b98bb48e
Diffstat (limited to 'res')
-rw-r--r-- | res/layout-xlarge/basic_setting_popup.xml | 1 | ||||
-rw-r--r-- | res/layout-xlarge/other_setting_popup.xml | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/res/layout-xlarge/basic_setting_popup.xml b/res/layout-xlarge/basic_setting_popup.xml index a58d835..1fb658d 100644 --- a/res/layout-xlarge/basic_setting_popup.xml +++ b/res/layout-xlarge/basic_setting_popup.xml @@ -23,6 +23,5 @@ android:layout_centerVertical="true" android:layout_alignParentRight="true" android:layout_marginRight="40dp" - android:background="@drawable/menu_popup" android:orientation="vertical" /> diff --git a/res/layout-xlarge/other_setting_popup.xml b/res/layout-xlarge/other_setting_popup.xml index 3f67477..fb8df48 100644 --- a/res/layout-xlarge/other_setting_popup.xml +++ b/res/layout-xlarge/other_setting_popup.xml @@ -23,8 +23,7 @@ android:layout_height="wrap_content" android:layout_alignParentRight="true" android:layout_centerVertical="true" - android:layout_marginRight="40dp" - android:background="@drawable/menu_popup"> + android:layout_marginRight="40dp"> <TableRow style="@style/OtherSettingTableRow"> <TextView android:text="@string/pref_camera_recordlocation_title" |