Skip to content

Commit

Permalink
feat: 🎸 [DSY-1440] update card button height
Browse files Browse the repository at this point in the history
  • Loading branch information
mlcsouza committed Sep 14, 2020
1 parent c82c944 commit 6ea2717
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sample/src/main/res/layout/activity_brand_selector.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<androidx.cardview.widget.CardView
android:id="@+id/themeAesopButton"
android:layout_width="match_parent"
android:layout_height="?sizeLarge"
android:layout_height="?sizeLargeX"
android:background="@color/white"
android:layout_marginBottom="?spacingSmall"
android:gravity="center"
Expand All @@ -62,7 +62,7 @@
<androidx.cardview.widget.CardView
android:id="@+id/avonThemeButton"
android:layout_width="match_parent"
android:layout_height="?sizeLarge"
android:layout_height="?sizeLargeX"
android:background="@color/white"
app:cardCornerRadius="?borderRadiusMedium"
android:layout_marginBottom="?spacingSmall"
Expand All @@ -80,7 +80,7 @@
<androidx.cardview.widget.CardView
android:id="@+id/naturaThemeButton"
android:layout_width="match_parent"
android:layout_height="?sizeLarge"
android:layout_height="?sizeLargeX"
android:background="@color/white"
app:cardCornerRadius="?borderRadiusMedium"
android:layout_marginBottom="?spacingSmall"
Expand All @@ -98,7 +98,7 @@
<androidx.cardview.widget.CardView
android:id="@+id/themeNaturaCoButton"
android:layout_width="match_parent"
android:layout_height="?sizeLarge"
android:layout_height="?sizeLargeX"
android:background="@color/white"
app:cardCornerRadius="?borderRadiusMedium"
android:layout_marginBottom="?spacingSmall"
Expand All @@ -118,7 +118,7 @@
<androidx.cardview.widget.CardView
android:id="@+id/tbsThemeButton"
android:layout_width="match_parent"
android:layout_height="?sizeLarge"
android:layout_height="?sizeLargeX"
android:background="@color/white"
app:cardCornerRadius="?borderRadiusMedium"
android:layout_marginBottom="?spacingSmall"
Expand Down

0 comments on commit 6ea2717

Please sign in to comment.