mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-03 15:42:29 +00:00
Implement input bar redesign
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
|
||||
<solid android:color="?attr/dialog_background_color"/>
|
||||
<corners android:radius="20dp"/>
|
||||
|
||||
<solid android:color="@color/compose_view_background"/>
|
||||
|
||||
<corners android:radius="12dp"/>
|
||||
</shape>
|
||||
Reference in New Issue
Block a user