Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
AloqaIM-Android
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
AloqaIM-Android
Commits
77a58b36
Commit
77a58b36
authored
May 16, 2018
by
Divyanshu Bhargava
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor changes
parent
79fd22f3
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
21 deletions
+3
-21
colors.xml
app/src/main/res/values/colors.xml
+0
-7
styles.xml
app/src/main/res/values/styles.xml
+0
-5
build.gradle
build.gradle
+2
-4
build.gradle
draw/build.gradle
+1
-4
DrawingActivity.kt
...src/main/java/chat/rocket/android/draw/DrawingActivity.kt
+0
-1
No files found.
app/src/main/res/values/colors.xml
View file @
77a58b36
...
...
@@ -50,11 +50,4 @@
<!-- Default Background Color -->
<color
name=
"default_background"
>
#FAFAFA
</color>
<!--Color Palettes-->
<color
name=
"color_red"
>
#FF5252
</color>
<color
name=
"color_yellow"
>
#FFEB3B
</color>
<color
name=
"color_green"
>
#00C853
</color>
<color
name=
"color_blue"
>
#00B0FF
</color>
<color
name=
"color_pink"
>
#D500F9
</color>
<color
name=
"color_brown"
>
#8D6E63
</color>
</resources>
app/src/main/res/values/styles.xml
View file @
77a58b36
...
...
@@ -109,9 +109,4 @@
<item
name=
"actionModeCloseDrawable"
>
@drawable/ic_close_white_24dp
</item>
</style>
<style
name=
"DrawingDialogStyle"
parent=
"Theme.AppCompat.Light.Dialog.Alert"
>
<item
name=
"android:windowIsFloating"
>
false
</item>
<item
name=
"android:windowBackground"
>
@color/white
</item>
</style>
</resources>
\ No newline at end of file
build.gradle
View file @
77a58b36
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript
{
ext
.
kotlin_version
=
'1.2.31'
buildscript
{
apply
from:
rootProject
.
file
(
'dependencies.gradle'
)
repositories
{
...
...
@@ -21,7 +19,7 @@ buildscript {
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
}
allprojects
{
...
...
draw/build.gradle
View file @
77a58b36
...
...
@@ -3,8 +3,6 @@ apply plugin: 'com.android.library'
android
{
compileSdkVersion
27
defaultConfig
{
minSdkVersion
21
targetSdkVersion
27
...
...
@@ -32,11 +30,10 @@ dependencies {
implementation
libraries
.
kotlin
implementation
libraries
.
androidKtx
testImplementation
'junit:junit:4.12'
androidTestImplementation
'com.android.support.test:runner:1.0.2'
androidTestImplementation
'com.android.support.test.espresso:espresso-core:3.0.2'
}
apply
plugin:
'kotlin-android'
apply
plugin:
'kotlin-android-extensions'
apply
plugin:
'kotlin-android-extensions'
\ No newline at end of file
draw/src/main/java/chat/rocket/android/draw/DrawingActivity.kt
View file @
77a58b36
...
...
@@ -14,7 +14,6 @@ import android.graphics.Bitmap
import
android.app.Activity
import
java.io.ByteArrayOutputStream
class
DrawingActivity
:
AppCompatActivity
()
{
override
fun
onCreate
(
savedInstanceState
:
Bundle
?)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment