progress_large id defined incorrectly
Progressbar, progress_large, is defined with the wrong namespace,
removing the custom namespace will make it use the default namespace
of the application.
This affect the RRO (Runtime Resource overlay) system, making it
impossible to overlay resources in this package.
The resources which have different namespaces will be created in
different categories, the system category the first followed by
the application specific. When doing overlay the RRO will look
in the first category which will be the system, and overlay will
fail to find the resources to overlay.
Change-Id: I865cc8e85ba93b8349bef77afe41a82d8cfeea5f
diff --git a/res/layout/otacall_card.xml b/res/layout/otacall_card.xml
index d90e940..74b31e8 100644
--- a/res/layout/otacall_card.xml
+++ b/res/layout/otacall_card.xml
@@ -89,7 +89,7 @@
/>
<!-- Progress bar -->
- <ProgressBar android:id="@+android:id/progress_large"
+ <ProgressBar android:id="@+id/progress_large"
style="?android:attr/progressBarStyleHorizontal"
android:layout_marginTop="20dip"
android:layout_width="match_parent"