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

Commit 3fc98986 authored by Matt Pietal's avatar Matt Pietal
Browse files

Controls - Setup

Allow 2 lines for subtitle text, as some languages are getting
truncated. There is plenty of room to allow more text.

Fixes: 185969442
Test: manual
Change-Id: Ib0a5a3c4fe09a69de00d15cd79bfa71dbd54a5bd
parent 59786349
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -787,15 +787,16 @@
    <style name="TextAppearance.ControlSetup">
        <item name="android:fontFamily">@*android:string/config_headlineFontFamily</item>
        <item name="android:textColor">@color/control_primary_text</item>
        <item name="android:singleLine">true</item>
    </style>

    <style name="TextAppearance.ControlSetup.Title">
        <item name="android:textSize">@dimen/controls_setup_title</item>
        <item name="android:singleLine">true</item>
    </style>

    <style name="TextAppearance.ControlSetup.Subtitle">
        <item name="android:textSize">@dimen/controls_setup_subtitle</item>
        <item name="android:maxLines">2</item>
    </style>

    <!-- The attributes used for title (textAppearanceLarge) and message (textAppearanceMedium)