Skip to content
Prev Previous commit
Next Next commit
feat(UI): migrate to Material Design 3
  • Loading branch information
hoc081098 committed Jan 22, 2022
commit 6a87ca05b774f3532bca7045d8a25c01ab7f4a10
2 changes: 1 addition & 1 deletion core-ui/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<resources>
<style name="mAppTheme" parent="Theme.Material3.DayNight">
<style name="AppTheme" parent="Theme.Material3.DayNight">
<item name="colorPrimary">@color/md_theme_light_primary</item>
<item name="colorOnPrimary">@color/md_theme_light_onPrimary</item>
<item name="colorPrimaryContainer">@color/md_theme_light_primaryContainer</item>
Expand Down
1 change: 0 additions & 1 deletion feature-main/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
android:background="@android:color/white"
tools:context=".MainActivity">


<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
android:id="@+id/swipeRefreshLayout"
android:layout_width="match_parent"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/backgroundColor"
android:background="?attr/colorSurface"
tools:layout_width="150dp">

<ImageView
Expand Down