Skip to content

Commit

Permalink
Layout changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ASHIR14 committed Aug 31, 2020
1 parent f93f042 commit fb6dd06
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cutout/src/main/res/layout/activity_photo_edit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
android:orientation="vertical"
>

<!--<FrameLayout
<FrameLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">

<android.support.v7.widget.Toolbar
android:id="@+id/photo_edit_toolbar"
android:layout_width="match_parent"
android:layout_height="@dimen/_30sdp"
android:background="#ffffff"
android:background="#238ee7"
android:elevation="4dp"
android:minHeight="?attr/actionBarSize"
>
Expand All @@ -24,21 +24,21 @@
android:layout_gravity="end"
>

<Button
<!--<Button
android:id="@+id/done"
android:layout_width="@dimen/_25sdp"
android:layout_height="@dimen/_25sdp"
android:layout_marginRight="10dp"
android:layout_marginEnd="10dp"
android:background="@drawable/done"
android:layout_centerInParent="true"
/>
/>-->

</RelativeLayout>

</android.support.v7.widget.Toolbar>

</FrameLayout>-->
</FrameLayout>

<com.alexvasilkov.gestures.views.GestureFrameLayout
android:id="@+id/gestureView"
Expand Down

0 comments on commit fb6dd06

Please sign in to comment.