summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQiwen Zhao <zhao@google.com>2014-09-22 09:14:29 -0700
committerQiwen Zhao <zhao@google.com>2014-09-22 09:14:29 -0700
commit893bb79636d30071f0d4735abe66fb1ad913d97d (patch)
treeadfb6c000dc64769826b54820afca33eeaa53915
parent8d25b538e26ffa78885859dd9a145c97ed650db3 (diff)
downloadandroid-21-893bb79636d30071f0d4735abe66fb1ad913d97d.tar.gz
Import prebuilt android support libs build 1455514
http://android-build/builds/git_lmp-release-linux-sdk_x86-sdk/1455514/sdk-repo-linux-support-1455514.zip
-rw-r--r--support/appcompat/libs/android-support-v4.jarbin970623 -> 970974 bytes
-rw-r--r--support/appcompat/libs/android-support-v7-appcompat.jarbin498932 -> 504256 bytes
-rw-r--r--support/appcompat/res/layout/abc_screen_simple.xml5
-rw-r--r--support/appcompat/res/layout/abc_screen_simple_overlay_action_mode.xml14
-rw-r--r--support/appcompat/res/values/colors.xml2
-rw-r--r--support/cardview/libs/android-support-v7-cardview.jarbin17125 -> 17125 bytes
-rw-r--r--support/gridlayout/libs/android-support-v7-gridlayout.jarbin42438 -> 42438 bytes
-rw-r--r--support/leanback/libs/android-support-v17-leanback.jarbin416537 -> 416935 bytes
-rw-r--r--support/leanback/res/layout/lb_details_overview.xml9
-rw-r--r--support/mediarouter/libs/android-support-v7-mediarouter.jarbin178047 -> 178047 bytes
-rw-r--r--support/multidex/libs/android-support-multidex.jarbin20596 -> 20596 bytes
-rw-r--r--support/recyclerview/libs/android-support-v7-recyclerview.jarbin192893 -> 192894 bytes
-rw-r--r--support/v13/android-support-v13.jarbin987923 -> 988274 bytes
-rw-r--r--support/v4/android-support-v4.jarbin970623 -> 970974 bytes
14 files changed, 21 insertions, 9 deletions
diff --git a/support/appcompat/libs/android-support-v4.jar b/support/appcompat/libs/android-support-v4.jar
index 2e2dd3df..f4a6056c 100644
--- a/support/appcompat/libs/android-support-v4.jar
+++ b/support/appcompat/libs/android-support-v4.jar
Binary files differ
diff --git a/support/appcompat/libs/android-support-v7-appcompat.jar b/support/appcompat/libs/android-support-v7-appcompat.jar
index 3013404e..931e89c9 100644
--- a/support/appcompat/libs/android-support-v7-appcompat.jar
+++ b/support/appcompat/libs/android-support-v7-appcompat.jar
Binary files differ
diff --git a/support/appcompat/res/layout/abc_screen_simple.xml b/support/appcompat/res/layout/abc_screen_simple.xml
index fa5b4c86..426851c2 100644
--- a/support/appcompat/res/layout/abc_screen_simple.xml
+++ b/support/appcompat/res/layout/abc_screen_simple.xml
@@ -14,7 +14,8 @@
limitations under the License.
-->
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+<android.support.v7.internal.widget.FitWindowsLinearLayout
+ xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/action_bar_root"
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -30,4 +31,4 @@
<include layout="@layout/abc_screen_content_include" />
-</LinearLayout>
+</android.support.v7.internal.widget.FitWindowsLinearLayout>
diff --git a/support/appcompat/res/layout/abc_screen_simple_overlay_action_mode.xml b/support/appcompat/res/layout/abc_screen_simple_overlay_action_mode.xml
index ada3d5b9..ac399c1d 100644
--- a/support/appcompat/res/layout/abc_screen_simple_overlay_action_mode.xml
+++ b/support/appcompat/res/layout/abc_screen_simple_overlay_action_mode.xml
@@ -20,11 +20,12 @@ This is an optimized layout for a screen, with the minimum set of features
enabled.
-->
-<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/action_bar_root"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:fitsSystemWindows="true">
+<android.support.v7.internal.widget.FitWindowsFrameLayout
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/action_bar_root"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:fitsSystemWindows="true">
<include layout="@layout/abc_screen_content_include" />
@@ -34,4 +35,5 @@ enabled.
android:layout="@layout/abc_action_mode_bar"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
-</FrameLayout> \ No newline at end of file
+
+</android.support.v7.internal.widget.FitWindowsFrameLayout> \ No newline at end of file
diff --git a/support/appcompat/res/values/colors.xml b/support/appcompat/res/values/colors.xml
index 884387a5..32142019 100644
--- a/support/appcompat/res/values/colors.xml
+++ b/support/appcompat/res/values/colors.xml
@@ -17,4 +17,6 @@
<color name="abc_search_url_text_normal">#7fa87f</color>
<color name="abc_search_url_text_selected">@android:color/black</color>
<color name="abc_search_url_text_pressed">@android:color/black</color>
+
+ <color name="abc_input_method_navigation_guard">@android:color/black</color>
</resources> \ No newline at end of file
diff --git a/support/cardview/libs/android-support-v7-cardview.jar b/support/cardview/libs/android-support-v7-cardview.jar
index ff0769b7..021efc53 100644
--- a/support/cardview/libs/android-support-v7-cardview.jar
+++ b/support/cardview/libs/android-support-v7-cardview.jar
Binary files differ
diff --git a/support/gridlayout/libs/android-support-v7-gridlayout.jar b/support/gridlayout/libs/android-support-v7-gridlayout.jar
index e0308729..549beb87 100644
--- a/support/gridlayout/libs/android-support-v7-gridlayout.jar
+++ b/support/gridlayout/libs/android-support-v7-gridlayout.jar
Binary files differ
diff --git a/support/leanback/libs/android-support-v17-leanback.jar b/support/leanback/libs/android-support-v17-leanback.jar
index fb590c12..ac3aab7c 100644
--- a/support/leanback/libs/android-support-v17-leanback.jar
+++ b/support/leanback/libs/android-support-v17-leanback.jar
Binary files differ
diff --git a/support/leanback/res/layout/lb_details_overview.xml b/support/leanback/res/layout/lb_details_overview.xml
index 0eed2f38..93cbf959 100644
--- a/support/leanback/res/layout/lb_details_overview.xml
+++ b/support/leanback/res/layout/lb_details_overview.xml
@@ -25,6 +25,13 @@
android:clipToPadding="false"
>
+ <!-- Used for dimming -->
+ <FrameLayout
+ android:id="@+id/details_frame"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:foreground="#ffffff"
+ >
<!-- Background is applied to this inner layout -->
<LinearLayout
android:id="@+id/details_overview"
@@ -75,5 +82,5 @@
</LinearLayout>
</LinearLayout>
-
+ </FrameLayout>
</FrameLayout>
diff --git a/support/mediarouter/libs/android-support-v7-mediarouter.jar b/support/mediarouter/libs/android-support-v7-mediarouter.jar
index 3cd04918..836b2422 100644
--- a/support/mediarouter/libs/android-support-v7-mediarouter.jar
+++ b/support/mediarouter/libs/android-support-v7-mediarouter.jar
Binary files differ
diff --git a/support/multidex/libs/android-support-multidex.jar b/support/multidex/libs/android-support-multidex.jar
index 7281ad3e..5abea2dc 100644
--- a/support/multidex/libs/android-support-multidex.jar
+++ b/support/multidex/libs/android-support-multidex.jar
Binary files differ
diff --git a/support/recyclerview/libs/android-support-v7-recyclerview.jar b/support/recyclerview/libs/android-support-v7-recyclerview.jar
index a3b1cecf..c8d788a2 100644
--- a/support/recyclerview/libs/android-support-v7-recyclerview.jar
+++ b/support/recyclerview/libs/android-support-v7-recyclerview.jar
Binary files differ
diff --git a/support/v13/android-support-v13.jar b/support/v13/android-support-v13.jar
index f20d2389..19aa1d76 100644
--- a/support/v13/android-support-v13.jar
+++ b/support/v13/android-support-v13.jar
Binary files differ
diff --git a/support/v4/android-support-v4.jar b/support/v4/android-support-v4.jar
index 2e2dd3df..f4a6056c 100644
--- a/support/v4/android-support-v4.jar
+++ b/support/v4/android-support-v4.jar
Binary files differ