summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorAdam Lesinski <adamlesinski@google.com>2014-06-09 20:26:43 -0700
committerAdam Lesinski <adamlesinski@google.com>2014-06-19 16:00:16 -0700
commit02f014aea398739a477e5b1f850097318958dce1 (patch)
tree74178f4cc2c1438bcc572d4db5314884f4f601b4 /res/layout
parent733a57d4219011c6aaccab3872d2dc34186457bc (diff)
downloadandroid_packages_services_Telephony-02f014aea398739a477e5b1f850097318958dce1.tar.gz
android_packages_services_Telephony-02f014aea398739a477e5b1f850097318958dce1.tar.bz2
android_packages_services_Telephony-02f014aea398739a477e5b1f850097318958dce1.zip
Do not create new resources in android package
New changes to AAPT will forbid adding resources to external packages, like android. Change-Id: Idfae2ad53baaddd96701ddb243eb49f240cce9ac
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/otacall_card.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/otacall_card.xml b/res/layout/otacall_card.xml
index d90e940d2..74b31e8f0 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"