Search
 
SCRIPT & CODE EXAMPLE
 

HTML

corner radius edittext android

<?xml version="1.0" encoding="utf-8"?>
<!--  res/drawable/rounded_edittext.xml -->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle" 
    android:padding="10dp">

    <solid android:color="#FFFFFF" />
    <corners
        android:bottomRightRadius="15dp"
        android:bottomLeftRadius="15dp"
        android:topLeftRadius="15dp"
        android:topRightRadius="15dp" />
</shape>
Comment

PREVIOUS NEXT
Code Example
Html :: difernce between innertextand neer html 
Html :: Change color of calendar icon in HTML Date Input 
Html :: abbreviations in html 
Html :: non editable text field 
Html :: redirect to folder html 
Html :: android back arrow 
Html :: html link tag for other website 
Html :: ion-item margin 
Html :: html audio volume 
Html :: tailwind download button 
Html :: floating button html 
Html :: use v-model in custom component 
Html :: font awsome 
Html :: html how to insert image 
Html :: django template comments 
Html :: iframe attributes 
Html :: how to add a image file in html 
Html :: title attribute label tag html 
Html :: html button click url 
Html :: html target 
Html :: how to preview pdf in html 
Html :: get city from location html 
Html :: tailwind input 
Html :: text monospace bootstrap 
Html :: dark mode favicon 
Html :: html theme color 
Html :: html always show scrollbar 
Html :: como añadir bootstrap a html 
Html :: nunjucks variables 
Html :: html css text style on a word 
ADD CONTENT
Topic
Content
Source link
Name
7+1 =