Skip to content

Commit

Permalink
added transparent
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyansh-Kedia committed Oct 2, 2020
1 parent bf20c25 commit 05d35e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions customcamera/src/main/res/layout/item_image.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="wrap_content"
android:background="#80000000"
android:background="#00000000"
android:layout_height="wrap_content"
android:layout_marginHorizontal="5dp">

<androidx.cardview.widget.CardView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="#80000000"
android:background="#00000000"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">

<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="wrap_content"
android:background="#80000000"
android:background="#00000000"
android:layout_height="wrap_content">

<ImageView
Expand Down

0 comments on commit 05d35e6

Please sign in to comment.