commit | aa156251eb0414b8c6546c98769789dc28b38140 | [log] [tgz] |
---|---|---|
author | Yorke Lee <yorkelee@google.com> | Wed Jul 09 21:42:59 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jul 09 14:50:30 2014 +0000 |
tree | 864e631291c90730f535f909162b145fac50fe71 | |
parent | 4eb6927a685f729617d1692d147dd6a589f51510 [diff] | |
parent | 588b79939f79c33e0062f276e2c5159d5d6e068d [diff] |
Merge "progress_large id defined incorrectly"
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"