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

View File

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