Commit 8c818e70 authored by Viktor De Pasquale's avatar Viktor De Pasquale

Updated homepage to be less aggressive

parent 3efea47c
...@@ -741,7 +741,7 @@ ...@@ -741,7 +741,7 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
<com.google.android.material.card.MaterialCardView <com.google.android.material.card.MaterialCardView
style="@style/WidgetFoundation.Card.Primary" style="@style/WidgetFoundation.Card"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="bottom" android:layout_gravity="bottom"
...@@ -759,7 +759,7 @@ ...@@ -759,7 +759,7 @@
android:layout_marginStart="@dimen/l1" android:layout_marginStart="@dimen/l1"
android:layout_marginEnd="@dimen/l1" android:layout_marginEnd="@dimen/l1"
android:text="@string/home_support_title" android:text="@string/home_support_title"
android:textAppearance="@style/AppearanceFoundation.Title.OnPrimary" /> android:textAppearance="@style/AppearanceFoundation.Title" />
<androidx.appcompat.widget.AppCompatTextView <androidx.appcompat.widget.AppCompatTextView
android:layout_width="match_parent" android:layout_width="match_parent"
...@@ -768,7 +768,7 @@ ...@@ -768,7 +768,7 @@
android:layout_marginTop="@dimen/l_50" android:layout_marginTop="@dimen/l_50"
android:layout_marginEnd="@dimen/l1" android:layout_marginEnd="@dimen/l1"
android:text="@string/home_support_content" android:text="@string/home_support_content"
android:textAppearance="@style/AppearanceFoundation.Caption.OnPrimary.Variant" /> android:textAppearance="@style/AppearanceFoundation.Caption.Variant" />
<androidx.recyclerview.widget.RecyclerView <androidx.recyclerview.widget.RecyclerView
dividerHorizontal="@{R.drawable.divider_l1}" dividerHorizontal="@{R.drawable.divider_l1}"
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
tools:layout_gravity="center|start"> tools:layout_gravity="center|start">
<com.google.android.material.card.MaterialCardView <com.google.android.material.card.MaterialCardView
style="@style/WidgetFoundation.Card.Secondary" style="@style/WidgetFoundation.Card.Primary"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
app:layout_constrainedWidth="true" app:layout_constrainedWidth="true"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment