Skip to content

Commit

Permalink
Make minor tweaks to super UI
Browse files Browse the repository at this point in the history
  • Loading branch information
akhil99 committed Sep 21, 2016
1 parent 11144c8 commit 8af0175
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
13 changes: 7 additions & 6 deletions superscout/src/main/res/layout/fragment_super_comments.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="fill_parent"
android:padding="5dp"
android:fitsSystemWindows="true">

<LinearLayout
Expand All @@ -20,8 +21,8 @@
android:layout_height="wrap_content"
android:hint="Comments"
android:background="@color/yellowtext_primary_light"
android:layout_marginTop="10dp"
android:padding="5dp"
android:padding="15dp"
android:layout_margin="10dp"
android:inputType="textMultiLine"/>

<TextView
Expand All @@ -32,10 +33,10 @@
<EditText android:id="@+id/team2_comments"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:hint="Comments"
android:background="@color/yellowtext_primary_light"
android:padding="5dp"
android:layout_margin="10dp"
android:padding="15dp"
android:inputType="textMultiLine"/>


Expand All @@ -47,10 +48,10 @@
<EditText android:id="@+id/team3_comments"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:hint="Comments"
android:layout_margin="10dp"
android:background="@color/yellowtext_primary_light"
android:padding="5dp"
android:padding="15dp"
android:inputType="textMultiLine"/>

</LinearLayout>
Expand Down
10 changes: 9 additions & 1 deletion superscout/src/main/res/layout/fragment_super_data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,18 @@

<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="0dp"
android:layout_weight="1"
android:id="@+id/superdata_list"
android:lines="7"/>


<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Received data will be shown above.\nData can be received via data, QR, or NFC"
android:layout_margin="10dp"/>

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand Down

0 comments on commit 8af0175

Please sign in to comment.