Replace fixed dp with defined dp dimension

fennec/nightly
Josh Vocal 5 years ago committed by Emily Kager
parent 9449cb4437
commit 9f30a7e6eb

@ -29,7 +29,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/library_item_icon_margin_horizontal"
android:layout_marginTop="12dp"
android:layout_marginEnd="16dp"
android:layout_marginEnd="@dimen/library_item_icon_margin_horizontal"
android:clickable="false"
android:textAppearance="@style/ListItemTextStyle"
android:textSize="16sp"

Loading…
Cancel
Save