Added working video streaming behaviour.
Changed structure of licenses.
This commit is contained in:
parent
9cdcd46ed5
commit
bb84e2188f
18 changed files with 1496 additions and 1053 deletions
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue