1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2024-11-22 17:02:21 -05:00

Added an input line to the server/channel view - amazing! ;)

This commit is contained in:
Sebastian Kaspari 2010-03-08 23:48:56 +01:00
parent fefd5271de
commit df4568d976

View File

@ -55,26 +55,9 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
android:spacing="5px"
android:unselectedAlpha="100"/>
</ViewSwitcher>
<!--
<LinearLayout
<EditText
android:id="@+id/input"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="right">
<EditText
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:singleLine="true" />
<Button
android:id="@+id/previous"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="&lt;" />
<Button
android:id="@+id/next"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="&gt;" />
</LinearLayout>
-->
</LinearLayout>