summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/layout/status_bar_ongoing_event_progress_bar.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/status_bar_ongoing_event_progress_bar.xml b/res/layout/status_bar_ongoing_event_progress_bar.xml
index 65c31560..c6a71d46 100644
--- a/res/layout/status_bar_ongoing_event_progress_bar.xml
+++ b/res/layout/status_bar_ongoing_event_progress_bar.xml
@@ -38,7 +38,7 @@
android:focusable="true"
android:clickable="true"
>
- <com.android.server.status.AnimatedImageView
+ <ImageView
android:id="@+id/appIcon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -99,7 +99,7 @@
</RelativeLayout>
</LinearLayout>
- <com.android.server.status.AnimatedImageView
+ <ImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@android:drawable/divider_horizontal_bright"