Skip to content

Commit

Permalink
github for developers app icon 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
msnodeve committed Oct 13, 2019
1 parent 1b69de6 commit 0d62d1f
Show file tree
Hide file tree
Showing 52 changed files with 4 additions and 17 deletions.
3 changes: 1 addition & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
<application
android:allowBackup="true"
android:fullBackupContent="@xml/backup_descriptor"
android:icon="@mipmap/gfd_logo_foreground"
android:icon="@drawable/gfd_logo_foreground"
android:label="@string/app_name"
android:roundIcon="@mipmap/gfd_logo_foreground"
android:supportsRtl="true"
android:theme="@style/AppTheme"
android:networkSecurityConfig="@xml/network_security_config"
Expand Down
Binary file modified app/src/main/gfd_logo-web.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 removed app/src/main/ic_launcher_gfd-web.png
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class TRCommitListAdapter(private val application: Application, private val item
view.tv_rank_commit.text = item.data_count.toString()
Glide.with(view.context).load(item.profile_image).apply(RequestOptions.circleCropTransform()).into(view.img_rv_user_profile)
if(item.uid == userId){
view.layout_rv_back.setBackgroundResource(R.color.userRankPos)
view.layout_rv_back.setBackgroundResource(R.color.nonCommit)
}
}
}
Expand Down
Binary file removed app/src/main/res/drawable/bottom_profile.png
Binary file not shown.
Binary file removed app/src/main/res/drawable/bottom_ranking.png
Binary file not shown.
Binary file removed app/src/main/res/drawable/bottom_test.png
Binary file not shown.
Binary file modified app/src/main/res/drawable/gfd_logo.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/gfd_logo_foreground.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 removed app/src/main/res/drawable/github_logo.png
Binary file not shown.
Binary file removed app/src/main/res/drawable/github_logo_white.png
Binary file not shown.
1 change: 0 additions & 1 deletion app/src/main/res/layout/fragment_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
android:id="@+id/img_mv_user_profile"
android:layout_width="120dp"
android:layout_height="120dp"
android:src="@mipmap/ic_launcher_foreground_gfd"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/layout/fragment_rank.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
android:layout_width="120dp"
android:layout_height="120dp"
android:layout_marginBottom="30dp"
android:src="@mipmap/ic_launcher_foreground_gfd"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.5"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/mipmap-anydpi-v26/gfd_logo.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/gfd_logo_background"/>
<background android:drawable="@mipmap/gfd_logo_background"/>
<foreground android:drawable="@mipmap/gfd_logo_foreground"/>
</adaptive-icon>
2 changes: 1 addition & 1 deletion app/src/main/res/mipmap-anydpi-v26/gfd_logo_round.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/gfd_logo_background"/>
<background android:drawable="@mipmap/gfd_logo_background"/>
<foreground android:drawable="@mipmap/gfd_logo_foreground"/>
</adaptive-icon>
5 changes: 0 additions & 5 deletions app/src/main/res/mipmap-anydpi-v26/ic_launcher_gfd.xml

This file was deleted.

5 changes: 0 additions & 5 deletions app/src/main/res/mipmap-anydpi-v26/ic_launcher_gfd_round.xml

This file was deleted.

Binary file modified app/src/main/res/mipmap-hdpi/gfd_logo.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/mipmap-hdpi/gfd_logo_background.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 modified app/src/main/res/mipmap-hdpi/gfd_logo_foreground.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 modified app/src/main/res/mipmap-hdpi/gfd_logo_round.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 not shown.
Binary file removed app/src/main/res/mipmap-hdpi/ic_launcher_gfd.png
Binary file not shown.
Binary file not shown.
Binary file modified app/src/main/res/mipmap-mdpi/gfd_logo.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/mipmap-mdpi/gfd_logo_background.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 modified app/src/main/res/mipmap-mdpi/gfd_logo_foreground.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 modified app/src/main/res/mipmap-mdpi/gfd_logo_round.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 not shown.
Binary file removed app/src/main/res/mipmap-mdpi/ic_launcher_gfd.png
Binary file not shown.
Binary file not shown.
Binary file modified app/src/main/res/mipmap-xhdpi/gfd_logo.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.
Binary file modified app/src/main/res/mipmap-xhdpi/gfd_logo_foreground.png
Binary file modified app/src/main/res/mipmap-xhdpi/gfd_logo_round.png
Diff not rendered.
Binary file removed app/src/main/res/mipmap-xhdpi/ic_launcher_gfd.png
Diff not rendered.
Diff not rendered.
Binary file modified app/src/main/res/mipmap-xxhdpi/gfd_logo.png
Binary file modified app/src/main/res/mipmap-xxhdpi/gfd_logo_foreground.png
Binary file modified app/src/main/res/mipmap-xxhdpi/gfd_logo_round.png
Diff not rendered.
Binary file removed app/src/main/res/mipmap-xxhdpi/ic_launcher_gfd.png
Diff not rendered.
Diff not rendered.
Binary file modified app/src/main/res/mipmap-xxxhdpi/gfd_logo.png
Binary file modified app/src/main/res/mipmap-xxxhdpi/gfd_logo_foreground.png
Binary file modified app/src/main/res/mipmap-xxxhdpi/gfd_logo_round.png
Diff not rendered.
Binary file removed app/src/main/res/mipmap-xxxhdpi/ic_launcher_gfd.png
Diff not rendered.
Diff not rendered.

0 comments on commit 0d62d1f

Please sign in to comment.