Skip to content

Commit

Permalink
Merge pull request #30 from emreesen27/ui-fix
Browse files Browse the repository at this point in the history
UI fix
  • Loading branch information
emreesen27 authored Feb 13, 2024
2 parents 14fdb97 + c061c79 commit 0e4c0b4
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/drawable/ic_github.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
<path
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/drawable/ic_info_small.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:alpha="0.8"
android:viewportWidth="24"
android:viewportHeight="24">
<path
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/drawable/ic_license.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
android:width="24dp"
android:height="24dp"
android:viewportWidth="48"
android:alpha="0.8"
android:viewportHeight="48">
<path
android:fillColor="#00000000"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/drawable/ic_privacy.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:alpha="0.8"
android:viewportWidth="48"
android:viewportHeight="48">
<path
Expand Down
2 changes: 0 additions & 2 deletions app/src/main/res/layout/item_preference.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
tools:text="@string/app_name" />
Expand All @@ -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" />
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/item_preference_title.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />

</LinearLayout>
2 changes: 0 additions & 2 deletions app/src/main/res/layout/item_switch_preference.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 0e4c0b4

Please sign in to comment.