diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 46a17df..5e0ae1d 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -10,7 +10,7 @@ android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" - android:theme="@style/AppTheme"> + android:theme="@style/AppThemeLight"> + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/shape_rounden_corner.xml b/app/src/main/res/drawable/shape_rounded_corner.xml similarity index 77% rename from app/src/main/res/drawable/shape_rounden_corner.xml rename to app/src/main/res/drawable/shape_rounded_corner.xml index ca4ac44..a9a25a1 100644 --- a/app/src/main/res/drawable/shape_rounden_corner.xml +++ b/app/src/main/res/drawable/shape_rounded_corner.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index 0ed9f2f..4f53f40 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -9,9 +9,8 @@ android:id="@+id/nav_view" android:layout_width="0dp" android:layout_height="wrap_content" - android:layout_marginStart="0dp" - android:layout_marginEnd="0dp" - android:background="?android:attr/windowBackground" + android:background="?themeSecondary" + app:itemIconTint="@color/bottom_nav_item_tint" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" diff --git a/app/src/main/res/layout/fragment_home.xml b/app/src/main/res/layout/fragment_home.xml index 2bc8bd8..8cc0887 100644 --- a/app/src/main/res/layout/fragment_home.xml +++ b/app/src/main/res/layout/fragment_home.xml @@ -5,7 +5,7 @@ android:id="@+id/ff_test" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="#f5f5f5" + android:background="?themePrimary" tools:context=".ui.fragments.HomeFragment"> diff --git a/app/src/main/res/layout/fragment_media.xml b/app/src/main/res/layout/fragment_media.xml index 9522051..501b035 100644 --- a/app/src/main/res/layout/fragment_media.xml +++ b/app/src/main/res/layout/fragment_media.xml @@ -4,7 +4,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="#f5f5f5" + android:background="?themePrimary" tools:context=".ui.fragments.MediaFragment"> + app:iconGravity="textStart" + app:iconTint="?themePrimary" /> + app:tint="?buttonBackground" /> diff --git a/app/src/main/res/layout/fragment_search.xml b/app/src/main/res/layout/fragment_search.xml index d139319..8f4d2ec 100644 --- a/app/src/main/res/layout/fragment_search.xml +++ b/app/src/main/res/layout/fragment_search.xml @@ -4,14 +4,14 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="#f5f5f5" + android:background="?themePrimary" tools:context=".ui.fragments.SearchFragment"> diff --git a/app/src/main/res/layout/item_episode.xml b/app/src/main/res/layout/item_episode.xml index 0de98fb..7f4971b 100644 --- a/app/src/main/res/layout/item_episode.xml +++ b/app/src/main/res/layout/item_episode.xml @@ -44,6 +44,7 @@ android:layout_marginStart="7dp" android:layout_weight="1" android:text="@string/component_episode_title" + android:textColor="?textPrimary" android:textSize="16sp" /> + app:srcCompat="@drawable/ic_baseline_check_circle_24" + app:tint="?iconNoAction" /> + android:maxLines="2" + android:textColor="?textSecondary" /> \ No newline at end of file diff --git a/app/src/main/res/layout/item_media.xml b/app/src/main/res/layout/item_media.xml index bc7e3ec..ebb89f1 100644 --- a/app/src/main/res/layout/item_media.xml +++ b/app/src/main/res/layout/item_media.xml @@ -3,7 +3,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="195dp" android:layout_height="wrap_content" - android:backgroundTint="#FFFFFF" + android:backgroundTint="?themeSecondary" android:visibility="visible" app:cardCornerRadius="7dp" app:cardElevation="4dp"> diff --git a/app/src/main/res/values/attrs.xml b/app/src/main/res/values/attrs.xml index 28705da..c0add77 100644 --- a/app/src/main/res/values/attrs.xml +++ b/app/src/main/res/values/attrs.xml @@ -4,4 +4,7 @@ + + + \ No newline at end of file diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 41a55a0..59fcfba 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -1,21 +1,27 @@ - #6200EE - #3700B3 + #66aa00 + #66aa00 #03DAC5 - #f5f5f5 + #f7f7f7 #ffffff - #000000 - #323232 + #de000000 + #99000000 + #99000000 + #66000000 + #000000 #000000 #303030 - #ffffff - #c0c0c0 + #deffffff + #99ffffff + #99ffffff + #66ffffff + #ffffff #FFFFFF \ No newline at end of file diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 10353ea..f163a8b 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -11,9 +11,13 @@ @color/themeSecondaryLight @color/textPrimaryLight @color/textSecondaryLight - @color/textSecondaryLight + @color/textPrimaryLight @color/textPrimaryLight @color/textSecondaryLight + + @color/iconActionLight + @color/iconNoActionLight + @color/buttonBackgroundLight