-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #114 from thomaskioko/feature/ios-season-details
[iOS] Season Details UI
- Loading branch information
Showing
102 changed files
with
923 additions
and
612 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 0 additions & 9 deletions
9
android-core/resources/src/main/res/drawable/ic_baseline_add_box_24.xml
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
android-core/resources/src/main/res/drawable/ic_baseline_arrow_back_24.xml
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
android-core/resources/src/main/res/drawable/ic_baseline_check_box_24.xml
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
android-core/resources/src/main/res/drawable/ic_palette_24.xml
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
android-core/resources/src/main/res/drawable/ic_round_warning_24.xml
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
android-core/resources/src/main/res/drawable/ic_trailer_24.xml
This file was deleted.
Oops, something went wrong.
77 changes: 0 additions & 77 deletions
77
android-core/resources/src/main/res/drawable/ic_tv_logo.xml
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
android-core/resources/src/main/res/drawable/ic_watchlist_empty.xml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<color name="ic_launcher_background_tint">#FCFCFC</color> | ||
<color name="ic_launcher_foreground_tint">#1F2123</color> | ||
</resources> |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<color name="ic_launcher_background_tint">#000000</color> | ||
<color name="ic_launcher_foreground_tint">#FCFCFC</color> | ||
</resources> |
18 changes: 6 additions & 12 deletions
18
app/src/main/res/values/themes.xml → android/app/src/main/res/values/themes.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,18 @@ | ||
<resources xmlns:tools="http://schemas.android.com/tools"> | ||
|
||
<style name="NightAdjusted.Theme.TvManiac" parent="android:Theme.Material.Light.NoActionBar"> | ||
<style name="NightAdjusted.Theme.TvManiac" parent="android:Theme.Material.Light.NoActionBar" /> | ||
|
||
<!-- The final theme we use --> | ||
<style name="Theme.TvManiac" parent="NightAdjusted.Theme.TvManiac" /> | ||
|
||
<style name="NightAdjusted.Theme.Splash" parent="Theme.SplashScreen"> | ||
<item name="android:windowLightStatusBar" tools:targetApi="23">true</item> | ||
<item name="android:windowLightNavigationBar" tools:targetApi="27">true</item> | ||
</style> | ||
|
||
<style name="PlatformAdjusted.Theme.TvManiac" parent="NightAdjusted.Theme.TvManiac"> | ||
<item name="android:statusBarColor">@color/black</item> | ||
</style> | ||
|
||
<style name="Theme.TvManiac" parent="PlatformAdjusted.Theme.TvManiac" /> | ||
|
||
<style name="Theme.TvManiac.Splash" parent="NightAdjusted.Theme.Splash"> | ||
<item name="windowSplashScreenAnimatedIcon">@drawable/ic_app_launcher</item> | ||
<item name="postSplashScreenTheme">@style/Theme.TvManiac</item> | ||
</style> | ||
|
||
<style name="NightAdjusted.Theme.Splash" parent="Theme.SplashScreen"> | ||
<item name="android:windowLightStatusBar" tools:targetApi="23">true</item> | ||
<item name="android:windowLightNavigationBar" tools:targetApi="27">true</item> | ||
</style> | ||
|
||
</resources> |
File renamed without changes.
Oops, something went wrong.