Merge "Remove cardview wrapper on condition collapse button."

This commit is contained in:
TreeHugger Robot
2019-01-30 03:37:42 +00:00
committed by Android (Google) Code Review

View File

@@ -15,13 +15,8 @@
limitations under the License.
-->
<androidx.cardview.widget.CardView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
style="@style/ContextualCardStyle">
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="@dimen/homepage_condition_footer_height"
android:contentDescription="@string/homepage_condition_footer_content_description"
@@ -37,4 +32,3 @@
android:src="@drawable/ic_expand_less"/>
</LinearLayout>
</androidx.cardview.widget.CardView>