summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authorTyler Nijmeh <tylernij@gmail.com>2021-03-31 00:40:16 -0700
committerTyler Nijmeh <tylernij@gmail.com>2021-03-31 00:40:16 -0700
commit9ce17e0dc3e17c3a640363247667409e67ca68ae (patch)
treecb23d8c4ac9d726642fd1c8610015e9c662b65ee /app/src/main/res/layout
parent633e1baf2be1e3eb4bc7cf8d1066416d0bd8c69e (diff)
Animate profile application
Signed-off-by: Tyler Nijmeh <tylernij@gmail.com>
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/recycler_item_profile.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/main/res/layout/recycler_item_profile.xml b/app/src/main/res/layout/recycler_item_profile.xml
index 6db4ac0..65e66e1 100644
--- a/app/src/main/res/layout/recycler_item_profile.xml
+++ b/app/src/main/res/layout/recycler_item_profile.xml
@@ -5,7 +5,6 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_marginHorizontal="12dp"
android:layout_marginTop="12dp"
- app:cardCornerRadius="10dp"
app:cardBackgroundColor="@color/green">
<LinearLayout
android:layout_width="match_parent"