Skip to content

Commit

Permalink
Use lighter-weight shadow view.
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-signal committed Oct 18, 2019
1 parent 7b5c190 commit 6e6c809
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions res/layout/conversation_list_activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,14 @@

</androidx.appcompat.widget.Toolbar>

<ImageView
<View
android:id="@+id/conversation_list_toolbar_shadow"
android:layout_width="match_parent"
android:layout_height="4dp"
android:layout_below="@id/toolbar"
android:src="@drawable/toolbar_shadow"
android:visibility="gone" />
android:background="@drawable/toolbar_shadow"
android:visibility="gone"
tools:visibility="visible" />

<FrameLayout android:id="@+id/fragment_container"
android:layout_below="@id/toolbar"
Expand Down

0 comments on commit 6e6c809

Please sign in to comment.