summaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
diff options
context:
space:
mode:
authorArne Coucheron <arco68@gmail.com>2017-07-13 01:36:11 +0200
committerArne Coucheron <arco68@gmail.com>2017-08-01 07:26:06 +0200
commitc88c5726b801301da9afce899b9c627d9c563464 (patch)
treeec62e26874da951622936a277b95b6f987dc2aa8 /res/values/colors.xml
parentd74ca5a9d283e79dd0099fb44c26fd0e3634fac6 (diff)
downloadandroid_packages_apps_Gallery2-c88c5726b801301da9afce899b9c627d9c563464.tar.gz
android_packages_apps_Gallery2-c88c5726b801301da9afce899b9c627d9c563464.tar.bz2
android_packages_apps_Gallery2-c88c5726b801301da9afce899b9c627d9c563464.zip
Gallery2: Fix various issues and glitches
* Remove unnecessary navbar toggles, and add missing ones * Modify picker dialog style * Fix editor bottom bar glitch with API 25 * Update main gallery layout so new bottom navigation works properly, and fix various other issues related to it * Don't hide action bar in editor when adjusting effects, so we can see the values we adjust * Update toolbar layout Change-Id: I2a8f0b57ec874434c0fd0bb55de784b5d8379091
Diffstat (limited to 'res/values/colors.xml')
-rwxr-xr-xres/values/colors.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 429348e35..9388e9898 100755
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -32,7 +32,7 @@
<color name="album_placeholder">@color/white</color>
<!-- configuration for photo page -->
- <color name="photo_background">@color/primary</color>
+ <color name="photo_background">@color/black</color>
<color name="photo_placeholder">@color/light_black</color>
<color name="photo_page_action_bar">#8A000000</color>
<color name="photo_page_bottom_panel">#8A000000</color>