Skip to content
This repository has been archived by the owner on Feb 14, 2019. It is now read-only.

Commit

Permalink
exposing private resources
Browse files Browse the repository at this point in the history
  • Loading branch information
CityVibes committed Feb 9, 2017
1 parent 4df047d commit 623c4b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
11 changes: 7 additions & 4 deletions devicesetup/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources
xmlns:tools="http://schemas.android.com/tools">
<resources>

<!-- Base application theme. -->
<style name="ParticleSetupTheme" parent="Theme.AppCompat">
Expand All @@ -27,8 +26,12 @@
<item name="android:textAppearanceSmallPopupMenu">@style/PopupMenuText</item>
</style>

<style name="PopupMenu" parent="Widget.AppCompat.Light.PopupMenu.Overflow"
tools:ignore="PrivateResource">
<style name="PopupMenuParent">
<item name="overlapAnchor">true</item>
<item name="android:dropDownHorizontalOffset">-4dip</item>
</style>

<style name="PopupMenu" parent="PopupMenuParent">
<item name="android:dropDownSelector">@drawable/abc_list_selector_holo_dark</item>
<!--<item name="android:popupBackground">@drawable/abc_popup_background_mtrl_mult</item>-->
<item name="android:popupBackground">@android:color/white</item>
Expand Down
1 change: 1 addition & 0 deletions exampleapp/exampleapp.iml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/symbols" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/transforms" />
<excludeFolder url="file://$MODULE_DIR$/build/outputs" />
<excludeFolder url="file://$MODULE_DIR$/build/reports" />
<excludeFolder url="file://$MODULE_DIR$/build/tmp" />
</content>
<orderEntry type="jdk" jdkName="Android API 25 Platform" jdkType="Android SDK" />
Expand Down

0 comments on commit 623c4b2

Please sign in to comment.