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:
@@ -44,8 +44,7 @@
|
|||||||
android:textColor="?android:textColorSecondary"
|
android:textColor="?android:textColorSecondary"
|
||||||
android:layout_below="@id/title"
|
android:layout_below="@id/title"
|
||||||
android:layout_alignStart="@id/title"
|
android:layout_alignStart="@id/title"
|
||||||
android:visibility="gone"
|
android:visibility="gone" />
|
||||||
android:maxLines="4" />
|
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
@@ -41,8 +41,7 @@
|
|||||||
android:layout_below="@id/title"
|
android:layout_below="@id/title"
|
||||||
android:textColor="?android:textColorSecondary"
|
android:textColor="?android:textColorSecondary"
|
||||||
android:layout_alignStart="@id/title"
|
android:layout_alignStart="@id/title"
|
||||||
android:visibility="gone"
|
android:visibility="gone" />
|
||||||
android:maxLines="4" />
|
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user