| <?xml version="1.0" encoding="utf-8"?> |
| <!-- |
| * Copyright (C) 2008 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> |
| <item name="frac100perc" type="dimen" format="fraction">100%</item> |
| <item name="frac1perc" type="dimen" format="fraction">1%</item> |
| <item name="fracp1perc" type="dimen" format="fraction">.1%</item> |
| <item name="fracp01perc" type="dimen" format="fraction">.01%</item> |
| <item name="frac0perc" type="dimen" format="fraction">0%</item> |
| <item name="frac1p1perc" type="dimen" format="fraction">1.1%</item> |
| <item name="frac100p1perc" type="dimen" format="fraction">100.1%</item> |
| <item name="frac25510perc" type="dimen" format="fraction">25510%</item> |
| <item name="frac25610perc" type="dimen" format="fraction">25610%</item> |
| <item name="frac6553510perc" type="dimen" format="fraction">6553510%</item> |
| <item name="frac6553610perc" type="dimen" format="fraction">6553610%</item> |
| |
| <item name="frac100pperc" type="dimen" format="fraction">100%p</item> |
| <item name="frac1pperc" type="dimen" format="fraction">1%p</item> |
| <item name="fracp1pperc" type="dimen" format="fraction">.1%p</item> |
| <item name="fracp01pperc" type="dimen" format="fraction">.01%p</item> |
| <item name="frac0pperc" type="dimen" format="fraction">0%p</item> |
| <item name="frac1p1pperc" type="dimen" format="fraction">1.1%p</item> |
| <item name="frac100p1pperc" type="dimen" format="fraction">100.1%p</item> |
| <item name="frac25510pperc" type="dimen" format="fraction">25510%p</item> |
| <item name="frac25610pperc" type="dimen" format="fraction">25610%p</item> |
| <item name="frac6553510pperc" type="dimen" format="fraction">6553510%p</item> |
| <item name="frac6553610pperc" type="dimen" format="fraction">6553610%p</item> |
| </resources> |
| |