2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-11 13:11:01 +00:00

Replace fixed dp with defined dp dimension

This commit is contained in:
Josh Vocal 2019-12-21 14:19:17 -08:00 committed by Emily Kager
parent 9449cb4437
commit 9f30a7e6eb

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"