Added working video streaming behaviour.

Changed structure of licenses.
This commit is contained in:
Ziver Koc 2014-08-05 16:03:53 +02:00
parent 9cdcd46ed5
commit bb84e2188f
18 changed files with 1496 additions and 1053 deletions

View file

@ -34,13 +34,16 @@
<!-- Behaviour description -->
<TextView
android:id="@+id/description"
android:layout_width="fill_parent"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColor="#343434"
android:textSize="12dip"
android:text="Description"
android:layout_below="@+id/title"
android:layout_toRightOf="@+id/draggable" />
android:ellipsize="end"
android:maxLines="1"
android:layout_toRightOf="@+id/draggable"
android:layout_toLeftOf="@+id/warning"/>
<!-- Rightend -->