Commit 26a43747 authored by rajneesh's avatar rajneesh

Android comments added to xml and java file

parent 0bbabcf2
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
...@@ -10,6 +10,9 @@ ...@@ -10,6 +10,9 @@
<!-- First screen after starting app -->
<!-- Testing server connection layout-->
<LinearLayout <LinearLayout
android:id="@+id/ip_address_linear_layout" android:id="@+id/ip_address_linear_layout"
android:layout_width="match_parent" android:layout_width="match_parent"
...@@ -114,6 +117,7 @@ ...@@ -114,6 +117,7 @@
android:layout_weight="0.1"/> android:layout_weight="0.1"/>
</LinearLayout> </LinearLayout>
</LinearLayout>
...@@ -121,10 +125,7 @@ ...@@ -121,10 +125,7 @@
</LinearLayout> <!-- Upper Bar which gives the mode in which wirelessX is and also radio buttons as switches-->
<!-- Upper Bar-->
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
...@@ -238,10 +239,13 @@ ...@@ -238,10 +239,13 @@
</LinearLayout> </LinearLayout>
</LinearLayout> </LinearLayout>
<!-- Green border of 2dp--> <!-- Green border of 2dp-->
<LinearLayout <LinearLayout
...@@ -254,7 +258,12 @@ ...@@ -254,7 +258,12 @@
<!-- Mouse Layout will go in this-->
<!-- Mouse Layout Interface which includes buttons and track pad area-->
<!-- android:visibility="gone" --> <!-- android:visibility="gone" -->
<LinearLayout <LinearLayout
...@@ -389,13 +398,16 @@ ...@@ -389,13 +398,16 @@
</LinearLayout> </LinearLayout>
</LinearLayout>
</LinearLayout>
<!-- Keyboard Layout will go in this-->
<!-- Keyboard Layout Interface which includes all the keys UI elements related to keyboard-->
<LinearLayout <LinearLayout
android:background="#1A1A1A" android:background="#1A1A1A"
...@@ -1248,13 +1260,8 @@ ...@@ -1248,13 +1260,8 @@
android:text="→" android:text="→"
android:onClick="keyPress"/> android:onClick="keyPress"/>
</LinearLayout> </LinearLayout>
</LinearLayout> </LinearLayout>
......
#Tue Nov 17 16:54:02 IST 2020 #Tue Nov 17 17:16:07 IST 2020
#Tue Nov 17 16:54:25 IST 2020 #Tue Nov 17 17:16:31 IST 2020
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