Merge changes I4ae01109,Ib45289c3 into oc-dev

* changes:
  Remove shadow below app info header.
  Fix ANR in installed app details.
This commit is contained in:
TreeHugger Robot
2017-04-25 20:16:19 +00:00
committed by Android (Google) Code Review
3 changed files with 25 additions and 6 deletions

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>