1
0
Fork 0

For #3690 - Gives defined size to pill_wrapper

master
ekager 2019-06-26 15:54:16 -07:00 committed by Emily Kager
parent e8bd090a8e
commit eb54d7c97f
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
<LinearLayout
android:id="@+id/pill_wrapper"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_height="40dp"
android:background="?foundation"
android:orientation="horizontal"
android:paddingStart="20dp"