fix build error because of missing resource
This commit is contained in:
parent
26b0ad521e
commit
a4f9aa3f71
|
@ -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>
|
||||
|
|
|
@ -28,4 +28,6 @@
|
|||
|
||||
<dimen name="actionbar_elevation">4dp</dimen>
|
||||
|
||||
<item name="wrap_content" format="integer" type="dimen">-2</item>
|
||||
|
||||
</resources>
|
||||
|
|
Loading…
Reference in New Issue