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

Commit bc49b43b authored by Jim Miller's avatar Jim Miller Committed by Android Git Automerger
Browse files

am bf81cb91: am a6cce790: Merge "Fix 2325549: Allow up to 4 lines of summary...

am bf81cb91: am a6cce790: Merge "Fix 2325549: Allow up to 4 lines of summary text in Settings" into froyo

Merge commit 'bf81cb91' into kraken

* commit 'bf81cb91':
  Fix 2325549: Allow up to 4 lines of summary text in Settings
parents 1af31f6c bf81cb91
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@
            android:layout_below="@android:id/title"
            android:layout_alignLeft="@android:id/title"
            android:textAppearance="?android:attr/textAppearanceSmall"
            android:maxLines="2" />
            android:maxLines="4" />

    </RelativeLayout>