fix(settings): update max lines number in settings items

This fixes the bug where settings secondary text would go missing if a screen was too small. This addresses that. It's also something for you @sk22
This commit is contained in:
LucasGGamerM
2023-06-06 19:25:51 -03:00
parent b75e2ce26f
commit 2baf51616c
2 changed files with 2 additions and 4 deletions

View File

@@ -44,8 +44,7 @@
android:textColor="?android:textColorSecondary"
android:layout_below="@id/title"
android:layout_alignStart="@id/title"
android:visibility="gone"
android:maxLines="4" />
android:visibility="gone" />
</RelativeLayout>
<Button

View File

@@ -41,8 +41,7 @@
android:layout_below="@id/title"
android:textColor="?android:textColorSecondary"
android:layout_alignStart="@id/title"
android:visibility="gone"
android:maxLines="4" />
android:visibility="gone" />
</RelativeLayout>