Merge "Fix resource warnings."
diff --git a/res/layout/cell_broadcast_disallowed_preference_screen.xml b/res/layout/cell_broadcast_disallowed_preference_screen.xml
index 613393a..4ddc6ee 100644
--- a/res/layout/cell_broadcast_disallowed_preference_screen.xml
+++ b/res/layout/cell_broadcast_disallowed_preference_screen.xml
@@ -30,10 +30,10 @@
                 android:cacheColorHint="@android:color/white"
                 android:fadingEdgeLength="16dip" />
 
-        <TextView android:id="@+android:id/empty"
+        <TextView android:id="@+id/empty"
                 android:layout_width="match_parent"
                 android:layout_height="match_parent"
                 android:gravity="center"
                 android:text="@string/cell_broadcast_settings_not_available"
                 android:textAppearance="?android:attr/textAppearanceMedium" />
-</FrameLayout>
\ No newline at end of file
+</FrameLayout>