1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-06 12:00:17 +02:00

layout reverted

git-svn-id: https://only.mawhrin.net/repos/FBReaderJ/trunk@1269 6a642e6f-84f6-412e-ac94-c4a38d5a04b0
This commit is contained in:
Vasiliy Bout 2010-04-21 21:23:01 +00:00
parent 3415dd46a7
commit e42883b5ef

View file

@ -27,27 +27,21 @@
android:id="@+id/network_book_button0" android:id="@+id/network_book_button0"
android:layout_width="0dip" android:layout_width="0dip"
android:layout_weight="1" android:layout_weight="1"
android:ellipsize="marquee" android:maxLines="2"
android:marqueeRepeatLimit="marquee_forever"
android:singleLine="true"
android:layout_height="wrap_content" android:layout_height="wrap_content"
/> />
<Button <Button
android:id="@+id/network_book_button1" android:id="@+id/network_book_button1"
android:layout_width="0dip" android:layout_width="0dip"
android:layout_weight="1" android:layout_weight="1"
android:ellipsize="marquee" android:maxLines="2"
android:marqueeRepeatLimit="marquee_forever"
android:singleLine="true"
android:layout_height="wrap_content" android:layout_height="wrap_content"
/> />
<Button <Button
android:id="@+id/network_book_button2" android:id="@+id/network_book_button2"
android:layout_width="0dip" android:layout_width="0dip"
android:layout_weight="1" android:layout_weight="1"
android:ellipsize="marquee" android:maxLines="2"
android:marqueeRepeatLimit="marquee_forever"
android:singleLine="true"
android:layout_height="wrap_content" android:layout_height="wrap_content"
/> />
<LinearLayout <LinearLayout