<?xml version="1.0" encoding='utf-8' standalone='no'?>
<resources>
<!-- java/com/google/vr/sdk/widgets/common/res/values/dimens.xml -->
<eat-comment/>
<dimen name="button_padding">10dip</dimen>
<!-- java/com/google/vr/sdk/widgets/common/res/values/ids.xml -->
<eat-comment/>

<item name="vrwidget_inner_view" type="id"/>
<!-- java/com/google/vr/sdk/widgets/common/res/values/styles.xml -->
<eat-comment/>
<style name="ControlButton">
<item name="android:layout_width">wrap_content</item>
<item name="android:background">@android:color/transparent</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:padding">@dimen/button_padding</item>
</style>
</resources>