Skip to content

Commit

Permalink
Merge pull request #6 from stone-ton/feat/13250/selfie-frame
Browse files Browse the repository at this point in the history
fix: update selfie frame to fit screen
  • Loading branch information
Kazzel authored Oct 19, 2021
2 parents 48dbffc + 5f2ddf7 commit 6bb98f3
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "com.example.camerabioexample_android"
minSdkVersion 19
targetSdkVersion 28
versionCode 4
versionName "2.3.0"
versionCode 5
versionName "2.3.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
Expand Down
Binary file modified app/src/main/res/drawable/frame_selfie.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/src/main/res/layout/activity_selfie.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
android:id="@+id/iv_mask"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="centerCrop"
android:visibility="gone"/>

<!-- Capture Stillshot Button -->
Expand Down
Binary file modified camerabioandroid/src/main/res/drawable/frame_selfie.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions camerabioandroid/src/main/res/layout/activity_selfie.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
android:id="@+id/iv_mask"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="centerCrop"
android:visibility="gone"/>

<!-- Capture Stillshot Button -->
Expand Down

0 comments on commit 6bb98f3

Please sign in to comment.