Redesign Nearby Places list items

This commit is contained in:
veyndan 2017-06-30 21:43:45 +01:00
parent b83c32f81e
commit c38e98a49b
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>