diff options
| author | 2012-10-26 22:23:41 -0400 | |
|---|---|---|
| committer | 2012-10-26 22:59:38 -0400 | |
| commit | fdbbbba4cd4807bed1200f714609d4000501d4ee (patch) | |
| tree | 3b38383d5249012e6275d18216df09c2c59bcf4a | |
| parent | 68b14054b96571d4009c6c5a9b4c3413d908a523 (diff) | |
Updated add-widget graphics
Bug: 7421953
Change-Id: I7961e0e2b0e53467d57d3253d078055dc7614b4f
| -rw-r--r-- | core/res/res/drawable-hdpi/add_widget.png | bin | 12967 -> 0 bytes | |||
| -rw-r--r-- | core/res/res/drawable-hdpi/kg_add_widget.png | bin | 0 -> 316 bytes | |||
| -rw-r--r-- | core/res/res/drawable-mdpi/add_widget.png | bin | 7732 -> 0 bytes | |||
| -rw-r--r-- | core/res/res/drawable-mdpi/kg_add_widget.png | bin | 0 -> 262 bytes | |||
| -rw-r--r-- | core/res/res/drawable-xhdpi/add_widget.png | bin | 15737 -> 0 bytes | |||
| -rw-r--r-- | core/res/res/drawable-xhdpi/kg_add_widget.png | bin | 0 -> 422 bytes | |||
| -rw-r--r-- | core/res/res/layout/keyguard_add_widget.xml | 4 |
7 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/drawable-hdpi/add_widget.png b/core/res/res/drawable-hdpi/add_widget.png Binary files differdeleted file mode 100644 index fb64a52b08e8..000000000000 --- a/core/res/res/drawable-hdpi/add_widget.png +++ /dev/null diff --git a/core/res/res/drawable-hdpi/kg_add_widget.png b/core/res/res/drawable-hdpi/kg_add_widget.png Binary files differnew file mode 100644 index 000000000000..8969a73ae39f --- /dev/null +++ b/core/res/res/drawable-hdpi/kg_add_widget.png diff --git a/core/res/res/drawable-mdpi/add_widget.png b/core/res/res/drawable-mdpi/add_widget.png Binary files differdeleted file mode 100644 index ae2678770678..000000000000 --- a/core/res/res/drawable-mdpi/add_widget.png +++ /dev/null diff --git a/core/res/res/drawable-mdpi/kg_add_widget.png b/core/res/res/drawable-mdpi/kg_add_widget.png Binary files differnew file mode 100644 index 000000000000..314a635a3b89 --- /dev/null +++ b/core/res/res/drawable-mdpi/kg_add_widget.png diff --git a/core/res/res/drawable-xhdpi/add_widget.png b/core/res/res/drawable-xhdpi/add_widget.png Binary files differdeleted file mode 100644 index c02700cb519d..000000000000 --- a/core/res/res/drawable-xhdpi/add_widget.png +++ /dev/null diff --git a/core/res/res/drawable-xhdpi/kg_add_widget.png b/core/res/res/drawable-xhdpi/kg_add_widget.png Binary files differnew file mode 100644 index 000000000000..54ee78b9d070 --- /dev/null +++ b/core/res/res/drawable-xhdpi/kg_add_widget.png diff --git a/core/res/res/layout/keyguard_add_widget.xml b/core/res/res/layout/keyguard_add_widget.xml index fa811d7bc9db..fd5e565faa0f 100644 --- a/core/res/res/layout/keyguard_add_widget.xml +++ b/core/res/res/layout/keyguard_add_widget.xml @@ -35,6 +35,6 @@ android:layout_height="wrap_content" android:layout_gravity="center" android:padding="24dp" - android:src="@drawable/add_widget" /> + android:src="@drawable/kg_add_widget" /> </FrameLayout> -</com.android.internal.policy.impl.keyguard.KeyguardWidgetFrame>
\ No newline at end of file +</com.android.internal.policy.impl.keyguard.KeyguardWidgetFrame> |