Merge "Quantum popup nine-patch with baked-in shadow"

This commit is contained in:
Alan Viverette
2014-05-21 17:23:55 +00:00
committed by Android (Google) Code Review
6 changed files with 7 additions and 12 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 961 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@@ -14,12 +14,7 @@
limitations under the License.
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners
android:radius="2dp" />
<solid
android:color="?attr/colorBackground" />
</shape>
<nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/popup_background_qntm_mult"
android:tint="?attr/colorBackground"
android:tintMode="multiply" />

View File

@@ -16,11 +16,11 @@
<!-- Colors specific to Quantum themes. -->
<resources>
<color name="background_quantum_dark">@color/black</color>
<color name="background_quantum_dark">#ff303030</color>
<color name="background_quantum_light">@color/white</color>
<color name="bright_foreground_quantum_dark">@color/background_quantum_light</color>
<color name="bright_foreground_quantum_light">@color/background_quantum_dark</color>
<color name="bright_foreground_quantum_dark">@color/white</color>
<color name="bright_foreground_quantum_light">@color/black</color>
<!-- TODO: This is 50% alpha black -->
<color name="bright_foreground_disabled_quantum_dark">#80000000</color>
<!-- TODO: This is 50% alpha white -->