diff --git a/.idea/.name b/.idea/.name
index 363e30f..9b4330a 100644
--- a/.idea/.name
+++ b/.idea/.name
@@ -1 +1 @@
-Awkscape
\ No newline at end of file
+Awkscape
\ No newline at end of file
diff --git a/.idea/encodings.xml b/.idea/encodings.xml
deleted file mode 100644
index 97626ba..0000000
--- a/.idea/encodings.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/gradle.xml b/.idea/gradle.xml
index 0804331..af69317 100644
--- a/.idea/gradle.xml
+++ b/.idea/gradle.xml
@@ -3,9 +3,8 @@
-
+
-
diff --git a/.idea/misc.xml b/.idea/misc.xml
index c60d22d..4e3cec0 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -43,11 +43,14 @@
+
+ $USER_HOME$/.subversion
+
- 1.7
+ 1.6
diff --git a/mobile/mobile.iml b/mobile/mobile.iml
index 3db261d..1a7db24 100644
--- a/mobile/mobile.iml
+++ b/mobile/mobile.iml
@@ -113,31 +113,31 @@
+
-
-
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
-
-
-
-
-
-
+
-
-
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/mobile/src/main/java/hackny/awkscape/AlarmActivity.java b/mobile/src/main/java/hackny/awkscape/AlarmActivity.java
index ec46598..4448fe1 100644
--- a/mobile/src/main/java/hackny/awkscape/AlarmActivity.java
+++ b/mobile/src/main/java/hackny/awkscape/AlarmActivity.java
@@ -13,7 +13,6 @@
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.view.View;
-import android.view.Window;
import android.view.WindowManager;
import android.os.Handler;
@@ -27,15 +26,6 @@ public class AlarmActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
-
- super.onCreate(savedInstanceState);
-
- requestWindowFeature(Window.FEATURE_NO_TITLE);
- getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,
- WindowManager.LayoutParams.FLAG_FULLSCREEN);
-
- setContentView(R.layout.activity_alarm);
-
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_alarm);
Toolbar toolbar = (Toolbar) findViewById(R.id.toolbar);
diff --git a/mobile/src/main/res/layout/activity_alarm.xml b/mobile/src/main/res/layout/activity_alarm.xml
index 97d6b91..79cc811 100644
--- a/mobile/src/main/res/layout/activity_alarm.xml
+++ b/mobile/src/main/res/layout/activity_alarm.xml
@@ -6,14 +6,12 @@
android:layout_height="match_parent" android:fitsSystemWindows="true"
tools:context="hackny.awkscape.AlarmActivity">
-
+ android:layout_width="match_parent" android:theme="@style/AppTheme.AppBarOverlay">
+ android:background="?attr/colorPrimary" app:popupTheme="@style/AppTheme.PopupOverlay" />
diff --git a/mobile/src/main/res/mipmap-hdpi/calling.png b/mobile/src/main/res/mipmap-hdpi/calling.png
deleted file mode 100644
index 9a11265..0000000
Binary files a/mobile/src/main/res/mipmap-hdpi/calling.png and /dev/null differ
diff --git a/mobile/src/main/res/mipmap-hdpi/received.png b/mobile/src/main/res/mipmap-hdpi/received.png
deleted file mode 100644
index a570fc4..0000000
Binary files a/mobile/src/main/res/mipmap-hdpi/received.png and /dev/null differ
diff --git a/wear/src/main/java/hackny/awkscape/MainWatchActivity.java b/wear/src/main/java/hackny/awkscape/MainWatchActivity.java
index 0dce4d6..82a65d1 100644
--- a/wear/src/main/java/hackny/awkscape/MainWatchActivity.java
+++ b/wear/src/main/java/hackny/awkscape/MainWatchActivity.java
@@ -1,8 +1,6 @@
package hackny.awkscape;
-import android.content.Context;
import android.os.Bundle;
-import android.os.Vibrator;
import android.support.wearable.view.BoxInsetLayout;
import android.view.View;
import android.widget.TextView;
@@ -64,15 +62,11 @@ public void onSnap() {
@Override
public void onFlick() {
- Vibrator vibration2 = (Vibrator)this.getSystemService(Context.VIBRATOR_SERVICE);
- vibration2.vibrate(2000);
Toast.makeText(this,"It's a flick!",Toast.LENGTH_LONG).show();
}
@Override
public void onTwist() {
- Vibrator vibration1 = (Vibrator)this.getSystemService(Context.VIBRATOR_SERVICE);
- vibration1.vibrate(200);
Toast.makeText(this,"Just twist it",Toast.LENGTH_LONG).show();
}
diff --git a/wear/wear.iml b/wear/wear.iml
index 01a8d8d..81ef5cb 100644
--- a/wear/wear.iml
+++ b/wear/wear.iml
@@ -94,12 +94,12 @@
-
-
-
+
+
+
\ No newline at end of file