mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
Commented out the plus button on the replace profile modal
This commit is contained in:
parent
346bdc1774
commit
9d5fa1239c
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user