summaryrefslogtreecommitdiffstats
path: root/current/support/v7
diff options
context:
space:
mode:
authorBryan Mawhinney <bryanmawhinney@google.com>2014-09-03 14:24:53 +0100
committerBryan Mawhinney <bryanmawhinney@google.com>2014-09-03 14:24:53 +0100
commit191b2af89423eb12c0cb43399fba0b5148e7a209 (patch)
tree1a47777b3360c62d16be3d51cd3389f0bcb75028 /current/support/v7
parent765628d8f1fdfe24994dd041c768805847d0b713 (diff)
downloadprebuilts_sdk-191b2af89423eb12c0cb43399fba0b5148e7a209.zip
prebuilts_sdk-191b2af89423eb12c0cb43399fba0b5148e7a209.tar.gz
prebuilts_sdk-191b2af89423eb12c0cb43399fba0b5148e7a209.tar.bz2
Update prebuilt SDK as at lmp-dev #1403258 DO NOT MERGE
Change-Id: I7d397de15c5ee236ccfdf4057045debc67717c42
Diffstat (limited to 'current/support/v7')
-rw-r--r--current/support/v7/appcompat/libs/android-support-v7-appcompat.jarbin442381 -> 445460 bytes
-rw-r--r--current/support/v7/appcompat/res/layout/abc_screen_toolbar.xml2
-rw-r--r--current/support/v7/appcompat/res/values-v21/styles_base.xml2
-rw-r--r--current/support/v7/appcompat/res/values/attrs.xml13
-rw-r--r--current/support/v7/appcompat/res/values/styles_base.xml2
-rw-r--r--current/support/v7/cardview/libs/android-support-v7-cardview.jarbin16725 -> 16725 bytes
-rw-r--r--current/support/v7/gridlayout/libs/android-support-v7-gridlayout.jarbin42438 -> 42438 bytes
-rw-r--r--current/support/v7/mediarouter/libs/android-support-v7-mediarouter.jarbin175627 -> 175627 bytes
-rw-r--r--current/support/v7/palette/libs/android-support-v7-palette.jarbin18660 -> 18660 bytes
-rw-r--r--current/support/v7/recyclerview/libs/android-support-v7-recyclerview.jarbin180959 -> 181517 bytes
10 files changed, 19 insertions, 0 deletions
diff --git a/current/support/v7/appcompat/libs/android-support-v7-appcompat.jar b/current/support/v7/appcompat/libs/android-support-v7-appcompat.jar
index 2bf7d7d..4cd1aaf 100644
--- a/current/support/v7/appcompat/libs/android-support-v7-appcompat.jar
+++ b/current/support/v7/appcompat/libs/android-support-v7-appcompat.jar
Binary files differ
diff --git a/current/support/v7/appcompat/res/layout/abc_screen_toolbar.xml b/current/support/v7/appcompat/res/layout/abc_screen_toolbar.xml
index 55a2beb..20e0c0e 100644
--- a/current/support/v7/appcompat/res/layout/abc_screen_toolbar.xml
+++ b/current/support/v7/appcompat/res/layout/abc_screen_toolbar.xml
@@ -16,6 +16,7 @@
<android.support.v7.internal.widget.ActionBarOverlayLayout
xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/decor_content_parent"
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -36,6 +37,7 @@
android:id="@+id/action_bar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ app:navigationContentDescription="@string/abc_action_bar_up_description"
style="?attr/toolbarStyle"/>
<android.support.v7.internal.widget.ActionBarContextView
diff --git a/current/support/v7/appcompat/res/values-v21/styles_base.xml b/current/support/v7/appcompat/res/values-v21/styles_base.xml
index 26d1d57..3b20baa 100644
--- a/current/support/v7/appcompat/res/values-v21/styles_base.xml
+++ b/current/support/v7/appcompat/res/values-v21/styles_base.xml
@@ -158,10 +158,12 @@
</style>
<style name="Base.Widget.AppCompat.PopupMenu.Overflow">
+ <item name="android:dropDownHorizontalOffset">-4dip</item>
<item name="android:overlapAnchor">true</item>
</style>
<style name="Base.Widget.AppCompat.Light.PopupMenu.Overflow">
+ <item name="android:dropDownHorizontalOffset">-4dip</item>
<item name="android:overlapAnchor">true</item>
</style>
diff --git a/current/support/v7/appcompat/res/values/attrs.xml b/current/support/v7/appcompat/res/values/attrs.xml
index f279481..b3b1fa7 100644
--- a/current/support/v7/appcompat/res/values/attrs.xml
+++ b/current/support/v7/appcompat/res/values/attrs.xml
@@ -724,6 +724,12 @@
<!-- Reference to a theme that should be used to inflate popups
shown by widgets in the toolbar. -->
<attr name="popupTheme" />
+ <!-- Icon drawable to use for the navigation button located at
+ the start of the toolbar. -->
+ <attr name="navigationIcon" format="reference" />
+ <!-- Text to set as the content description for the navigation button
+ located at the start of the toolbar. -->
+ <attr name="navigationContentDescription" format="string" />
</declare-styleable>
<declare-styleable name="PopupWindowBackgroundState">
@@ -731,4 +737,11 @@
<attr name="state_above_anchor" format="boolean" />
</declare-styleable>
+ <declare-styleable name="ListPopupWindow">
+ <!-- Amount of pixels by which the drop down should be offset vertically. -->
+ <attr name="android:dropDownVerticalOffset" />
+ <!-- Amount of pixels by which the drop down should be offset horizontally. -->
+ <attr name="android:dropDownHorizontalOffset" />
+ </declare-styleable>
+
</resources>
diff --git a/current/support/v7/appcompat/res/values/styles_base.xml b/current/support/v7/appcompat/res/values/styles_base.xml
index 3391fec..1e83fb8 100644
--- a/current/support/v7/appcompat/res/values/styles_base.xml
+++ b/current/support/v7/appcompat/res/values/styles_base.xml
@@ -263,9 +263,11 @@
</style>
<style name="Base.Widget.AppCompat.PopupMenu.Overflow">
+ <item name="android:dropDownHorizontalOffset">-4dip</item>
</style>
<style name="Base.Widget.AppCompat.Light.PopupMenu.Overflow">
+ <item name="android:dropDownHorizontalOffset">-4dip</item>
</style>
<style name="Base.Widget.AppCompat.PopupMenu" parent="@style/Widget.AppCompat.ListPopupWindow">
diff --git a/current/support/v7/cardview/libs/android-support-v7-cardview.jar b/current/support/v7/cardview/libs/android-support-v7-cardview.jar
index 3931ac2..932b96a 100644
--- a/current/support/v7/cardview/libs/android-support-v7-cardview.jar
+++ b/current/support/v7/cardview/libs/android-support-v7-cardview.jar
Binary files differ
diff --git a/current/support/v7/gridlayout/libs/android-support-v7-gridlayout.jar b/current/support/v7/gridlayout/libs/android-support-v7-gridlayout.jar
index ad3c219..dbe3fb4 100644
--- a/current/support/v7/gridlayout/libs/android-support-v7-gridlayout.jar
+++ b/current/support/v7/gridlayout/libs/android-support-v7-gridlayout.jar
Binary files differ
diff --git a/current/support/v7/mediarouter/libs/android-support-v7-mediarouter.jar b/current/support/v7/mediarouter/libs/android-support-v7-mediarouter.jar
index 9f7a086..f98bfa9 100644
--- a/current/support/v7/mediarouter/libs/android-support-v7-mediarouter.jar
+++ b/current/support/v7/mediarouter/libs/android-support-v7-mediarouter.jar
Binary files differ
diff --git a/current/support/v7/palette/libs/android-support-v7-palette.jar b/current/support/v7/palette/libs/android-support-v7-palette.jar
index 54d40aa..b60d47f 100644
--- a/current/support/v7/palette/libs/android-support-v7-palette.jar
+++ b/current/support/v7/palette/libs/android-support-v7-palette.jar
Binary files differ
diff --git a/current/support/v7/recyclerview/libs/android-support-v7-recyclerview.jar b/current/support/v7/recyclerview/libs/android-support-v7-recyclerview.jar
index ef513f2..0a115f7 100644
--- a/current/support/v7/recyclerview/libs/android-support-v7-recyclerview.jar
+++ b/current/support/v7/recyclerview/libs/android-support-v7-recyclerview.jar
Binary files differ