diff --git a/app/src/main/res/drawable/custom_progress_bg.xml b/app/src/main/res/drawable/custom_progress_bg.xml new file mode 100644 index 0000000..5cfcca5 --- /dev/null +++ b/app/src/main/res/drawable/custom_progress_bg.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/drawable/shape_circle_live.xml b/app/src/main/res/drawable/shape_circle_live.xml new file mode 100644 index 0000000..59534bd --- /dev/null +++ b/app/src/main/res/drawable/shape_circle_live.xml @@ -0,0 +1,5 @@ + + + + diff --git a/app/src/main/res/drawable/shape_score_bg.xml b/app/src/main/res/drawable/shape_score_bg.xml new file mode 100644 index 0000000..27ff497 --- /dev/null +++ b/app/src/main/res/drawable/shape_score_bg.xml @@ -0,0 +1,6 @@ + + + + + diff --git a/app/src/main/res/layout/fragment_clubs.xml b/app/src/main/res/layout/fragment_clubs.xml index 17c55f0..a450155 100644 --- a/app/src/main/res/layout/fragment_clubs.xml +++ b/app/src/main/res/layout/fragment_clubs.xml @@ -3,7 +3,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="#f5f5f5"> + android:background="@color/background_light"> + android:background="@color/background_light"> - - + + app:cardBackgroundColor="@color/primary_color" + app:cardCornerRadius="24dp" + app:cardElevation="6dp"> - + - + - + + + + + + + + android:textColor="@color/text_primary" + android:textSize="20sp" + android:textStyle="bold" /> - - - - + app:cardCornerRadius="16dp" + app:cardElevation="2dp" + app:cardBackgroundColor="@color/surface_card"> - + - + + + + + + + + + + - - - - + - + + + - + + + + + + + + diff --git a/app/src/main/res/layout/fragment_live_games.xml b/app/src/main/res/layout/fragment_live_games.xml index 813018d..ca3401c 100644 --- a/app/src/main/res/layout/fragment_live_games.xml +++ b/app/src/main/res/layout/fragment_live_games.xml @@ -3,12 +3,14 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="#f5f5f5"> + android:background="@color/background_light"> + app:cardElevation="2dp"> - + app:layout_constraintTop_toTopOf="parent"> + + + + app:layout_constraintStart_toEndOf="@+id/card_logo" + app:layout_constraintTop_toTopOf="parent" + app:layout_constraintVertical_chainStyle="packed"/> diff --git a/app/src/main/res/layout/item_live_game.xml b/app/src/main/res/layout/item_live_game.xml index a9bd8be..bc6ae5a 100644 --- a/app/src/main/res/layout/item_live_game.xml +++ b/app/src/main/res/layout/item_live_game.xml @@ -3,33 +3,47 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_margin="8dp" - app:cardCornerRadius="12dp" - app:cardElevation="4dp"> + android:layout_marginHorizontal="16dp" + android:layout_marginVertical="8dp" + app:cardBackgroundColor="@color/surface_card" + app:cardCornerRadius="16dp" + app:cardElevation="2dp"> + android:padding="20dp"> + + #FF000000 #FFFFFFFF - - #263238 - #4f5b62 - #000a12 + + #1A237E + #534BAE + #000051 - #009688 - #52c7b8 - #00675b + #FF4081 + #FF79B0 + #C60055 - #F5F5F5 - #FFFFFF - - #212121 - #757575 + #00E676 + #FF1744 - #BDBDBD + #F5F6F8 + #FFFFFF + #FFFFFF + + #102027 + #546E7A + #FFFFFF + + #CFD8DC \ No newline at end of file