Remove shadow below app info header.

Bug: 37670670
Test: visual
Change-Id: I4ae011098537a970568f9fa72c49847a595a7fe0
This commit is contained in:
Fan Zhang
2017-04-25 11:18:30 -07:00
parent f6126e7a00
commit 37b77bd232

View File

@@ -112,9 +112,4 @@
</RelativeLayout>
<!-- Drop shadow -->
<View android:layout_width="match_parent"
android:layout_height="5dp"
android:background="@drawable/action_bar_dropshadow"/>
</LinearLayout>