Summary: Wanted to have a way to test fragment support in open source for https://github.com/facebook/flipper/issues/1209. Stacked on https://github.com/facebook/flipper/issues/1327. Pull Request resolved: https://github.com/facebook/flipper/pull/1328 Test Plan:  Reviewed By: jknoxville Differential Revision: D22356283 Pulled By: passy fbshipit-source-id: 2ad84df0aae85634c8245e71f18b803ce8dd6ca0
14 lines
377 B
XML
14 lines
377 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
~ Copyright (c) Facebook, Inc. and its affiliates.
|
|
~
|
|
~ This source code is licensed under the MIT license found in the LICENSE
|
|
~ file in the root directory of this source tree.
|
|
-->
|
|
|
|
<resources>
|
|
<string name="app_name">Flipper</string>
|
|
<string name="hello_blank_fragment">Hello blank fragment</string>
|
|
</resources>
|