Skip to content

Commit 5dfa1f2

Browse files
committed
Fixed rounded corners in meditation channel1
1 parent 1471194 commit 5dfa1f2

File tree

10 files changed

+5
-11
lines changed

10 files changed

+5
-11
lines changed

Environment/build/.transforms/055281b80ce76882c53dcd541ad5d241.bin

Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
o/mountEverest-release-runtime
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
o/mountEverest-release-runtime

app/debug/app-debug.apk

-80.8 MB
Binary file not shown.

app/debug/output.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

app/src/main/res/layout/activity_channel1_med_list.xml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@
6767
<androidx.cardview.widget.CardView
6868
android:id="@+id/med1_image"
6969
android:layout_width="wrap_content"
70-
android:layout_height="wrap_content"
71-
app:cardCornerRadius="12dp">
70+
android:layout_height="wrap_content">
7271

7372
<ImageView
7473
android:layout_width="100sp"
@@ -78,8 +77,6 @@
7877

7978
</androidx.cardview.widget.CardView>
8079

81-
82-
8380
<TextView
8481
android:id="@+id/med1_text"
8582
android:layout_width="wrap_content"
@@ -120,8 +117,7 @@
120117
<androidx.cardview.widget.CardView
121118
android:id="@+id/med2_image"
122119
android:layout_width="wrap_content"
123-
android:layout_height="wrap_content"
124-
app:cardCornerRadius="12dp">
120+
android:layout_height="wrap_content">
125121

126122
<ImageView
127123
android:layout_width="100sp"
@@ -168,7 +164,6 @@
168164

169165
<androidx.cardview.widget.CardView
170166
android:id="@+id/med3_image"
171-
app:cardCornerRadius="12dp"
172167
android:layout_width="wrap_content"
173168
android:layout_height="wrap_content">
174169

@@ -216,7 +211,6 @@
216211

217212
<androidx.cardview.widget.CardView
218213
android:id="@+id/med4_image"
219-
app:cardCornerRadius="12dp"
220214
android:layout_width="wrap_content"
221215
android:layout_height="wrap_content">
222216

@@ -264,7 +258,6 @@
264258

265259
<androidx.cardview.widget.CardView
266260
android:id="@+id/med5_image"
267-
app:cardCornerRadius="12dp"
268261
android:layout_width="wrap_content"
269262
android:layout_height="wrap_content">
270263

@@ -313,7 +306,6 @@
313306
android:layout_height="match_parent">
314307

315308
<androidx.cardview.widget.CardView
316-
app:cardCornerRadius="12dp"
317309
android:id="@+id/med6_image"
318310
android:layout_width="wrap_content"
319311
android:layout_height="wrap_content">

app/src/main/res/layout/activity_yoga_channel1_list.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
android:layout_height="100sp"
7676
android:scaleType="centerCrop"
7777
android:src="@drawable/tadasana"/>
78+
7879
</androidx.cardview.widget.CardView>
7980

8081
<TextView

key2.jks

2.04 KB
Binary file not shown.

0 commit comments

Comments
 (0)