Commit cd110d8b authored by SHAILESH KUMAR's avatar SHAILESH KUMAR

textbox design

parent 9a25994c
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
<corners
android:radius="14dp"
/>
<gradient
android:angle="180"
android:centerX="50%"
android:centerColor="#E8E8E8"
android:startColor="#000"
android:endColor="#000"
android:type="linear"
/>
<padding
android:left="0dp"
android:top="0dp"
android:right="0dp"
android:bottom="0dp"
/>
<size
android:width="100dp"
android:height="30dp"
/>
<stroke
android:width="3dp"
android:color="#878787"
/>
</shape>
\ No newline at end of file
...@@ -66,7 +66,8 @@ ...@@ -66,7 +66,8 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="Check in" android:text="Check in"
android:onClick="check_in_data"/> android:onClick="check_in_data"
android:background="@drawable/buttonshape"/>
......
...@@ -61,6 +61,7 @@ ...@@ -61,6 +61,7 @@
android:textSize="25sp" android:textSize="25sp"
android:padding="10dp" android:padding="10dp"
android:fontFamily="sans-serif-condensed" android:fontFamily="sans-serif-condensed"
android:background="@drawable/buttonshape"
/> />
<TextView <TextView
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment