summaryrefslogtreecommitdiffstats
path: root/res/layout/pad_advanced_tablet_port.xml
diff options
context:
space:
mode:
authorJustin Klaassen <justinklaassen@google.com>2015-06-08 16:53:06 -0700
committerJustin Klaassen <justinklaassen@google.com>2015-06-09 17:54:10 -0700
commited2e687528641d2d2747c2b3672da48b75d4d12e (patch)
treeb4fa49d3fae8963f2687700818c30d0cef31f79f /res/layout/pad_advanced_tablet_port.xml
parente4a959ec862ff83a1ceb5904225fbe2d4248a9b8 (diff)
downloadandroid_packages_apps_ExactCalculator-ed2e687528641d2d2747c2b3672da48b75d4d12e.tar.gz
android_packages_apps_ExactCalculator-ed2e687528641d2d2747c2b3672da48b75d4d12e.tar.bz2
android_packages_apps_ExactCalculator-ed2e687528641d2d2747c2b3672da48b75d4d12e.zip
Show "INV" button's selected state
Bug: 21708864 Change-Id: I837c7b768461ab065093c6ef6fbf0dec3acd1c2d
Diffstat (limited to 'res/layout/pad_advanced_tablet_port.xml')
-rw-r--r--res/layout/pad_advanced_tablet_port.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/res/layout/pad_advanced_tablet_port.xml b/res/layout/pad_advanced_tablet_port.xml
index bccc44c..b8de7fd 100644
--- a/res/layout/pad_advanced_tablet_port.xml
+++ b/res/layout/pad_advanced_tablet_port.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- Copyright (C) 2014 The Android Open Source Project
+ Copyright (C) 2015 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -28,6 +28,7 @@
style="@style/PadButtonStyle.Advanced.Text"
android:layout_row="0"
android:layout_column="0"
+ android:background="@drawable/pad_button_inverse_background"
android:contentDescription="@string/desc_inv_off"
android:text="@string/inv" />
@@ -53,6 +54,7 @@
android:layout_row="0"
android:layout_column="2"
android:contentDescription="@string/desc_fun_arcsin"
+ android:fontFamily="sans-serif-medium"
android:text="@string/fun_arcsin"
android:visibility="gone" />
@@ -70,6 +72,7 @@
android:layout_row="0"
android:layout_column="3"
android:contentDescription="@string/desc_fun_arccos"
+ android:fontFamily="sans-serif-medium"
android:text="@string/fun_arccos"
android:visibility="gone" />
@@ -87,6 +90,7 @@
android:layout_row="0"
android:layout_column="4"
android:contentDescription="@string/desc_fun_arctan"
+ android:fontFamily="sans-serif-medium"
android:text="@string/fun_arctan"
android:visibility="gone" />
@@ -112,6 +116,7 @@
android:layout_row="1"
android:layout_column="1"
android:contentDescription="@string/desc_fun_exp"
+ android:fontFamily="sans-serif-medium"
android:text="@string/fun_exp"
android:visibility="gone" />
@@ -129,6 +134,7 @@
android:layout_row="1"
android:layout_column="2"
android:contentDescription="@string/desc_fun_10pow"
+ android:fontFamily="sans-serif-medium"
android:text="@string/fun_10pow"
android:visibility="gone" />
@@ -194,6 +200,7 @@
android:layout_row="2"
android:layout_column="4"
android:contentDescription="@string/desc_op_sqr"
+ android:fontFamily="sans-serif-medium"
android:text="@string/op_sqr"
android:visibility="gone" />