diff options
| author | 2011-01-09 16:28:26 -0800 | |
|---|---|---|
| committer | 2011-01-09 16:28:26 -0800 | |
| commit | ac0f347ed83d53bbfcef7e92acd8b481be044852 (patch) | |
| tree | b978f70258092e52eabc30a153d2b3b0b220d12e | |
| parent | 2f67e0e746e976960b5e11045c7b455307055558 (diff) | |
| parent | 3ae270675179ed4e181255a953da7434943a5af0 (diff) | |
Merge "Honeycomb styling for the volume panel" into honeycomb
| -rw-r--r-- | core/res/res/layout/volume_adjust.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/layout/volume_adjust.xml b/core/res/res/layout/volume_adjust.xml index 946ca7e1635e..c44ed0bf91df 100644 --- a/core/res/res/layout/volume_adjust.xml +++ b/core/res/res/layout/volume_adjust.xml @@ -17,7 +17,7 @@ <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:background="@android:drawable/panel_background" + android:background="@android:drawable/toast_frame" android:orientation="vertical" android:gravity="center_horizontal"> |