Fix timer item margin directions for portrait because RecyclerView has padding in those directions now

This commit is contained in:
Phillip Hsu 2016-08-30 02:44:46 -07:00
parent 2dc411f999
commit 43805076eb

View File

@ -4,9 +4,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_marginStart="8dp"
android:layout_marginEnd="8dp"
android:layout_marginTop="8dp">
android:layout_marginBottom="8dp"
android:layout_marginEnd="8dp">
<RelativeLayout
android:layout_width="match_parent"