summaryrefslogtreecommitdiff
path: root/InCallUI/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'InCallUI/res/layout')
-rw-r--r--InCallUI/res/layout/answer_fragment.xml4
-rw-r--r--InCallUI/res/layout/conference_manager_fragment.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/InCallUI/res/layout/answer_fragment.xml b/InCallUI/res/layout/answer_fragment.xml
index ee2b0767c..15c2093eb 100644
--- a/InCallUI/res/layout/answer_fragment.xml
+++ b/InCallUI/res/layout/answer_fragment.xml
@@ -32,13 +32,13 @@
dc:targetDescriptions="@array/incoming_call_widget_3way_target_descriptions"
dc:directionDescriptions="@array/incoming_call_widget_3way_direction_descriptions"
dc:handleDrawable="@drawable/ic_in_call_touch_handle"
- dc:outerRingDrawable="@*android:drawable/ic_lockscreen_outerring"
+ dc:outerRingDrawable="@drawable/ic_lockscreen_outerring"
dc:outerRadius="@dimen/glowpadview_target_placement_radius"
dc:innerRadius="@dimen/glowpadview_inner_radius"
dc:snapMargin="@dimen/glowpadview_snap_margin"
dc:feedbackCount="1"
dc:vibrationDuration="20"
dc:glowRadius="@dimen/glowpadview_glow_radius"
- dc:pointDrawable="@*android:drawable/ic_lockscreen_glowdot"
+ dc:pointDrawable="@drawable/ic_lockscreen_glowdot"
dc:allowScaling="true"
/>
diff --git a/InCallUI/res/layout/conference_manager_fragment.xml b/InCallUI/res/layout/conference_manager_fragment.xml
index f1fbfdfac..a8fda2c25 100644
--- a/InCallUI/res/layout/conference_manager_fragment.xml
+++ b/InCallUI/res/layout/conference_manager_fragment.xml
@@ -54,7 +54,7 @@
android:id="@+id/manageConferenceHeader"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:background="@*android:drawable/ab_transparent_dark_holo">
+ android:background="@drawable/ab_transparent_dark_holo">
<LinearLayout
android:id="@+id/manage_done"
@@ -73,7 +73,7 @@
<TextView
android:layout_width="match_parent"
android:layout_height="?android:attr/actionBarSize"
- style="@*android:style/TextAppearance.Holo.Widget.ActionBar.Title"
+ style="@android:style/TextAppearance.Holo.Widget.ActionBar.Title"
android:gravity="center_vertical"
android:text="@string/manageConferenceLabel"/>
</LinearLayout>