diff --git a/.github/workflows/deploy_release.yml b/.github/workflows/deploy_release.yml index e6be418..b5aa752 100644 --- a/.github/workflows/deploy_release.yml +++ b/.github/workflows/deploy_release.yml @@ -41,7 +41,6 @@ jobs: env: BUILD_TOOLS_VERSION: "34.0.0" - # Upload the signed APK as an artifact - name: Upload Signed APK uses: actions/upload-artifact@v2 with: @@ -64,7 +63,7 @@ jobs: release_name: Release ${{ steps.android_version.outputs.VERSION_NAME }} body: | This is the release APK for version ${{ steps.android_version.outputs.VERSION_NAME }}. - See here for changes in version -> [Changelog](https://github.com/emreesen27/Android-Sn-File-Manager/blob/master/CHANGELOG) + See here for changes in version -> [Changelog](https://github.com/emreesen27/Android-Sn-File-Manager/blob/master/CHANGELOG.md) - name: Upload Release Asset id: upload-release-asset diff --git a/app/src/main/res/drawable/ic_github.xml b/app/src/main/res/drawable/ic_github.xml index a916142..25637ab 100644 --- a/app/src/main/res/drawable/ic_github.xml +++ b/app/src/main/res/drawable/ic_github.xml @@ -2,6 +2,7 @@ xmlns:tools="http://schemas.android.com/tools" android:width="24dp" android:height="24dp" + android:alpha="0.8" android:viewportWidth="24" android:viewportHeight="24"> @@ -25,7 +24,6 @@ android:layout_height="wrap_content" android:layout_marginBottom="@dimen/_15sdp" android:fontFamily="@font/adamina" - android:paddingHorizontal="@dimen/_3sdp" android:textColor="@color/second_text_color" android:textSize="@dimen/_10ssp" tools:text="@string/app_name" /> diff --git a/app/src/main/res/layout/item_preference_title.xml b/app/src/main/res/layout/item_preference_title.xml index ccf84ec..b449968 100644 --- a/app/src/main/res/layout/item_preference_title.xml +++ b/app/src/main/res/layout/item_preference_title.xml @@ -13,6 +13,6 @@ android:layout_height="wrap_content" android:fontFamily="@font/adamina" android:textColor="@color/main_color" - android:textSize="@dimen/_13ssp" /> + android:textSize="@dimen/_12ssp" /> \ No newline at end of file diff --git a/app/src/main/res/layout/item_switch_preference.xml b/app/src/main/res/layout/item_switch_preference.xml index 6e5c0aa..b22f87f 100644 --- a/app/src/main/res/layout/item_switch_preference.xml +++ b/app/src/main/res/layout/item_switch_preference.xml @@ -14,7 +14,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:fontFamily="@font/adamina" - android:padding="@dimen/_3sdp" android:textColor="@color/first_text_color" android:textSize="@dimen/_12ssp" app:layout_constraintStart_toStartOf="parent" @@ -26,7 +25,6 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:fontFamily="@font/adamina" - android:paddingHorizontal="@dimen/_3sdp" android:textColor="@color/second_text_color" android:textSize="@dimen/_10ssp" app:layout_constraintBottom_toBottomOf="parent"