Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3407)

Unified Diff: demos/src/main/res/layout/item_example_description.xml

Issue 1750963002: Update demo with features from support lib 23.2.0 (Closed) Base URL: https://chromium.googlesource.com/external/github.com/GoogleChrome/custom-tabs-client@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: demos/src/main/res/layout/item_example_description.xml
diff --git a/demos/src/main/res/layout/item_example_description.xml b/demos/src/main/res/layout/item_example_description.xml
index 87be3c541b145a05253ea6fcbdcd35aaff8acbf2..6da91c222c271c3f4bae77d3fc5660063e901ecf 100644
--- a/demos/src/main/res/layout/item_example_description.xml
+++ b/demos/src/main/res/layout/item_example_description.xml
@@ -15,7 +15,7 @@
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
- android:layout_height="match_parent"
+ android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"

Powered by Google App Engine
This is Rietveld 408576698