mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-22 04:29:22 +01:00
Change some colors and dimens for tutorial
This commit is contained in:
parent
e5bc4d21d0
commit
244953d0ad
2 changed files with 5 additions and 58 deletions
|
@ -12,63 +12,9 @@
|
|||
<color name="bg_screen4">#FF0000</color>
|
||||
<color name="bg_screen5">#7F7F7F</color>
|
||||
|
||||
<!-- dots inactive colors -->
|
||||
<color name="dot_dark_screen1">#4f91aa</color>
|
||||
<color name="dot_dark_screen2">#fb9c03</color>
|
||||
<color name="dot_dark_screen3">#5ab53b</color>
|
||||
<color name="dot_dark_screen4">#7F0000</color>
|
||||
<color name="dot_dark_screen5">#5ab53b</color>
|
||||
<color name="dot_dark_screen6">#fb9c03</color>
|
||||
<color name="dot_dark_screen7">#7F0000</color>
|
||||
<color name="dot_dark_screen8">#4f91aa</color>
|
||||
<color name="dot_dark_screen9">#fb9c03</color>
|
||||
<color name="dot_dark_screen10">#7f7f5d</color>
|
||||
<color name="dot_dark_screen11">#5ab53b</color>
|
||||
<color name="dot_dark_screen12">#4f91aa</color>
|
||||
|
||||
<!-- dots active colors -->
|
||||
<color name="dot_light_screen1">#4f91ff</color>
|
||||
<color name="dot_light_screen2">#fb9c25</color>
|
||||
<color name="dot_light_screen3">#5ab55f</color>
|
||||
<color name="dot_light_screen4">#FF7F7F</color>
|
||||
<color name="dot_light_screen5">#5ab55f</color>
|
||||
<color name="dot_light_screen6">#fb9c25</color>
|
||||
<color name="dot_light_screen7">#FF7F7F</color>
|
||||
<color name="dot_light_screen8">#4f91ff</color>
|
||||
<color name="dot_light_screen9">#fb9c25</color>
|
||||
<color name="dot_light_screen10">#7f7f5d</color>
|
||||
<color name="dot_light_screen11">#5ab55f</color>
|
||||
<color name="dot_light_screen12">#4f91ff</color>
|
||||
|
||||
<array name="array_dot_active">
|
||||
<item>@color/dot_light_screen1</item>
|
||||
<item>@color/dot_light_screen2</item>
|
||||
<item>@color/dot_light_screen3</item>
|
||||
<item>@color/dot_light_screen4</item>
|
||||
<item>@color/dot_light_screen5</item>
|
||||
<item>@color/dot_light_screen6</item>
|
||||
<item>@color/dot_light_screen7</item>
|
||||
<item>@color/dot_light_screen8</item>
|
||||
<item>@color/dot_light_screen9</item>
|
||||
<item>@color/dot_light_screen10</item>
|
||||
<item>@color/dot_light_screen11</item>
|
||||
<item>@color/dot_light_screen12</item>
|
||||
</array>
|
||||
|
||||
<array name="array_dot_inactive">
|
||||
<item>@color/dot_dark_screen1</item>
|
||||
<item>@color/dot_dark_screen2</item>
|
||||
<item>@color/dot_dark_screen3</item>
|
||||
<item>@color/dot_dark_screen4</item>
|
||||
<item>@color/dot_dark_screen5</item>
|
||||
<item>@color/dot_dark_screen6</item>
|
||||
<item>@color/dot_dark_screen7</item>
|
||||
<item>@color/dot_dark_screen8</item>
|
||||
<item>@color/dot_dark_screen9</item>
|
||||
<item>@color/dot_dark_screen10</item>
|
||||
<item>@color/dot_dark_screen11</item>
|
||||
<item>@color/dot_dark_screen12</item>
|
||||
</array>
|
||||
<color name="dot_light">#7f7f5d</color>
|
||||
<color name="dot_dark">#000000</color>
|
||||
|
||||
<color name="tutorial_buttonTextColor">#000000</color>
|
||||
</resources>
|
||||
|
|
|
@ -9,12 +9,13 @@
|
|||
<!-- Slide dimens -->
|
||||
<dimen name="activity_horizontal_margin">16dp</dimen>
|
||||
<dimen name="activity_vertical_margin">16dp</dimen>
|
||||
<dimen name="dots_height">30dp</dimen>
|
||||
<dimen name="dots_height">50dp</dimen>
|
||||
<dimen name="dots_margin_bottom">20dp</dimen>
|
||||
<dimen name="img_width_height">120dp</dimen>
|
||||
<dimen name="img_width_height">240dp</dimen>
|
||||
<dimen name="slide_title">30sp</dimen>
|
||||
<dimen name="slide_desc">16sp</dimen>
|
||||
<dimen name="desc_padding">40dp</dimen>
|
||||
<dimen name="title_padding">20dp</dimen>
|
||||
<dimen name="screen_shot_view_width">300dp</dimen>
|
||||
<dimen name="screen_shot_view_height">350dp</dimen>
|
||||
<dimen name="screen_shot_width">250dp</dimen>
|
||||
|
|
Loading…
Reference in a new issue