Skip to content

Commit

Permalink
Remove smiley face from step 9 (when did this get here?)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhuinden committed Mar 6, 2023
1 parent 0975890 commit c2d55fe
Showing 1 changed file with 1 addition and 31 deletions.
Original file line number Diff line number Diff line change
@@ -1,37 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipChildren="false"
android:clipToOutline="false"
android:clipToPadding="false">

<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="32dp"
android:clipChildren="false"
android:clipToOutline="false"
android:clipToPadding="false"
android:elevation="4dp">

<View
android:id="@+id/view"
android:layout_width="match_parent"
android:layout_height="120dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />

<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/ic_tag_faces_black_24dp"
app:layout_constraintTop_toBottomOf="@+id/view"
app:layout_constraintBottom_toTopOf="@+id/view"
app:layout_constraintEnd_toEndOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>
android:layout_height="match_parent">

<LinearLayout
android:layout_width="match_parent"
Expand Down

0 comments on commit c2d55fe

Please sign in to comment.