layout cleanups

precision_debug
Georg Lukas 2011-04-14 00:42:07 +02:00
rodzic 193465f39a
commit 68cbe0d396
2 zmienionych plików z 3 dodań i 4 usunięć

Wyświetl plik

@ -7,8 +7,7 @@ android:layout_weight="1"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/singlelog"
>
</Button>
/>
<Button
android:id="@+id/startstopbtn"
android:layout_weight="1"
@ -16,6 +15,5 @@ android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/startlog"
android:layout_below="@+id/singlebtn"
>
</Button>
/>
</merge>

Wyświetl plik

@ -4,5 +4,6 @@ android:id="@+id/postlist"
android:layout_width="fill_parent"
android:layout_height="100dp"
android:layout_weight="1"
android:descendantFocusability="blocksDescendants"
></ListView>
</merge>