summaryrefslogtreecommitdiffstats
path: root/res/layout-sw600dp/main.xml
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2014-03-05 17:57:05 -0800
committerAlan Viverette <alanv@google.com>2014-03-05 17:57:05 -0800
commit7387add6feefeb9be1d99b7da0b5848996c9b45a (patch)
tree8de1ee17494a173028e0b523f847c885523fcf22 /res/layout-sw600dp/main.xml
parent8bea49415c6de57f7e14517bf64769d24e3f099d (diff)
downloadandroid_packages_apps_ExactCalculator-7387add6feefeb9be1d99b7da0b5848996c9b45a.tar.gz
android_packages_apps_ExactCalculator-7387add6feefeb9be1d99b7da0b5848996c9b45a.tar.bz2
android_packages_apps_ExactCalculator-7387add6feefeb9be1d99b7da0b5848996c9b45a.zip
Rename calculator back to Calculator
Also renames some assets, removes the stationary button style, and restores the default clear / delete icon switching. BUG: 13322842 BUG: 13321800 Change-Id: I43ccf7a7eb40a670289ca61c3582f0914a4bacee
Diffstat (limited to 'res/layout-sw600dp/main.xml')
-rw-r--r--res/layout-sw600dp/main.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout-sw600dp/main.xml b/res/layout-sw600dp/main.xml
index 9ede6f3..93a8aad 100644
--- a/res/layout-sw600dp/main.xml
+++ b/res/layout-sw600dp/main.xml
@@ -69,7 +69,7 @@
android:contentDescription="@string/delDesc"
android:paddingLeft="5dip"
android:paddingRight="5dip"
- android:src="@drawable/calc_clear_symbol_tintable"
+ android:src="@drawable/ic_delete_alpha"
android:visibility="invisible" />
</FrameLayout>
</LinearLayout>