Skip to content
Snippets Groups Projects
Commit c3ad8508 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

TV: Fix resource reference for empty view

(cherry picked from commit 01effa55)
parent ff253ddf
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_margin="@dimen/default_margin"
android:drawableTop="?attr/empty_icon"
android:drawableTop="@drawable/ic_empty_w"
android:drawablePadding="@dimen/default_margin"
android:gravity="center"
android:maxWidth="600dp"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment