circle view in android layout -


I want to implement the circular layout, which will be dynamic, so I've imported the CircleLayout project as a library, And the jar file has been imported well..but some error event in XML file ... my layout is ... and "

   & Lt; See Android: layout_width = "100dp" Android: layout_height = "100dp" Android: background = "# 00ff00" /> & Lt; View Android: layout_width = "100dp" Android: Layout_heahat = "100dp" Android: Background = "# 0000ff" / & gt; & Lt; See Android: layout_width = "100dp" Android: Layout_heat = "100 DP" Android: Background = "#FFFFFF3" /> & Lt; View Android: layout_width = "100dp" Android: Layout_heat = "100 DP" Android: Background = "#FFFFF" /> & lt; /ru.biovamp.widget.CircleLayout> & Lt; / FrameLayout & gt;    

Just add this line to your layout file:

  XMLName: App = "http://schemas.android.com/apk/res-auto"   

Instead of using it:

  Xmlns: app = "http://schemas.android.com/apk/res/com.circle"   

You write an invalid namespace.

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -