Migrate to MaterialComponents themes

(cherry picked from commit 7d0ea614daa52fa0d1f18977f6c0b072f8de3bb6)
This commit is contained in:
jobobby04 2020-04-05 15:31:34 -04:00 committed by Jobobby04
parent c381b737d3
commit 1ecba5bb7e
2 changed files with 2 additions and 2 deletions

View File

@ -229,7 +229,7 @@
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="0dp" android:layout_height="0dp"
android:alpha="0.9" android:alpha="0.9"
android:background="?attr/background_card" android:background="?attr/colorSurface"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"

View File

@ -5,7 +5,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="@dimen/material_component_lists_single_line_with_avatar_height" android:layout_height="@dimen/material_component_lists_single_line_with_avatar_height"
android:background="?attr/selectable_list_drawable"> android:background="@drawable/list_item_selector">
<ImageView <ImageView
android:id="@+id/image" android:id="@+id/image"