From d897f3b137464ccce8131f6c82dbb52db51085a2 Mon Sep 17 00:00:00 2001 From: Arshbeer Singh Date: Tue, 3 Nov 2020 03:31:04 -0800 Subject: [PATCH] Fix Issue #56 --- app/build.gradle | 1 + .../main/res/layout/loyalty_card_layout.xml | 20 +++++++++++++------ 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 7af30fe27..73e10bf37 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -55,6 +55,7 @@ dependencies { compile group: 'com.google.guava', name: 'guava', version: '20.0' compile 'com.github.apl-devs:appintro:v4.2.0' compile "com.vanniktech:vntnumberpickerpreference:1.0.0" + implementation 'androidx.cardview:cardview:1.0.0' testCompile 'junit:junit:4.12' testCompile "org.robolectric:robolectric:4.0.2" diff --git a/app/src/main/res/layout/loyalty_card_layout.xml b/app/src/main/res/layout/loyalty_card_layout.xml index 9548217cb..2d6ea3116 100644 --- a/app/src/main/res/layout/loyalty_card_layout.xml +++ b/app/src/main/res/layout/loyalty_card_layout.xml @@ -1,6 +1,6 @@ - - + app:cardCornerRadius="4dp" + app:cardElevation="0dp"> + + + +