fix build error because of missing resource

This commit is contained in:
Conny Duck 2018-09-25 19:47:19 +02:00
parent 26b0ad521e
commit a4f9aa3f71
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<item name="wrap_content" format="integer" type="dimen">-2</item>
<bool name="show_small_toot_button">false</bool>
<dimen name="toot_button_width">@dimen/wrap_content</dimen>
<dimen name="toot_button_drawable_padding">4dp</dimen>

View File

@ -28,4 +28,6 @@
<dimen name="actionbar_elevation">4dp</dimen>
<item name="wrap_content" format="integer" type="dimen">-2</item>
</resources>