blob: 1c0e60cec30c7a0a5cfb521cff4dce675cae6d66 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This project is licensed under the open source MPL V2.
~ See https://github.com/openMF/android-client/blob/master/LICENSE.md
-->
<resources>
<style name="FrameLayout" />
<style name="FrameLayout.Base">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">match_parent</item>
</style>
<style name="FrameLayout.Container" parent="FrameLayout.Base">
<item name="android:id">@id/container</item>
</style>
</resources>