diff --git a/res/drawable/circle_floating_mini_button.xml b/res/drawable/circle_floating_mini_button.xml new file mode 100644 index 000000000..cef16f766 --- /dev/null +++ b/res/drawable/circle_floating_mini_button.xml @@ -0,0 +1,5 @@ + + + + diff --git a/res/layout/conversation_fragment.xml b/res/layout/conversation_fragment.xml index 58dee3982..ad4fe24e0 100644 --- a/res/layout/conversation_fragment.xml +++ b/res/layout/conversation_fragment.xml @@ -60,8 +60,8 @@ android:layout_marginBottom="20dp" android:padding="5dp" android:layout_gravity="bottom|end" - android:background="@drawable/circle_tintable" - android:tint="@color/grey_600" + android:background="@drawable/circle_floating_mini_button" + android:tint="@color/gray50" android:elevation="1dp" android:alpha="0.9" android:contentDescription="@string/menu_scroll_to_bottom"