Merge pull request #756 from veyndan/nearby-list-redesign

Redesign Nearby Places list items
This commit is contained in:
Josephine Lim 2017-09-06 15:49:46 +10:00 committed by GitHub
commit 62750de0c1
3 changed files with 61 additions and 63 deletions

View file

@ -3,7 +3,6 @@
<!-- Some colours are same for dark/light themes. They are written two times in case
we want to change light ones later.
-->
<color name="text_background">#90000000</color>
<color name="item_white_background">#ffffffff</color>
<color name="main_background_dark">#000000</color>
<color name="main_background_light">#ffffff</color>

View file

@ -1,7 +1,4 @@
<resources>
<dimen name="icon_size">120dp</dimen>
<dimen name="tiny_margin">4dp</dimen>
<dimen name="small_margin">8dp</dimen>
<dimen name="bottom_peak_height">240dp</dimen>
<dimen name="overflow_button_dimen">48dp</dimen>
</resources>