Skip to content

Commit

Permalink
make text in opening hours field a little bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Dec 12, 2016
1 parent d24de51 commit c9afc1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
</style>

<style name="OpeningHoursField">
<item name="android:textColor">@android:color/primary_text_light</item>
<item name="android:focusable">true</item>
<item name="android:clickable">true</item>
<item name="android:background">?android:attr/selectableItemBackground</item>
<item name="android:textAppearance">?android:attr/textAppearanceSmallInverse</item>
<item name="android:textColor">#000000</item>
<item name="android:textSize">18sp</item>
<item name="android:paddingStart">8dp</item>
<item name="android:paddingEnd">8dp</item>
<item name="android:paddingTop">6dp</item>
Expand Down

0 comments on commit c9afc1f

Please sign in to comment.