Make radio buttons in compose screen sheets full width, fix #1593 (#1645)

This commit is contained in:
Ivan Kupalov 2020-01-18 12:13:10 +01:00 committed by Konrad Pozniak
commit 77fb4df659
2 changed files with 7 additions and 7 deletions

View file

@ -167,7 +167,7 @@
<TextView
android:id="@+id/actionPhotoTake"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:drawablePadding="8dp"
android:padding="8dp"
@ -176,7 +176,7 @@
<TextView
android:id="@+id/actionPhotoPick"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:drawablePadding="8dp"
android:padding="8dp"
@ -185,7 +185,7 @@
<TextView
android:id="@+id/addPollTextActionTextView"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:drawablePadding="8dp"
android:padding="8dp"