summaryrefslogtreecommitdiffstats
path: root/res/values-ldrtl
diff options
context:
space:
mode:
authorAndrew Sapperstein <asapperstein@google.com>2014-02-06 18:09:27 -0800
committerAndrew Sapperstein <asapperstein@google.com>2014-02-10 10:23:41 -0800
commit643b6b458ba2286e72e16049b407875dc833dc11 (patch)
treeeb3c9ad0d3608115747396ef3aef293518573ad8 /res/values-ldrtl
parentf0261c6eab4b68a88bf611bf246c32af6d3c7e1e (diff)
downloadandroid_packages_apps_UnifiedEmail-643b6b458ba2286e72e16049b407875dc833dc11.tar.gz
android_packages_apps_UnifiedEmail-643b6b458ba2286e72e16049b407875dc833dc11.tar.bz2
android_packages_apps_UnifiedEmail-643b6b458ba2286e72e16049b407875dc833dc11.zip
Support overriding AccountsAdapter.
Allows inflating a new drawer fragment via a resource overlay. b/12004407. Change-Id: If9551da3ed3e74b07d1c24d91915221f9245a3bb
Diffstat (limited to 'res/values-ldrtl')
-rw-r--r--res/values-ldrtl/styles-ldrtl.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values-ldrtl/styles-ldrtl.xml b/res/values-ldrtl/styles-ldrtl.xml
index ac663c849..0416921fc 100644
--- a/res/values-ldrtl/styles-ldrtl.xml
+++ b/res/values-ldrtl/styles-ldrtl.xml
@@ -129,7 +129,7 @@
<item name="android:layout_marginStart">@android:dimen/notification_large_icon_width</item>
</style>
- <style name="UnreadCountWithMarginEndStyle" parent="UnreadCount">
+ <style name="UnreadCountWithMarginEndStyle" parent="UnreadCountRelativeLayout">
<item name="android:layout_marginEnd">@dimen/folder_list_item_end_margin</item>
<item name="android:layout_alignParentEnd">true</item>
</style>
@@ -176,7 +176,7 @@
<item name="android:layout_marginStart">@dimen/account_item_margin_start</item>
</style>
- <style name="AccountUnreadCountStyle" parent="UnreadCount">
+ <style name="AccountUnreadCountStyle" parent="UnreadCountRelativeLayout">
<item name="android:layout_marginEnd">@dimen/account_item_margin_end</item>
<item name="android:layout_alignParentEnd">true</item>
</style>