Skip to content

Commit dd3919b

Browse files
committed
Option items maxlines more than 2
1 parent 7d179ad commit dd3919b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

android/res/layout/option_item_boolean.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
android:layout_height="wrap_content"
3434
android:singleLine="false"
3535
android:textAppearance="?android:attr/textAppearanceLarge"
36-
android:maxLines="2"
36+
android:maxLines="3"
3737
/>
3838
<!--android:ellipsize="marquee"
3939
android:fadingEdge="horizontal"

android/res/layout/option_item_submenu.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
android:layout_height="wrap_content"
3333
android:singleLine="false"
3434
android:textAppearance="?android:attr/textAppearanceLarge"
35-
android:maxLines="2"
35+
android:maxLines="3"
3636
/>
3737
<!--android:ellipsize="marquee"
3838
android:fadingEdge="horizontal"

android/res/layout/option_value.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
android:layout_weight="1"
2727
android:singleLine="false"
2828
android:textAppearance="?android:attr/textAppearanceLarge"
29-
android:maxLines="2"
29+
android:maxLines="3"
3030
android:layout_centerVertical="true"
3131
/>
3232

android/res/layout/option_value_image.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
android:layout_weight="1"
2727
android:singleLine="false"
2828
android:textAppearance="?android:attr/textAppearanceLarge"
29-
android:maxLines="2"
29+
android:maxLines="3"
3030
android:layout_centerVertical="true"
3131
/>
3232
<ImageView android:id="@+id/option_value_image"

0 commit comments

Comments
 (0)