Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Add format settings to the project
Browse files Browse the repository at this point in the history
Change-Id: Id45e05582426ecf29d73a4b4ee60d8858cd30c2c
  • Loading branch information
yaraki committed Oct 21, 2016
1 parent d0b508a commit 9e0e845
Show file tree
Hide file tree
Showing 18 changed files with 414 additions and 76 deletions.
5 changes: 4 additions & 1 deletion .gitignore
@@ -1,7 +1,10 @@
*.iml
.gradle
/local.properties
.idea
.DS_Store
/build
/captures

.idea/
!.idea/copyright/*.xml
!.idea/codeStyleSettings.xml
322 changes: 322 additions & 0 deletions .idea/codeStyleSettings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/copyright/Apache_License_2_0.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/copyright/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion demo/src/main/AndroidManifest.xml
Expand Up @@ -14,7 +14,9 @@
<manifest package="com.google.android.cameraview.demo"
xmlns:android="http://schemas.android.com/apk/res/android">

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" android:maxSdkVersion="18"/>
<uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
android:maxSdkVersion="18"/>

<application
android:allowBackup="true"
Expand Down

0 comments on commit 9e0e845

Please sign in to comment.