Skip to content

Commit

Permalink
Fix back button for RTL layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
T1mmyK0 committed Mar 17, 2022
1 parent 8265a49 commit ca61e60
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 31
versionCode 3
versionName "1.6.0"
versionCode 4
versionName "1.7.0"
}
buildTypes {
release {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
android:height="24dp"
android:width="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
android:viewportHeight="24"
android:autoMirrored="true">
<path android:fillColor="#808080" android:pathData="M20,11V13H8L13.5,18.5L12.08,19.92L4.16,12L12.08,4.08L13.5,5.5L8,11H20Z" />
</vector>
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
android:height="24dp"
android:width="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
android:viewportHeight="24"
android:autoMirrored="true">
<path android:fillColor="#fff" android:pathData="M20,11V13H8L13.5,18.5L12.08,19.92L4.16,12L12.08,4.08L13.5,5.5L8,11H20Z" />
</vector>

0 comments on commit ca61e60

Please sign in to comment.