Skip to content

Commit

Permalink
[UPD][ali.yuce][Copyright added.]
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuce committed Oct 18, 2020
1 parent f439269 commit 7b107cf
Show file tree
Hide file tree
Showing 36 changed files with 324 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* *
* * Created by Ali YUCE on 10/18/20 9:16 PM
* * Copyright (c) 2020 . All rights reserved.
* * Last modified 10/18/20 8:50 PM
* * GitHub: https://github.com/mayuce
*
*/

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* *
* * Created by Ali YUCE on 10/18/20 9:16 PM
* * Copyright (c) 2020 . All rights reserved.
* * Last modified 10/8/20 9:23 PM
* * GitHub: https://github.com/mayuce
*
*/

package com.labters.stylerdemo

import androidx.test.platform.app.InstrumentationRegistry
Expand Down
9 changes: 9 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ /**
~ * Created by Ali YUCE on 10/18/20 9:16 PM
~ * Copyright (c) 2020 . All rights reserved.
~ * Last modified 10/15/20 10:12 PM
~ * GitHub: https://github.com/mayuce
~ */
-->

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.labters.stylerdemo">

Expand Down
9 changes: 9 additions & 0 deletions app/src/main/java/com/labters/stylerdemo/AppStatics.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* *
* * Created by Ali YUCE on 10/18/20 9:16 PM
* * Copyright (c) 2020 . All rights reserved.
* * Last modified 10/15/20 11:50 PM
* * GitHub: https://github.com/mayuce
*
*/

package com.labters.stylerdemo

class AppStatics {
Expand Down
9 changes: 9 additions & 0 deletions app/src/main/java/com/labters/stylerdemo/BaseView.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* *
* * Created by Ali YUCE on 10/18/20 9:16 PM
* * Copyright (c) 2020 . All rights reserved.
* * Last modified 10/16/20 12:00 AM
* * GitHub: https://github.com/mayuce
*
*/

package com.labters.stylerdemo

import android.content.Context
Expand Down
9 changes: 9 additions & 0 deletions app/src/main/java/com/labters/stylerdemo/MainActivity.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* *
* * Created by Ali YUCE on 10/18/20 9:16 PM
* * Copyright (c) 2020 . All rights reserved.
* * Last modified 10/16/20 12:00 AM
* * GitHub: https://github.com/mayuce
*
*/

package com.labters.stylerdemo

import android.content.Intent
Expand Down
9 changes: 9 additions & 0 deletions app/src/main/java/com/labters/stylerdemo/StyleRApp.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* *
* * Created by Ali YUCE on 10/18/20 9:16 PM
* * Copyright (c) 2020 . All rights reserved.
* * Last modified 10/15/20 11:46 PM
* * GitHub: https://github.com/mayuce
*
*/

package com.labters.stylerdemo

import android.app.Application
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* *
* * Created by Ali YUCE on 10/18/20 9:16 PM
* * Copyright (c) 2020 . All rights reserved.
* * Last modified 10/10/20 3:15 PM
* * GitHub: https://github.com/mayuce
*
*/

package com.labters.stylerdemo.components.sampleview

import android.content.Context
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* *
* * Created by Ali YUCE on 10/18/20 9:16 PM
* * Copyright (c) 2020 . All rights reserved.
* * Last modified 10/15/20 10:05 PM
* * GitHub: https://github.com/mayuce
*
*/

package com.labters.stylerdemo.components.simplebutton

import android.content.Context
Expand Down
9 changes: 9 additions & 0 deletions app/src/main/java/com/labters/stylerdemo/styler/AppStyleR.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* *
* * Created by Ali YUCE on 10/18/20 9:16 PM
* * Copyright (c) 2020 . All rights reserved.
* * Last modified 10/15/20 10:30 PM
* * GitHub: https://github.com/mayuce
*
*/

package com.labters.stylerdemo.styler

import android.content.res.Resources
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* *
* * Created by Ali YUCE on 10/18/20 9:16 PM
* * Copyright (c) 2020 . All rights reserved.
* * Last modified 10/15/20 10:30 PM
* * GitHub: https://github.com/mayuce
*
*/

package com.labters.stylerdemo.styler

import android.graphics.Color
Expand Down
9 changes: 9 additions & 0 deletions app/src/main/res/drawable-v24/ic_launcher_foreground.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<!--
~ /**
~ * Created by Ali YUCE on 10/18/20 9:16 PM
~ * Copyright (c) 2020 . All rights reserved.
~ * Last modified 10/8/20 9:17 PM
~ * GitHub: https://github.com/mayuce
~ */
-->

<vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:aapt="http://schemas.android.com/aapt"
android:width="108dp"
Expand Down
9 changes: 9 additions & 0 deletions app/src/main/res/drawable/ic_doctor_woman.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<!--
~ /**
~ * Created by Ali YUCE on 10/18/20 9:16 PM
~ * Copyright (c) 2020 . All rights reserved.
~ * Last modified 10/15/20 9:45 PM
~ * GitHub: https://github.com/mayuce
~ */
-->

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="225.62dp"
android:height="733.07dp"
Expand Down
9 changes: 9 additions & 0 deletions app/src/main/res/drawable/ic_launcher_background.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ /**
~ * Created by Ali YUCE on 10/18/20 9:16 PM
~ * Copyright (c) 2020 . All rights reserved.
~ * Last modified 10/8/20 9:17 PM
~ * GitHub: https://github.com/mayuce
~ */
-->

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
Expand Down
9 changes: 9 additions & 0 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ /**
~ * Created by Ali YUCE on 10/18/20 9:16 PM
~ * Copyright (c) 2020 . All rights reserved.
~ * Last modified 10/15/20 10:53 PM
~ * GitHub: https://github.com/mayuce
~ */
-->

<layout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">

Expand Down
9 changes: 9 additions & 0 deletions app/src/main/res/layout/view_sample.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ /**
~ * Created by Ali YUCE on 10/18/20 9:16 PM
~ * Copyright (c) 2020 . All rights reserved.
~ * Last modified 10/15/20 10:53 PM
~ * GitHub: https://github.com/mayuce
~ */
-->

<layout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">

Expand Down
9 changes: 9 additions & 0 deletions app/src/main/res/layout/view_simple_button.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ /**
~ * Created by Ali YUCE on 10/18/20 9:16 PM
~ * Copyright (c) 2020 . All rights reserved.
~ * Last modified 10/13/20 11:18 PM
~ * GitHub: https://github.com/mayuce
~ */
-->

<layout xmlns:android="http://schemas.android.com/apk/res/android">

<androidx.appcompat.widget.AppCompatButton
Expand Down
9 changes: 9 additions & 0 deletions app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ /**
~ * Created by Ali YUCE on 10/18/20 9:16 PM
~ * Copyright (c) 2020 . All rights reserved.
~ * Last modified 10/8/20 9:17 PM
~ * GitHub: https://github.com/mayuce
~ */
-->

<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
Expand Down
9 changes: 9 additions & 0 deletions app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ /**
~ * Created by Ali YUCE on 10/18/20 9:16 PM
~ * Copyright (c) 2020 . All rights reserved.
~ * Last modified 10/8/20 9:17 PM
~ * GitHub: https://github.com/mayuce
~ */
-->

<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
Expand Down
9 changes: 9 additions & 0 deletions app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ /**
~ * Created by Ali YUCE on 10/18/20 9:16 PM
~ * Copyright (c) 2020 . All rights reserved.
~ * Last modified 10/8/20 9:17 PM
~ * GitHub: https://github.com/mayuce
~ */
-->

<resources>
<color name="colorPrimary">#6200EE</color>
<color name="colorPrimaryDark">#3700B3</color>
Expand Down
9 changes: 9 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<!--
~ /**
~ * Created by Ali YUCE on 10/18/20 9:16 PM
~ * Copyright (c) 2020 . All rights reserved.
~ * Last modified 10/8/20 9:17 PM
~ * GitHub: https://github.com/mayuce
~ */
-->

<resources>
<string name="app_name">StyleRDemo</string>
</resources>
9 changes: 9 additions & 0 deletions app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<!--
~ /**
~ * Created by Ali YUCE on 10/18/20 9:16 PM
~ * Copyright (c) 2020 . All rights reserved.
~ * Last modified 10/9/20 9:44 PM
~ * GitHub: https://github.com/mayuce
~ */
-->

<resources>

<!-- Base application theme. -->
Expand Down
9 changes: 9 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* *
* * Created by Ali YUCE on 10/18/20 9:16 PM
* * Copyright (c) 2020 . All rights reserved.
* * Last modified 10/10/20 9:54 PM
* * GitHub: https://github.com/mayuce
*
*/

// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
Expand Down
9 changes: 9 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
#
# /**
# * Created by Ali YUCE on 10/18/20 9:16 PM
# * Copyright (c) 2020 . All rights reserved.
# * Last modified 10/18/20 8:51 PM
# * GitHub: https://github.com/mayuce
# */
#

# Project-wide Gradle settings.
# IDE (e.g. Android Studio) users:
# Gradle settings configured through the IDE *will override*
Expand Down
9 changes: 9 additions & 0 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
#
# /**
# * Created by Ali YUCE on 10/18/20 9:16 PM
# * Copyright (c) 2020 . All rights reserved.
# * Last modified 10/8/20 9:17 PM
# * GitHub: https://github.com/mayuce
# */
#

#Thu Oct 08 21:17:27 EET 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
Expand Down
9 changes: 9 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* *
* * Created by Ali YUCE on 10/18/20 9:16 PM
* * Copyright (c) 2020 . All rights reserved.
* * Last modified 10/18/20 8:51 PM
* * GitHub: https://github.com/mayuce
*
*/

rootProject.name='StyleRDemo'
include ':app'
include ':styler'
9 changes: 9 additions & 0 deletions styler/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* *
* * Created by Ali YUCE on 10/18/20 9:16 PM
* * Copyright (c) 2020 . All rights reserved.
* * Last modified 10/18/20 7:54 PM
* * GitHub: https://github.com/mayuce
*
*/

apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
Expand Down
9 changes: 9 additions & 0 deletions styler/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
<!--
~ /**
~ * Created by Ali YUCE on 10/18/20 9:16 PM
~ * Copyright (c) 2020 . All rights reserved.
~ * Last modified 10/8/20 9:20 PM
~ * GitHub: https://github.com/mayuce
~ */
-->

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.labters.styler" />
9 changes: 9 additions & 0 deletions styler/src/main/java/com/labters/styler/StyleRProvider.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* *
* * Created by Ali YUCE on 10/18/20 9:16 PM
* * Copyright (c) 2020 . All rights reserved.
* * Last modified 10/18/20 8:35 PM
* * GitHub: https://github.com/mayuce
*
*/

package com.labters.styler

import android.view.View
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* *
* * Created by Ali YUCE on 10/18/20 9:16 PM
* * Copyright (c) 2020 . All rights reserved.
* * Last modified 10/11/20 12:19 PM
* * GitHub: https://github.com/mayuce
*
*/

package com.labters.styler.constants

class StyleRAttributes {
Expand Down
Loading

0 comments on commit 7b107cf

Please sign in to comment.