-
I have a Cardview inside android X <androidx.cardview.widget.CardView android:id="@+id/card_box_register" android:layout_width="match_parent" android:layout_height="360dp" android:layout_marginStart="16dp" android:layout_marginTop="226dp" android:layout_marginEnd="16dp" android:layout_marginBottom="16dp" card_view:cardBackgroundColor="@color/white" card_view:cardCornerRadius="36dp" card_view:cardElevation="8dp"/> On the …
- 463 views
- 1 answers
- 0 votes
-
Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details …
- 431 views
- 0 answers
- 0 votes
-
I am working on app that using RecyclerView. I have a Button in each card that when clicked, will count …
- 379 views
- 2 answers
- 0 votes
-
In my application, I generate a new fragment when button clicked. There is LinearLayout in activity_main.xml file. I want to …
- 0 views
- 2 answers
- 0 votes