fix content warnings overflowing notifications

This commit is contained in:
sk
2022-11-17 21:24:43 +01:00
parent c23df0c065
commit b1f7acb76b
2 changed files with 22 additions and 1 deletions

View File

@@ -19,6 +19,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<View
android:id="@+id/border_top"
android:layout_width="match_parent"
android:layout_height="0.5dp"
android:background="?attr/colorPollVoted"/>
@@ -34,6 +35,7 @@
tools:text="CW title"/>
<View
android:id="@+id/border_bottom"
android:layout_width="match_parent"
android:layout_height="0.5dp"
android:background="?attr/colorPollVoted"/>