~saranasr83/tagin/Tagin-SDK-Demo

« back to all changes in this revision

Viewing changes to imp2_Tagin_Demo/res/drawable/shape.xml

  • Committer: saranasr83
  • Date: 2011-09-02 08:59:12 UTC
  • Revision ID: saranasr83@gmail.com-20110902085912-6bc2hhxyn7fnkzy6
demo completed. imp1,2,3 are early versions. imp5_Tagin_Demo is the final version which works properlly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<shape xmlns:android="http://schemas.android.com/apk/res/android"> 
 
2
    <stroke android:width="4dp" android:color="@color/ghost_white" /> 
 
3
    <padding android:left="7dp" android:top="7dp" 
 
4
            android:right="7dp" android:bottom="7dp" /> 
 
5
    <corners android:radius="4dp" /> 
 
6
</shape> 
 
 
b'\\ No newline at end of file'