Merge "Disable scrollbar of the button in conditional card"

This commit is contained in:
TreeHugger Robot
2018-12-06 11:44:24 +00:00
committed by Android (Google) Code Review

View File

@@ -61,6 +61,7 @@
android:id="@+id/first_action" android:id="@+id/first_action"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:scrollbars="none"
style="@style/ConditionHalfCardBorderlessButton"/> style="@style/ConditionHalfCardBorderlessButton"/>
</LinearLayout> </LinearLayout>