mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-21 21:31:30 +00:00
Better ripple for home FAB
This commit is contained in:
parent
7f8e9fd582
commit
14207c75c7
@ -1,4 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<shape
|
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:shape="oval" />
|
|
@ -171,10 +171,9 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_alignParentBottom="true"
|
android:layout_alignParentBottom="true"
|
||||||
android:layout_centerHorizontal="true"
|
android:layout_centerHorizontal="true"
|
||||||
android:background="@drawable/new_conversation_button_background"
|
|
||||||
android:layout_marginBottom="@dimen/new_conversation_button_bottom_offset"
|
android:layout_marginBottom="@dimen/new_conversation_button_bottom_offset"
|
||||||
android:src="@drawable/ic_plus"
|
app:rippleColor="@color/button_primary_ripple"
|
||||||
app:tint="@color/white" />
|
android:src="@drawable/ic_plus" />
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user