1
0
Fork 0

Replace fixed dp with defined dp dimension

master
Josh Vocal 2019-12-21 14:19:17 -08:00 committed by Emily Kager
parent 9449cb4437
commit 9f30a7e6eb
1 changed files with 1 additions and 1 deletions

View File

@ -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"