Skip to content

Commit

Permalink
fix ui
Browse files Browse the repository at this point in the history
  • Loading branch information
AlfredoHdez1709 committed Jul 25, 2022
1 parent de317cd commit a40fbae
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions EasyCameraAndGallery/src/main/res/layout/activity_camera.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@
android:id="@+id/camera.capture.button"
android:layout_width="@dimen/round_button_large"
android:layout_height="@dimen/round_button_large"
android:layout_marginBottom="@dimen/shutter_button_margin"
android:scaleType="fitCenter"
android:layout_marginBottom="24dp"
android:background="@drawable/ic_camera"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
android:contentDescription="@string/tomar_foto"
android:elevation="9dp"/>
android:elevation="9dp"
android:scaleType="fitCenter"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent" />


<ImageButton
Expand All @@ -90,9 +90,9 @@
android:contentDescription="@string/tomar_foto"
android:elevation="9dp"
android:scaleType="fitCenter"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintBottom_toBottomOf="@+id/camera.capture.button"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toBottomOf="@+id/rv.gallery" />
app:layout_constraintTop_toTopOf="@+id/camera.capture.button" />

<View
android:layout_width="match_parent"
Expand Down

0 comments on commit a40fbae

Please sign in to comment.