Commented out the plus button on the replace profile modal

This commit is contained in:
Morgan Pretty 2023-06-05 17:15:05 +10:00
parent 346bdc1774
commit 9d5fa1239c
1 changed files with 18 additions and 17 deletions

View File

@ -23,23 +23,24 @@
android:background="@color/transparent"
android:src="@drawable/ic_pictures"/>
<LinearLayout
android:layout_gravity="bottom|end"
android:gravity="center"
android:background="@drawable/circle_tintable"
android:backgroundTint="?attr/accentColor"
android:paddingTop="1dp"
android:paddingLeft="1dp"
android:layout_width="24dp"
android:layout_height="24dp"
tools:backgroundTint="@color/accent_green">
<View
android:background="@drawable/ic_plus"
android:backgroundTint="@color/black"
android:layout_width="12dp"
android:layout_height="12dp"
/>
</LinearLayout>
<!-- TODO: Add this back when we build the custom modal which allows tapping on the image to select a replacement-->
<!-- <LinearLayout-->
<!-- android:layout_gravity="bottom|end"-->
<!-- android:gravity="center"-->
<!-- android:background="@drawable/circle_tintable"-->
<!-- android:backgroundTint="?attr/accentColor"-->
<!-- android:paddingTop="1dp"-->
<!-- android:paddingLeft="1dp"-->
<!-- android:layout_width="24dp"-->
<!-- android:layout_height="24dp"-->
<!-- tools:backgroundTint="@color/accent_green">-->
<!-- <View-->
<!-- android:background="@drawable/ic_plus"-->
<!-- android:backgroundTint="@color/black"-->
<!-- android:layout_width="12dp"-->
<!-- android:layout_height="12dp"-->
<!-- />-->
<!-- </LinearLayout>-->
</FrameLayout>