mirror of
https://github.com/shaulascr/ecommerce_serang.git
synced 2025-08-17 15:50:10 +00:00
fix chat activity
This commit is contained in:
11
app/src/main/res/drawable/bg_edit_text_background.xml
Normal file
11
app/src/main/res/drawable/bg_edit_text_background.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="#F5F5F5" />
|
||||
<corners android:radius="20dp" />
|
||||
<padding
|
||||
android:bottom="8dp"
|
||||
android:left="12dp"
|
||||
android:right="12dp"
|
||||
android:top="8dp" />
|
||||
</shape>
|
Reference in New Issue
Block a user