diff --git a/app/src/main/res/layout/fragment_home.xml b/app/src/main/res/layout/fragment_home.xml index 03b7882..9f37fca 100644 --- a/app/src/main/res/layout/fragment_home.xml +++ b/app/src/main/res/layout/fragment_home.xml @@ -13,51 +13,63 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:text="Classificação" - android:textSize="24sp" + android:textSize="28sp" android:textStyle="bold" android:textColor="@color/primary_color" - android:layout_marginBottom="16dp" /> + android:layout_marginBottom="24dp" /> - - + + app:cardCornerRadius="12dp" + app:cardElevation="4dp" + app:cardBackgroundColor="@color/primary_light" + android:layout_marginBottom="8dp"> - + android:orientation="horizontal" + android:padding="16dp"> - + - + - - + + + + + + android:paddingTop="4dp" /> \ No newline at end of file diff --git a/app/src/main/res/layout/item_standing.xml b/app/src/main/res/layout/item_standing.xml index b8f799c..da4471e 100644 --- a/app/src/main/res/layout/item_standing.xml +++ b/app/src/main/res/layout/item_standing.xml @@ -1,48 +1,59 @@ - + android:layout_marginVertical="4dp" + android:layout_marginHorizontal="2dp" + app:cardCornerRadius="8dp" + app:cardElevation="2dp" + app:cardBackgroundColor="@color/surface_card"> - + android:orientation="horizontal" + android:padding="16dp" + android:gravity="center_vertical" + android:background="?attr/selectableItemBackground"> - + - + - + - + + + + diff --git a/app/src/main/res/layout/nav_header_main.xml b/app/src/main/res/layout/nav_header_main.xml index fa55072..969bf6b 100644 --- a/app/src/main/res/layout/nav_header_main.xml +++ b/app/src/main/res/layout/nav_header_main.xml @@ -3,7 +3,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="@dimen/nav_header_height" - android:background="#FFFFFF" + android:background="@color/primary_color" android:gravity="bottom" android:orientation="vertical" android:paddingLeft="@dimen/activity_horizontal_margin" @@ -17,7 +17,8 @@ android:layout_height="80dp" android:layout_marginTop="@dimen/nav_header_vertical_spacing" app:cardCornerRadius="40dp" - app:cardBackgroundColor="#E0E0E0"> + app:cardBackgroundColor="@color/white" + app:cardElevation="4dp"> + android:textColor="@color/white" + android:textStyle="bold" + android:textSize="18sp"/> + + \ No newline at end of file