Skip to content

Commit

Permalink
fixed empty view top margin.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kosh committed Nov 8, 2016
1 parent 96d6bd2 commit 206d6ff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginTop="@dimen/spacing_s_large"
android:gravity="center"
android:text="@string/no_data"
android:textColor="?colorAccent"/>
Expand Down

0 comments on commit 206d6ff

Please sign in to comment.