Status bar placeholder views shouldn't be image views, that uses unnecessary memory and computation time
This commit is contained in:
parent
605ae13488
commit
0d26c79661
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue