-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed bug when app crashes if a user click record user name button wh…
…ile it's recording. Fixed visual issues on create login screen (#1152)
- Loading branch information
Showing
10 changed files
with
131 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
translationRecorder/app/src/main/res/drawable/circle_with_white_bg_pause.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item> | ||
<shape android:shape="oval"> | ||
<solid android:color="@color/white" /> | ||
<size | ||
android:width="48dp" | ||
android:height="48dp" /> | ||
</shape> | ||
</item> | ||
<item | ||
android:bottom="-1dp" | ||
android:drawable="@drawable/pause_record_48dp" | ||
android:left="-1dp" | ||
android:right="-1dp" | ||
android:top="-1dp" /> | ||
</layer-list> |
10 changes: 10 additions & 0 deletions
10
translationRecorder/app/src/main/res/drawable/ic_check_white_36dp.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="36dp" | ||
android:height="36dp" | ||
android:tint="#FFFFFF" | ||
android:viewportHeight="24.0" | ||
android:viewportWidth="24.0"> | ||
<path | ||
android:fillColor="#FF000000" | ||
android:pathData="M9,16.17L4.83,12l-1.42,1.41L9,19 21,7l-1.41,-1.41z" /> | ||
</vector> |
10 changes: 10 additions & 0 deletions
10
translationRecorder/app/src/main/res/drawable/ic_redo_blue_36dp.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="36dp" | ||
android:height="36dp" | ||
android:tint="#00C5FF" | ||
android:viewportHeight="24.0" | ||
android:viewportWidth="24.0"> | ||
<path | ||
android:fillColor="#FF000000" | ||
android:pathData="M18.4,10.6C16.55,8.99 14.15,8 11.5,8c-4.65,0 -8.58,3.03 -9.96,7.22L3.9,16c1.05,-3.19 4.05,-5.5 7.6,-5.5 1.95,0 3.73,0.72 5.12,1.88L13,16h9V7l-3.6,3.6z" /> | ||
</vector> |
10 changes: 10 additions & 0 deletions
10
translationRecorder/app/src/main/res/drawable/pause_record_48dp.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:height="48dp" | ||
android:width="48dp" | ||
android:tint="#010000" | ||
android:viewportHeight="512" | ||
android:viewportWidth="512"> | ||
<path | ||
android:fillColor="#FF000000" | ||
android:pathData="M256,8C119,8 8,119 8,256s111,248 248,248 248,-111 248,-248S393,8 256,8zM256,456c-110.5,0 -200,-89.5 -200,-200S145.5,56 256,56s200,89.5 200,200 -89.5,200 -200,200zM352,176v160c0,8.8 -7.2,16 -16,16h-48c-8.8,0 -16,-7.2 -16,-16L272,176c0,-8.8 7.2,-16 16,-16h48c8.8,0 16,7.2 16,16zM240,176v160c0,8.8 -7.2,16 -16,16h-48c-8.8,0 -16,-7.2 -16,-16L160,176c0,-8.8 7.2,-16 16,-16h48c8.8,0 16,7.2 16,16z"/> | ||
</vector> |
11 changes: 5 additions & 6 deletions
11
translationRecorder/app/src/main/res/drawable/play_record_48dp.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="48dp" | ||
android:height="48dp" | ||
android:width="48dp" | ||
android:tint="#010000" | ||
android:viewportHeight="24.0" | ||
android:viewportWidth="24.0"> | ||
<path | ||
android:fillColor="#FF000000" | ||
android:pathData="M10,16.5l6,-4.5 -6,-4.5v9zM12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM12,20c-4.41,0 -8,-3.59 -8,-8s3.59,-8 8,-8 8,3.59 8,8 -3.59,8 -8,8z" /> | ||
android:viewportHeight="512" | ||
android:viewportWidth="512"> | ||
<path android:fillColor="#FF000000" | ||
android:pathData="M371.7,238l-176,-107c-15.8,-8.8 -35.7,2.5 -35.7,21v208c0,18.4 19.8,29.8 35.7,21l176,-101c16.4,-9.1 16.4,-32.8 0,-42zM504,256C504,119 393,8 256,8S8,119 8,256s111,248 248,248 248,-111 248,-248zM56,256c0,-110.5 89.5,-200 200,-200s200,89.5 200,200 -89.5,200 -200,200S56,366.5 56,256z"/> | ||
</vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters