Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
[Android] Make Shell header transparent
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarinho committed Jan 7, 2021
1 parent 972165d commit c047516
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
android:id="@+id/flyoutcontent_appbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@null"
app:elevation="0dp"
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar" />

</xamarin.forms.platform.android.ShellFlyoutLayout>

0 comments on commit c047516

Please sign in to comment.