~vono22/narau/trunk

« back to all changes in this revision

Viewing changes to NarauCupcake/res/values/colors.xml

  • Committer: Yvon Tanguy
  • Date: 2012-12-16 19:16:57 UTC
  • Revision ID: vono22@yahoo.fr-20121216191657-9p3vaptpidzh2yq3
Bug fixed, in both releases.
- Fix crash when unselecting a main DB in the download activity
- Fix a double crash, if the learn writing activity crash: Android start the learn writing menu activity, without init (Common.init())
- Fix double display of english language in online dictionary activity, when selecting languages.
- Cukcake: Better white on black menu. But there is layout problems for android 1.5 & 1.6....
- Simpler preferences migration code.
- DictionaryOnlineActivity: Fix service id change between 2 install, which leads to a crash (resource not found)
- DictionaryOnlineActivity: Restore android default user agent, instead of Firefox 17 on Ubuntu...
- DictionaryBase: set a request focus on the edit text, when started.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
    <color name="dark_grey">#333</color>
11
11
    <color name="orange">#FDD017</color>
12
12
    <color name="dark_orange">#9E7F02</color>
13
 
    <color name="transparent_grey">#11888888</color>
14
 
     <color name="transparent_black">#aa000000</color>
15
 
     <color name="transparent_blue">#bb000011</color>
16
 
    <!--
17
 
         
18
 
    <color name="transparent_gray">#66888888</color>
19
 
    -->
20
 
 
 
13
    <color name="transparent_black">#aa000000</color>
21
14
 
22
15
    <!-- For holo theme -->
23
16
    <color name="bright_foreground_disabled_holo_dark">#ff4c4c4c</color>