summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorHans Boehm <hboehm@google.com>2015-05-21 01:41:13 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-05-21 01:41:13 +0000
commit98d607c5ee12eff701dfffdbcd2a9c5fc47f1681 (patch)
tree9ab36794095ee9fb018e8ce6b3cea53e64eac045 /res
parent1da5a770ae98001d90d3a54ad9f689252a646cf1 (diff)
parent61568a15c8d88d86aba14a7800d0bfb46f22c8ba (diff)
downloadandroid_packages_apps_ExactCalculator-98d607c5ee12eff701dfffdbcd2a9c5fc47f1681.tar.gz
android_packages_apps_ExactCalculator-98d607c5ee12eff701dfffdbcd2a9c5fc47f1681.tar.bz2
android_packages_apps_ExactCalculator-98d607c5ee12eff701dfffdbcd2a9c5fc47f1681.zip
am 61568a15: Prevent scrolling of finite results.
* commit '61568a15c8d88d86aba14a7800d0bfb46f22c8ba': Prevent scrolling of finite results.
Diffstat (limited to 'res')
-rw-r--r--res/layout/display.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/display.xml b/res/layout/display.xml
index 1fe2cf7..d50d09f 100644
--- a/res/layout/display.xml
+++ b/res/layout/display.xml
@@ -53,7 +53,7 @@
<!--
We lay the result out to full width, but are careful to use only
- 2/3 of the space, so that we have room when we expand.
+ 4/5 of the space, so that we have room when we expand.
-->
<com.android.calculator2.CalculatorResult
android:id="@+id/result"