Makes dashboard views use dimension and string resources.

This commit is contained in:
Tom Hicks
2021-07-05 14:09:09 -07:00
parent 1a487f950d
commit 1e007a3553
13 changed files with 146 additions and 129 deletions

View File

@@ -10,8 +10,10 @@
android:id="@+id/list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false"
android:divider="?android:attr/dividerVertical"
android:dividerPadding="@dimen/text_margin"
android:padding="@dimen/padding_normal"
app:layoutManager="LinearLayoutManager"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"