summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristine Franks <christyfranks@google.com>2016-12-13 17:47:24 -0800
committerChristine Franks <christyfranks@google.com>2016-12-16 13:41:43 -0800
commit97228c68ed249e5701d48e362306a2bc1203d32d (patch)
treeaf9f126127ad0cbe692a4c015cecb20d83fd4c21
parenta3c18ac40a7f3cf7f7d668d91b7a39bc647380ef (diff)
downloadandroid_packages_apps_ExactCalculator-97228c68ed249e5701d48e362306a2bc1203d32d.tar.gz
android_packages_apps_ExactCalculator-97228c68ed249e5701d48e362306a2bc1203d32d.tar.bz2
android_packages_apps_ExactCalculator-97228c68ed249e5701d48e362306a2bc1203d32d.zip
Change history overflow popup to light theme
Bug: 33461918 Test: manual - tested on API 25 device and API 21 emulator Change-Id: I2e143795c395c4e191f4c7f1f1c1e78f7e011994
-rw-r--r--res/layout/fragment_history.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/fragment_history.xml b/res/layout/fragment_history.xml
index 0d8ed9b..78ba4cc 100644
--- a/res/layout/fragment_history.xml
+++ b/res/layout/fragment_history.xml
@@ -32,6 +32,7 @@
android:minHeight="?android:attr/actionBarSize"
android:navigationContentDescription="@string/desc_navigate_up"
android:navigationIcon="?android:attr/homeAsUpIndicator"
+ android:popupTheme="@android:style/ThemeOverlay.Material.Light"
android:theme="@android:style/ThemeOverlay.Material.Dark.ActionBar"
android:title="@string/title_history" />