Commit 26a43747 authored by rajneesh's avatar rajneesh

Android comments added to xml and java file

parent 0bbabcf2
......@@ -10,6 +10,9 @@
<!-- First screen after starting app -->
<!-- Testing server connection layout-->
<LinearLayout
android:id="@+id/ip_address_linear_layout"
android:layout_width="match_parent"
......@@ -114,6 +117,7 @@
android:layout_weight="0.1"/>
</LinearLayout>
</LinearLayout>
......@@ -121,10 +125,7 @@
</LinearLayout>
<!-- Upper Bar-->
<!-- Upper Bar which gives the mode in which wirelessX is and also radio buttons as switches-->
<LinearLayout
android:layout_width="match_parent"
......@@ -238,10 +239,13 @@
</LinearLayout>
</LinearLayout>
<!-- Green border of 2dp-->
<LinearLayout
......@@ -254,7 +258,12 @@
<!-- Mouse Layout will go in this-->
<!-- Mouse Layout Interface which includes buttons and track pad area-->
<!-- android:visibility="gone" -->
<LinearLayout
......@@ -389,13 +398,16 @@
</LinearLayout>
</LinearLayout>
</LinearLayout>
<!-- Keyboard Layout will go in this-->
<!-- Keyboard Layout Interface which includes all the keys UI elements related to keyboard-->
<LinearLayout
android:background="#1A1A1A"
......@@ -1248,13 +1260,8 @@
android:text="→"
android:onClick="keyPress"/>
</LinearLayout>
</LinearLayout>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment