Skip to content

Commit e3fa8ab

Browse files
committed
Final Push
Design and voice enable command added
1 parent 400e78f commit e3fa8ab

20 files changed

+693
-208
lines changed

app demo videos/part1.webm

-90.7 MB
Binary file not shown.

app demo videos/part2.webm

-42.1 MB
Binary file not shown.

app/src/main/java/com/example/p2pmessenger/MainActivity.java

Lines changed: 319 additions & 26 deletions
Large diffs are not rendered by default.

app/src/main/res.rar

1.12 MB
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<vector android:height="55dp" android:viewportHeight="24.0"
2-
android:viewportWidth="24.0" android:width="55dp" xmlns:android="http://schemas.android.com/apk/res/android">
1+
<vector android:height="40dp" android:viewportHeight="24.0"
2+
android:viewportWidth="24.0" android:width="40dp" xmlns:android="http://schemas.android.com/apk/res/android">
33
<path android:fillColor="#80000000" android:pathData="M2,12.5C2,9.46 4.46,7 7.5,7H18c2.21,0 4,1.79 4,4s-1.79,4 -4,4H9.5C8.12,15 7,13.88 7,12.5S8.12,10 9.5,10H17v2H9.41c-0.55,0 -0.55,1 0,1H18c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2H7.5C5.57,9 4,10.57 4,12.5S5.57,16 7.5,16H17v2H7.5C4.46,18 2,15.54 2,12.5z"/>
44
</vector>

app/src/main/res/drawable/file.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<vector android:height="30dp" android:viewportHeight="24.0"
2+
23
android:viewportWidth="24.0" android:width="30dp" xmlns:android="http://schemas.android.com/apk/res/android">
34
<path android:fillColor="#FF000000" android:pathData="M9,16h6v-6h4l-7,-7 -7,7h4zM5,18h14v2L5,20z"/>
5+
46
</vector>
7+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<shape xmlns:android="http://schemas.android.com/apk/res/android"
2+
android:shape="oval">
3+
<solid android:color="#288B70" />
4+
<size
5+
android:width="43dp"
6+
android:height="43dp" />
7+
</shape>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<shape xmlns:android="http://schemas.android.com/apk/res/android"
2+
android:shape="oval">
3+
<solid android:color="#708090" />
4+
<size
5+
android:width="20dp"
6+
android:height="20dp" />
7+
</shape>

app/src/main/res/drawable/ic_mic.png

70.3 KB
Loading
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
android:width="33dp"
3+
android:height="33dp"
4+
android:viewportWidth="24.0"
5+
android:viewportHeight="24.0">
6+
<path
7+
android:fillColor="#9A353030"
8+
android:pathData="M9,9m-4,0a4,4 0,1 1,8 0a4,4 0,1 1,-8 0"/>
9+
<path
10+
android:fillColor="#9A353030"
11+
android:pathData="M9,15c-2.67,0 -8,1.34 -8,4v2h16v-2c0,-2.66 -5.33,-4 -8,-4zM16.76,5.36l-1.68,1.69c0.84,1.18 0.84,2.71 0,3.89l1.68,1.69c2.02,-2.02 2.02,-5.07 0,-7.27zM20.07,2l-1.63,1.63c2.77,3.02 2.77,7.56 0,10.74L20.07,16c3.9,-3.89 3.91,-9.95 0,-14z"/>
12+
</vector>

0 commit comments

Comments
 (0)