]> hydra-www.ietfng.org Git - acmetensortoys-ctfws-android/commitdiff
Small cleanups
authorNathaniel Wesley Filardo <nwf@cs.jhu.edu>
Wed, 22 Feb 2017 15:33:21 +0000 (10:33 -0500)
committerNathaniel Wesley Filardo <nwf@cs.jhu.edu>
Wed, 22 Feb 2017 15:45:45 +0000 (10:45 -0500)
mobile/src/main/java/com/acmetensortoys/ctfwstimer/MainActivity.java
mobile/src/main/res/layout/activity_main.xml

index 55ee8a2bbf45db1c98b52d814717398a32561b8f..7169fc3aa41fae65f03dd667226c53105f437be6 100644 (file)
@@ -6,11 +6,9 @@ import android.content.Context;
 import android.content.Intent;
 import android.content.ServiceConnection;
 import android.content.SharedPreferences;
-import android.os.Handler;
 import android.os.IBinder;
 import android.preference.PreferenceManager;
 import android.support.annotation.StringRes;
-import android.support.v4.app.DialogFragment;
 import android.support.v7.app.AppCompatActivity;
 import android.os.Bundle;
 import android.util.Log;
index 18b3495e0a44254f682c9866c3a2bb1e48feb95d..fe2eb4c6b2f2fb074e39f17fda3017591577b125 100644 (file)
         android:layout_width="match_parent"
         android:layout_height="wrap_content">
 
-        <!--
-        <TableLayout
-            android:layout_width="match_parent"
-            android:layout_height="match_parent"
-            android:id="@+id/tbl_opts"
-            android:stretchColumns="1">
-
-            <TableRow
-                android:layout_width="wrap_content"
-                android:layout_height="match_parent" >
-
-                <TextView
-                    android:text="Notifications\nDuring\nGame"
-                    android:layout_width="wrap_content"
-                    android:layout_height="wrap_content"
-                    android:gravity="center" />
-
-                <LinearLayout
-                    android:orientation="horizontal"
-                    android:layout_width="match_parent"
-                    android:layout_height="match_parent">
-
-                    <CheckBox
-                        android:text="Wear"
-                        android:layout_width="match_parent"
-                        android:layout_height="wrap_content"
-                        android:id="@+id/notif_wear"
-                        android:layout_weight="1" />
-
-                    <CheckBox
-                        android:text="Here"
-                        android:layout_width="match_parent"
-                        android:layout_height="wrap_content"
-                        android:id="@+id/notif_here"
-                        android:layout_weight="1" />
-                </LinearLayout>
-
-            </TableRow>
-
-            <TableRow
-                android:layout_width="match_parent"
-                android:layout_height="match_parent" />
-
-        </TableLayout>
-        -->
-
         <TextView
             android:text="@string/header_gamestate0"
             android:layout_width="match_parent"