summaryrefslogtreecommitdiff
path: root/InCallUI/res/layout/conference_manager_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'InCallUI/res/layout/conference_manager_fragment.xml')
-rw-r--r--InCallUI/res/layout/conference_manager_fragment.xml4
1 files changed, 2 insertions, 2 deletions
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>