blob: f551102426245fa18bb53ae1f770c31d885c5ce3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
<?xml version="1.0" encoding="utf-8"?>
<!-- IDs referenced from Mirror.java that live only in the debug
layout (src/debug/res/layout/mirror.xml). Declaring them here
means R.id.* is stable across both build types; findViewById
returns null in release where the views are absent. -->
<resources>
<item name="overlay_target" type="id"/>
<item name="overlay_stats" type="id"/>
<item name="overlay_event" type="id"/>
</resources>
|