summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-09-09 09:52:55 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-09-09 09:52:55 -0700
commit1844696b43bb0d0b6e9bd7145027599c6762ec32 (patch)
tree475135c7dc0282d9751c327d9d61cd2893514ed4 /res
parent803b0c881c83090ca6e27ca32943498a2170bd7c (diff)
parent7bac419c5770808db2ecc5518e2d727c6ca8a6a0 (diff)
am 7bac419c: Merge "Tweak CallDetailActivity redlines" into klp-dev
* commit '7bac419c5770808db2ecc5518e2d727c6ca8a6a0': Tweak CallDetailActivity redlines
Diffstat (limited to 'res')
-rw-r--r--res/layout/call_detail.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/call_detail.xml b/res/layout/call_detail.xml
index c9cc7d915..53f6b8ddb 100644
--- a/res/layout/call_detail.xml
+++ b/res/layout/call_detail.xml
@@ -73,10 +73,10 @@
</view>
<LinearLayout
- android:id="@+id/blue_separator"
+ android:id="@+id/separator"
android:layout_width="match_parent"
android:layout_height="1dip"
- android:background="@android:color/holo_blue_light"
+ android:background="@color/background_dialer_light"
android:layout_below="@+id/contact_background_sizer"
/>
<View
@@ -126,7 +126,7 @@
android:id="@+id/voicemail_container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_below="@id/blue_separator"
+ android:layout_below="@id/separator"
android:paddingBottom="@dimen/call_detail_button_spacing">
<!-- The voicemail fragment will be put here. -->
</LinearLayout>