-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom camera #3
base: v1.1.0_local_file_path
Are you sure you want to change the base?
Conversation
android/build.gradle
Outdated
@@ -56,4 +57,6 @@ dependencies { | |||
testImplementation "org.powermock:powermock-module-junit4-rule:${POWERMOCK_VERSION}" | |||
testImplementation "org.powermock:powermock-classloading-xstream:${POWERMOCK_VERSION}" | |||
testImplementation "org.mockito:mockito-core:${MOCKITO_CORE_VERSION}" | |||
implementation "androidx.core:core-ktx:+" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hardcode the version
android:background="@color/translucent_black" /> | ||
|
||
|
||
</FrameLayout><!--<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
commneted code remove
@@ -0,0 +1,43 @@ | |||
<?xml version="1.0" encoding="utf-8"?> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this one if not needd
Removed padding
removed commented out code
Removed unused file
Core KTX version defined 1.6.0
Jcenter replaced with mavenCentral
No description provided.