Skip to content

Commit

Permalink
demo pink overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sgong-pdftron committed Jul 28, 2021
1 parent 8f96c13 commit edfe1a8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CustomUI/app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</item>

<!-- Component styles and themes -->
<item name="pt_toolbar_popup_theme">@style/ToolbarPopupTheme</item>
<item name="pt_toolbar_popup_theme">@style/AppTheme.ToolbarOverflow</item>
<item name="toolbarStyle">@style/ToolbarStyle</item>
<item name="toolbarNavigationButtonStyle">@style/CustomToolbarButtonNavigationStyle</item>
<item name="actionOverflowButtonStyle">@style/SampleActionOverflowButtonStyle</item>
Expand Down Expand Up @@ -83,6 +83,11 @@
<!--Disable action bar end-->
</style>

<style name="AppTheme.ToolbarOverflow" parent="ToolbarPopupTheme">
<item name="android:background">#ffd1dc</item>
<item name="android:textColor">#000000</item>
</style>

<style name="CustomToolbarButtonNavigationStyle" parent="Widget.AppCompat.Toolbar.Button.Navigation">
<item name="android:minWidth">48dp</item>
<item name="android:padding">0dp</item>
Expand Down

0 comments on commit edfe1a8

Please sign in to comment.