summaryrefslogtreecommitdiffstats
path: root/res/layout/status_bar_ongoing_event_progress_bar.xml
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2008-12-17 18:06:03 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2008-12-17 18:06:03 -0800
commit1fbad9cfa532f13f6cf03f542febf2e4689edec5 (patch)
tree579995051548349b7b67798b18d006229038bdf4 /res/layout/status_bar_ongoing_event_progress_bar.xml
parent57f55b3cb4f7e4136cde8d1ea12c1e70ec903362 (diff)
downloadandroid_packages_providers_DownloadProvider-1fbad9cfa532f13f6cf03f542febf2e4689edec5.tar.gz
android_packages_providers_DownloadProvider-1fbad9cfa532f13f6cf03f542febf2e4689edec5.tar.bz2
android_packages_providers_DownloadProvider-1fbad9cfa532f13f6cf03f542febf2e4689edec5.zip
Code drop from //branches/cupcake/...@124589
Diffstat (limited to 'res/layout/status_bar_ongoing_event_progress_bar.xml')
-rw-r--r--res/layout/status_bar_ongoing_event_progress_bar.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/status_bar_ongoing_event_progress_bar.xml b/res/layout/status_bar_ongoing_event_progress_bar.xml
index c0cdcbf1..d81c42ba 100644
--- a/res/layout/status_bar_ongoing_event_progress_bar.xml
+++ b/res/layout/status_bar_ongoing_event_progress_bar.xml
@@ -30,7 +30,7 @@
android:orientation="horizontal"
>
- <LinearLayout android:id="@+id/app"
+ <LinearLayout
android:layout_width="40dp"
android:layout_height="fill_parent"
android:orientation="vertical"
@@ -55,14 +55,14 @@
/>
</LinearLayout>
- <RelativeLayout android:id="@+id/app"
+ <RelativeLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical"
android:focusable="true"
android:clickable="true"
>
- <LinearLayout android:id="@+id/notification"
+ <LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"