summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-08-09 19:20:45 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-08-09 19:20:45 -0700
commit7686160169b147ec681796cb41a5ea0829c58347 (patch)
tree55c14223d0075858384b4cf044d0a9899dc6cf59 /res
parent030bca6ed67e297ccc784b259edd7386c1a26b76 (diff)
parentb95a4c7582e93e1d3f1f2ce6facb899db10d29d2 (diff)
am b95a4c75: am 92ecd0f1: Merge "Hide dial button in-call so that in-call chooser dialog shows up" into klp-dev
* commit 'b95a4c7582e93e1d3f1f2ce6facb899db10d29d2': Hide dial button in-call so that in-call chooser dialog shows up
Diffstat (limited to 'res')
-rw-r--r--res/layout/dialpad_chooser_list_item.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/res/layout/dialpad_chooser_list_item.xml b/res/layout/dialpad_chooser_list_item.xml
index 853ca4734..5ba88ca54 100644
--- a/res/layout/dialpad_chooser_list_item.xml
+++ b/res/layout/dialpad_chooser_list_item.xml
@@ -4,9 +4,9 @@
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
-
+
http://www.apache.org/licenses/LICENSE-2.0
-
+
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -27,6 +27,7 @@
<TextView android:id="@+id/text"
android:textAppearance="?android:attr/textAppearanceMedium"
+ android:textColor="@color/dialpad_text_color"
android:layout_gravity="center_vertical"
android:layout_width="0dip"
android:layout_weight="1"