-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #388 from wordpress-mobile/issue/370-add-toolbar-t…
…oggle Issue/370 add toolbar toggle
- Loading branch information
Showing
14 changed files
with
504 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<overshootInterpolator | ||
xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:tension="3.5" > | ||
</overshootInterpolator> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<set | ||
xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:duration="@android:integer/config_shortAnimTime" | ||
android:interpolator="@android:anim/overshoot_interpolator" > | ||
|
||
<rotate | ||
android:fromDegrees="0" | ||
android:pivotX="50%" | ||
android:pivotY="50%" | ||
android:toDegrees="-90" > | ||
</rotate> | ||
|
||
</set> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<set | ||
xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:duration="@android:integer/config_shortAnimTime" | ||
android:interpolator="@android:anim/overshoot_interpolator" > | ||
|
||
<rotate | ||
android:fromDegrees="0" | ||
android:pivotX="50%" | ||
android:pivotY="50%" | ||
android:toDegrees="90" > | ||
</rotate> | ||
|
||
</set> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<set | ||
xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:duration="@android:integer/config_mediumAnimTime" | ||
android:interpolator="@android:anim/accelerate_decelerate_interpolator" > | ||
|
||
<translate | ||
android:fromXDelta="-100%" | ||
android:fromYDelta="0%" | ||
android:toXDelta="0%" | ||
android:toYDelta="0%" > | ||
</translate> | ||
|
||
</set> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<set | ||
xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:duration="@android:integer/config_mediumAnimTime" | ||
android:interpolator="@android:anim/accelerate_decelerate_interpolator" > | ||
|
||
<translate | ||
android:fromXDelta="0%" | ||
android:fromYDelta="0%" | ||
android:toXDelta="-100%" | ||
android:toYDelta="0%" > | ||
</translate> | ||
|
||
</set> |
16 changes: 16 additions & 0 deletions
16
aztec/src/main/res/drawable/format_bar_button_ellipsis_horizontal.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<vector | ||
xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:height="48dp" | ||
android:width="48dp" | ||
android:viewportHeight="48" | ||
android:viewportWidth="48" > | ||
|
||
<!-- @color/grey_darken_20 --> | ||
<path | ||
android:fillColor="#ff4f748e" | ||
android:pathData="M18.5,24c0,1.2-1,2.2-2.2,2.2s-2.2-1-2.2-2.2s1-2.2,2.2-2.2S18.5,22.8,18.5,24z M31.6,21.8c-1.2,0-2.2,1-2.2,2.2 s1,2.2,2.2,2.2c1.2,0,2.2-1,2.2-2.2S32.8,21.8,31.6,21.8z M24,21.8c-1.2,0-2.2,1-2.2,2.2s1,2.2,2.2,2.2c1.2,0,2.2-1,2.2-2.2 S25.2,21.8,24,21.8z" > | ||
</path> | ||
|
||
</vector> |
16 changes: 16 additions & 0 deletions
16
aztec/src/main/res/drawable/format_bar_button_ellipsis_vertical.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<vector | ||
xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:height="48dp" | ||
android:width="48dp" | ||
android:viewportHeight="48" | ||
android:viewportWidth="48" > | ||
|
||
<!-- @color/grey_darken_20 --> | ||
<path | ||
android:fillColor="#ff4f748e" | ||
android:pathData="M23.9,29.4c1.2,0,2.2,1,2.2,2.2c0,1.2-1,2.2-2.2,2.2s-2.2-1-2.2-2.2C21.7,30.4,22.7,29.4,23.9,29.4z M21.7,16.3 c0,1.2,1,2.2,2.2,2.2s2.2-1,2.2-2.2c0-1.2-1-2.2-2.2-2.2S21.7,15.1,21.7,16.3z M21.7,23.9c0,1.2,1,2.2,2.2,2.2s2.2-1,2.2-2.2 s-1-2.2-2.2-2.2S21.7,22.7,21.7,23.9z" > | ||
</path> | ||
|
||
</vector> |
Oops, something went wrong.