Commit 9f30a7e6 authored by Josh Vocal's avatar Josh Vocal Committed by Emily Kager
Browse files

Replace fixed dp with defined dp dimension

parent 9449cb44
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"