Changed layout in feeditemview

This commit is contained in:
Daniel Oeh 2012-04-14 23:19:53 +02:00
parent 055fda3c91
commit 91166cd442
1 changed files with 6 additions and 3 deletions

View File

@ -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>