Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 1 addition & 17 deletions .idea/compiler.xml

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

2 changes: 2 additions & 0 deletions .idea/gradle.xml

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

50 changes: 50 additions & 0 deletions .idea/jarRepositories.xml

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

22 changes: 19 additions & 3 deletions .idea/misc.xml

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

9 changes: 0 additions & 9 deletions .idea/modules.xml

This file was deleted.

12 changes: 0 additions & 12 deletions .idea/runConfigurations.xml

This file was deleted.

1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ apply plugin: 'kotlin-kapt'

android {
compileSdkVersion 29
buildToolsVersion '28.0.3'
defaultConfig {
applicationId "com.nikhilpanju.fabfilter"
minSdkVersion 21
Expand Down
Binary file added app/src/main/res/drawable-hdpi/nav_drawer_bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable-ldpi/nav_drawer_bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable-mdpi/nav_drawer_bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable-xhdpi/nav_drawer_bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/font/sfblack.otf
Binary file not shown.
Binary file added app/src/main/res/font/sfblackitalic.otf
Binary file not shown.
Binary file added app/src/main/res/font/sfbold.otf
Binary file not shown.
Binary file added app/src/main/res/font/sfbolditalic.otf
Binary file not shown.
Binary file added app/src/main/res/font/sfheavy.otf
Binary file not shown.
Binary file added app/src/main/res/font/sfheavyitalic.otf
Binary file not shown.
Binary file added app/src/main/res/font/sflight.otf
Binary file not shown.
Binary file added app/src/main/res/font/sflightitalic.otf
Binary file not shown.
Binary file added app/src/main/res/font/sfmedium.otf
Binary file not shown.
Binary file added app/src/main/res/font/sfmediumitalic.otf
Binary file not shown.
Binary file added app/src/main/res/font/sfregular.otf
Binary file not shown.
Binary file added app/src/main/res/font/sfregularitalic.otf
Binary file not shown.
Binary file added app/src/main/res/font/sfsemibold.otf
Binary file not shown.
Binary file added app/src/main/res/font/sfsemibolditalic.otf
Binary file not shown.
Binary file added app/src/main/res/font/sfthin.otf
Binary file not shown.
Binary file added app/src/main/res/font/sfthinitalic.otf
Binary file not shown.
Binary file added app/src/main/res/font/sfultralight.otf
Binary file not shown.
Binary file added app/src/main/res/font/sfultralightitalic.otf
Binary file not shown.
42 changes: 29 additions & 13 deletions app/src/main/res/layout/nav_drawer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,23 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/colorPrimaryDark"
android:background="@drawable/nav_drawer_bg"
android:orientation="vertical">

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_marginTop="56dp"
android:fontFamily="@font/annie_use_your_telescope"
android:fontFamily="@font/sfsemibolditalic"
android:includeFontPadding="false"
android:shadowColor="#000000"
android:shadowDx="0"
android:shadowDy="12"
android:shadowRadius="1"
android:text="@string/app_name"
android:textColor="@color/windowBackground"
android:textSize="72sp" />
android:textColor="@color/filter_icon_active_color"
android:textSize="65sp" />

<LinearLayout
android:layout_width="match_parent"
Expand All @@ -42,7 +46,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="24dp"
android:fontFamily="@font/annie_use_your_telescope"
android:fontFamily="@font/sfregular"
android:includeFontPadding="false"
android:text="Use MotionLayout:"
android:textColor="#FFF"
Expand All @@ -61,8 +65,11 @@
android:layout_height="wrap_content"
android:layout_marginStart="24dp"
android:layout_marginTop="30dp"
android:fontFamily="@font/annie_use_your_telescope"
android:fontFamily="@font/sfregular"
android:includeFontPadding="false"
android:shadowColor="#000000"
android:shadowDy="3"
android:shadowRadius="1"
android:text="Animation Speed:"
android:textColor="#FFF"
android:textSize="28sp" />
Expand All @@ -80,7 +87,7 @@
android:layout_width="40dp"
android:layout_height="wrap_content"
android:layout_marginStart="24dp"
android:fontFamily="@font/annie_use_your_telescope"
android:fontFamily="@font/sfbold"
android:gravity="center"
android:includeFontPadding="false"
android:text="0.1x"
Expand Down Expand Up @@ -111,8 +118,11 @@
android:layout_height="wrap_content"
android:layout_marginStart="24dp"
android:layout_marginTop="30dp"
android:fontFamily="@font/annie_use_your_telescope"
android:fontFamily="@font/sfregular"
android:includeFontPadding="false"
android:shadowColor="#000000"
android:shadowDy="3"
android:shadowRadius="1"
android:text="View code:"
android:textColor="@android:color/white"
android:textSize="28sp" />
Expand All @@ -123,21 +133,24 @@
android:layout_height="wrap_content"
android:layout_marginStart="24dp"
android:layout_marginTop="-8dp"
android:fontFamily="@font/annie_use_your_telescope"
android:fontFamily="@font/sfregular"
android:includeFontPadding="false"
android:paddingTop="8dp"
android:paddingBottom="8dp"
android:text="Github"
android:textColor="@color/colorAccent"
android:textColor="#000000"
android:textSize="24sp" />

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="24dp"
android:layout_marginTop="30dp"
android:fontFamily="@font/annie_use_your_telescope"
android:fontFamily="@font/sfregular"
android:includeFontPadding="false"
android:shadowColor="#000000"
android:shadowDy="3"
android:shadowRadius="1"
android:text="Follow me:"
android:textColor="@android:color/white"
android:textSize="28sp" />
Expand All @@ -148,12 +161,15 @@
android:layout_height="wrap_content"
android:layout_marginStart="24dp"
android:layout_marginTop="-8dp"
android:fontFamily="@font/annie_use_your_telescope"
android:fontFamily="@font/sfregular"
android:includeFontPadding="false"
android:paddingTop="8dp"
android:paddingBottom="8dp"
android:shadowColor="#FFFFFF"
android:shadowDy="0"
android:shadowRadius="1"
android:text="Nikhil Panju (Github)"
android:textColor="@color/colorAccent"
android:textColor="#000000"
android:textSize="24sp" />
</LinearLayout>
</com.google.android.material.navigation.NavigationView>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.3'
classpath 'com.android.tools.build:gradle:7.1.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"

// NOTE: Do not place your application dependencies here; they belong
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip