Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Greer committed Oct 4, 2024
1 parent e4297d5 commit 4d4bd05
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions iterableapi-ui/src/main/res/layout/card_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,13 @@
android:layout_height="36dp"
android:layout_marginStart="16dp"
android:layout_marginEnd="8dp"
android:padding="8dp"
android:background="@drawable/primary_card_button_background"
android:ellipsize="end"
android:paddingStart="8dp"
android:paddingEnd="8dp"
android:singleLine="true"
android:textAllCaps="false"
android:stateListAnimator="@null"
android:textAllCaps="false"
android:textColor="@color/white"
app:cornerRadius="32dp" />

Expand All @@ -99,7 +98,6 @@
android:layout_height="36dp"
android:layout_marginEnd="16dp"
android:layout_weight="1"
android:padding="8dp"
android:background="@drawable/secondary_card_button_background"
android:ellipsize="end"
android:singleLine="true"
Expand Down

0 comments on commit 4d4bd05

Please sign in to comment.