Implement a more dynamic layout height

staging
David Walsh 5 years ago committed by Emily Kager
parent c69e72bdba
commit 6bd6e3035d

@ -16,7 +16,7 @@
android:id="@+id/url"
style="@style/QuickSettingsText"
android:layout_width="match_parent"
android:layout_height="@dimen/quicksettings_item_height"
android:layout_height="wrap_content"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"

Loading…
Cancel
Save