Skip to content

Commit

Permalink
Create bg_dialog_input
Browse files Browse the repository at this point in the history
The editText has been modified
  • Loading branch information
Agoni-0 authored Oct 19, 2024
1 parent a291981 commit 206c0af
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions WordPress/src/main/res/drawable/bg_dialog_input
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#f0f0f0" />
<corners android:radius="10dp"/>
<padding
android:bottom="10dp"
android:top="10dp"
android:left="10dp"
android:right="10dp" />
</shape>

0 comments on commit 206c0af

Please sign in to comment.