Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6020a3da authored by Mill Chen's avatar Mill Chen
Browse files

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
parent e8ac1019
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"/>

    </LinearLayout>