Create GridLayoutManager for TimersFragment in landscape

This commit is contained in:
Phillip Hsu
2016-08-30 02:39:18 -07:00
parent be9aca1ede
commit 2dc411f999
3 changed files with 102 additions and 1 deletions
@@ -4,4 +4,6 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scrollbars="vertical"/>
android:scrollbars="vertical"
android:paddingStart="8dp"
android:paddingTop="8dp"/>