summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-09-09 08:51:54 -0700
committerYorke Lee <yorkelee@google.com>2013-09-09 08:57:30 -0700
commitac09b51a171ab53c893b5facc6399c4b973a1d75 (patch)
tree3efaacf3ab63847d4c6fe94508cec3b6082e349c /res/layout
parent88517c68bac750e467f4b21caf7805c8b44b27f6 (diff)
Tweak CallDetailActivity redlines
Bug: 10546413 Change-Id: Iec92ca9cb0adaeaac475a9a9ef613fd516d9ddc6
Diffstat (limited to 'res/layout')
-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>