summaryrefslogtreecommitdiffstats
path: root/third_party/libwebrtc/build/config/android/test/resource_overlay/java/res_template/values/values.xml
blob: 973f855206df34139ae4e8cd0d1c9166fe38c16a (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2020 The Chromium Authors. All rights reserved.

     Use of this source code is governed by a BSD-style license that can be
     found in the LICENSE file.
-->

<resources xmlns:android="http://schemas.android.com/apk/res/android">
    <integer name="{{resource_name}}">{{resource_value}}</integer>
</resources>