From 6020a3da1e923956f318b7bc594247d9e4805348 Mon Sep 17 00:00:00 2001 From: Mill Chen Date: Wed, 5 Dec 2018 21:07:06 +0800 Subject: [PATCH] Disable scrollbar of the button in conditional card The scrollbar of the button will be enabled if changing font size to large or above. It is fixed by disabling scrollbar of the button. Change-Id: Ia66afac962c7b0d431007382dc6a2c7456fc915d Fixes: 120085679 Test: visual, rebuild --- res/layout/homepage_condition_half_tile.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/res/layout/homepage_condition_half_tile.xml b/res/layout/homepage_condition_half_tile.xml index fb8338926af..eff167abb9f 100644 --- a/res/layout/homepage_condition_half_tile.xml +++ b/res/layout/homepage_condition_half_tile.xml @@ -61,6 +61,7 @@ android:id="@+id/first_action" android:layout_width="match_parent" android:layout_height="wrap_content" + android:scrollbars="none" style="@style/ConditionHalfCardBorderlessButton"/>