Changed layout in feeditemview
This commit is contained in:
parent
055fda3c91
commit
91166cd442
|
@ -33,17 +33,20 @@
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/butPlay"
|
android:id="@+id/butPlay"
|
||||||
android:text="@string/play_label"
|
android:text="@string/play_label"
|
||||||
android:layout_width="wrap_content"
|
android:layout_weight="1"
|
||||||
|
android:layout_width="0px"
|
||||||
android:layout_height="wrap_content"/>
|
android:layout_height="wrap_content"/>
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/butDownload"
|
android:id="@+id/butDownload"
|
||||||
android:text="@string/download_label"
|
android:text="@string/download_label"
|
||||||
android:layout_width="wrap_content"
|
android:layout_weight="1"
|
||||||
|
android:layout_width="0px"
|
||||||
android:layout_height="wrap_content"/>
|
android:layout_height="wrap_content"/>
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/butRemove"
|
android:id="@+id/butRemove"
|
||||||
android:text="@string/remove_label"
|
android:text="@string/remove_label"
|
||||||
android:layout_width="wrap_content"
|
android:layout_weight="1"
|
||||||
|
android:layout_width="0px"
|
||||||
android:layout_height="wrap_content"/>
|
android:layout_height="wrap_content"/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
Loading…
Reference in New Issue