diff options
| author | Andrew Sapperstein <asapperstein@google.com> | 2014-01-24 19:03:35 -0800 |
|---|---|---|
| committer | Andrew Sapperstein <asapperstein@google.com> | 2014-01-27 14:03:26 -0800 |
| commit | c0e6023ca7129914a3850bceb1a151acc75fd1f8 (patch) | |
| tree | 25e057ca682c4c21e11ed7764355f996c6e5bb1b /res/values-v17 | |
| parent | b10d1c652d0416c284d9792fc9a0a92b3acd51ca (diff) | |
| download | android_frameworks_opt_chips-c0e6023ca7129914a3850bceb1a151acc75fd1f8.tar.gz android_frameworks_opt_chips-c0e6023ca7129914a3850bceb1a151acc75fd1f8.tar.bz2 android_frameworks_opt_chips-c0e6023ca7129914a3850bceb1a151acc75fd1f8.zip | |
Support RTL in chips library.
Fixes b/12569794.
Change-Id: I927a5d3e0d4af42a3ca3fbbb87ba201fe7bb830e
Diffstat (limited to 'res/values-v17')
| -rw-r--r-- | res/values-v17/styles-v17.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/res/values-v17/styles-v17.xml b/res/values-v17/styles-v17.xml new file mode 100644 index 0000000..d151a75 --- /dev/null +++ b/res/values-v17/styles-v17.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2014 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> + <style name="ChipTitleStyle"> + <item name="android:paddingStart">@dimen/chip_title_padding_start</item> + </style> + + <style name="ChipSubtitleStyle"> + <item name="android:paddingStart">@dimen/chip_subtitle_padding_start</item> + </style> + + <style name="ChipIconStyle"> + <item name="android:layout_marginStart">@dimen/chip_icon_margin_start</item> + </style> +</resources> |
