<?xml version="1.0" encoding="utf-8"?>
<resources>
    <attr format="integer" name="fastforward_increment"/>
    <attr format="enum" name="resize_mode">
    <enum name="fit" value="0"/>
    <enum name="fixed_width" value="1"/>
    <enum name="fixed_height" value="2"/>
  </attr>
    <attr format="integer" name="rewind_increment"/>
    <attr format="integer" name="show_timeout"/>
    <declare-styleable name="AspectRatioFrameLayout"><attr name="resize_mode"/></declare-styleable>
    <declare-styleable name="PlaybackControlView"><attr name="show_timeout"/><attr name="rewind_increment"/><attr name="fastforward_increment"/></declare-styleable>
    <declare-styleable name="SimpleExoPlayerView"><attr format="boolean" name="use_controller"/><attr format="boolean" name="use_texture_view"/><attr name="show_timeout"/><attr name="rewind_increment"/><attr name="fastforward_increment"/><attr name="resize_mode"/></declare-styleable>
    <string name="exo_controls_fastforward_description">Fast forward</string>
    <string name="exo_controls_next_description">Next track</string>
    <string name="exo_controls_pause_description">Pause</string>
    <string name="exo_controls_play_description">Play</string>
    <string name="exo_controls_previous_description">Previous track</string>
    <string name="exo_controls_rewind_description">Rewind</string>
    <string name="exo_controls_stop_description">Stop</string>
    <style name="ExoMediaButton">
    <item name="android:background">@null</item>
    <item name="android:layout_width">71dip</item>
    <item name="android:layout_height">52dip</item>
  </style>
    <style name="ExoMediaButton.FastForward">
    <item name="android:src">@drawable/exo_controls_fastforward</item>
    <item name="android:contentDescription">@string/exo_controls_fastforward_description</item>
  </style>
    <style name="ExoMediaButton.Next">
    <item name="android:src">@drawable/exo_controls_next</item>
    <item name="android:contentDescription">@string/exo_controls_next_description</item>
  </style>
    <style name="ExoMediaButton.Previous">
    <item name="android:src">@drawable/exo_controls_previous</item>
    <item name="android:contentDescription">@string/exo_controls_previous_description</item>
  </style>
    <style name="ExoMediaButton.Rewind">
    <item name="android:src">@drawable/exo_controls_rewind</item>
    <item name="android:contentDescription">@string/exo_controls_rewind_description</item>
  </style>
</resources>