Skip to content

Commit

Permalink
resize icons
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroSG94 committed Mar 2, 2024
1 parent 119c8e4 commit a17ad4b
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 12 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/drawable/pause_icon.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="800dp"
android:height="800dp"
android:width="200dp"
android:height="200dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/drawable/record_icon.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="800dp"
android:height="800dp"
android:width="200dp"
android:height="200dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/drawable/stop_icon.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="800dp"
android:height="800dp"
android:width="200dp"
android:height="200dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/drawable/stream_icon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
-->

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="800dp"
android:height="800dp"
android:width="200dp"
android:height="200dp"
android:viewportWidth="64"
android:viewportHeight="64">
<path
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/drawable/stream_stop_icon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
-->

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="800dp"
android:height="800dp"
android:width="200dp"
android:height="200dp"
android:viewportWidth="64"
android:viewportHeight="64">
<path
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/drawable/switch_icon.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="800dp"
android:height="800dp"
android:width="200dp"
android:height="200dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/activity_camera_demo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
android:layout_height="wrap_content"
android:gravity="center"
android:layout_margin="20dp"
android:textSize="24sp"
android:id="@+id/tv_url"
app:layout_constraintTop_toTopOf="parent"
/>
Expand Down

0 comments on commit a17ad4b

Please sign in to comment.