Status bar placeholder views shouldn't be image views, that uses unnecessary memory and computation time

This commit is contained in:
Aidan Follestad 2015-04-18 12:33:17 -05:00
commit 0d26c79661
2 changed files with 2 additions and 2 deletions

View file

@ -60,7 +60,7 @@
android:layout_height="wrap_content"
android:orientation="vertical">
<ImageView
<View
android:id="@+id/statusBar"
android:layout_width="match_parent"
android:layout_height="@dimen/statusMargin"

View file

@ -60,7 +60,7 @@
android:layout_height="wrap_content"
android:orientation="vertical">
<ImageView
<View
android:id="@+id/statusBar"
android:layout_width="match_parent"
android:layout_height="@dimen/statusMargin"