Files
android_development/samples/SupportPercentDemos/res/values/strings.xml
Kirill Grouchnikov b156438cd4 Rearrange Percent demos.
* Group into Frame / Relative buckets
* Add layouts that show usage of parent / host paddings

Bug: 27871140
Change-Id: I753601709e743c902b634bf1a53776882443157e
2016-04-04 13:41:52 -04:00

28 lines
1.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2015 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<string name="activity_sample_code">Support Percent Demos</string>
<string name="simple_percent_frame_demo">PercentFrameLayout / Basic</string>
<string name="include_percent_frame_demo">PercentFrameLayout / With include</string>
<string name="percent_frame_vpaddings_demo">PercentFrameLayout / With vertical paddings</string>
<string name="percent_frame_hpaddings_demo">PercentFrameLayout / With horizontal paddings</string>
<string name="simple_percent_relative_demo">PercentRelativeLayout / Basic</string>
<string name="percent_relative_vpaddings_demo">PercentRelativeLayout / With vertical paddings</string>
<string name="percent_relative_hpaddings_demo">PercentRelativeLayout / With horizontal paddings</string>
</resources>