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:
parent
fefd5271de
commit
df4568d976
@ -55,26 +55,9 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
android:spacing="5px"
|
android:spacing="5px"
|
||||||
android:unselectedAlpha="100"/>
|
android:unselectedAlpha="100"/>
|
||||||
</ViewSwitcher>
|
</ViewSwitcher>
|
||||||
<!--
|
<EditText
|
||||||
<LinearLayout
|
android:id="@+id/input"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:gravity="right">
|
android:singleLine="true" />
|
||||||
<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="<" />
|
|
||||||
<Button
|
|
||||||
android:id="@+id/next"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:text=">" />
|
|
||||||
</LinearLayout>
|
|
||||||
-->
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
Loading…
Reference in New Issue
Block a user