mirror of
https://github.com/libretro/RetroArch
synced 2025-02-08 15:40:14 +00:00
baking that in as a dependency now by providing the .jar file. Still need to write stub driver in C that calls these location functions through JNI - and still need to gather all semantics for libretro API additions
16 lines
481 B
XML
16 lines
481 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright 2013 Google Inc. All Rights Reserved. -->
|
|
<resources>
|
|
<declare-styleable name="AdsAttrs">
|
|
<!--
|
|
The size of the ad. It must be one of BANNER, FULL_BANNER, LEADERBOARD,
|
|
MEDIUM_RECTANGLE, SMART_BANNER, WIDE_SKYSCRAPER, or
|
|
<width>x<height>.
|
|
-->
|
|
<attr name="adSize" format="string"/>
|
|
|
|
<!-- The ad unit ID. -->
|
|
<attr name="adUnitId" format="string"/>
|
|
</declare-styleable>
|
|
</resources>
|