summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2012-10-12 11:39:22 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-10-12 11:39:23 -0700
commit6ffbe600696396a0444f20f61223923146e9520b (patch)
tree75f57301426896cd2f75f4afc706a5e040a2009a /core/res
parent732d88e14e4418feba1b80cf1d6010cddb1d5de5 (diff)
parent3cc10f420ff432d7c45d0eefe0b92a0c264b00fa (diff)
downloadframeworks_base-6ffbe600696396a0444f20f61223923146e9520b.zip
frameworks_base-6ffbe600696396a0444f20f61223923146e9520b.tar.gz
frameworks_base-6ffbe600696396a0444f20f61223923146e9520b.tar.bz2
Merge "Fix bug #7325609 FragmentBreadCrumbs should be RTL-aware" into jb-mr1-dev
Diffstat (limited to 'core/res')
-rwxr-xr-xcore/res/res/values/attrs.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/res/res/values/attrs.xml b/core/res/res/values/attrs.xml
index 384f1ab..3550df9 100755
--- a/core/res/res/values/attrs.xml
+++ b/core/res/res/values/attrs.xml
@@ -5781,4 +5781,10 @@
<attr name="leftToRight" format="boolean" />
</declare-styleable>
+ <!-- Attributes that can be used with <code>&lt;FragmentBreadCrumbs&gt;</code>
+ tags. -->
+ <declare-styleable name="FragmentBreadCrumbs">
+ <attr name="gravity" />
+ </declare-styleable>
+
</resources>