Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue/21339 Change the spacing between buttons #21340

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ class ReaderPostMoreButtonUiStateBuilder @Inject constructor(
type = READING_PREFERENCES,
label = UiStringRes(R.string.reader_menu_reading_preferences),
labelColor = MaterialR.attr.colorOnSurface,
iconRes = R.drawable.ic_reader_preferences,
iconRes = R.drawable.ic_reader_preferences_white_24dp,
iconColor = R.attr.wpColorOnSurfaceMedium,
onClicked = onButtonClicked
)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M12.267,18.974C11.929,18.974 11.663,18.88 11.47,18.692C11.276,18.509 11.179,18.26 11.179,17.944C11.179,17.745 11.221,17.524 11.304,17.281L14.848,7.618C15.141,6.788 15.722,6.373 16.591,6.373C17.051,6.373 17.424,6.478 17.712,6.689C18.005,6.893 18.227,7.206 18.376,7.627L21.887,17.214C21.976,17.463 22.02,17.698 22.02,17.92C22.02,18.241 21.918,18.495 21.713,18.683C21.508,18.877 21.231,18.974 20.883,18.974C20.562,18.974 20.307,18.899 20.119,18.75C19.937,18.6 19.798,18.357 19.704,18.019L18.891,15.703H14.267L13.454,18.019C13.354,18.357 13.213,18.6 13.03,18.75C12.848,18.899 12.593,18.974 12.267,18.974ZM14.79,13.943H18.384L16.616,8.697H16.566L14.79,13.943ZM2.588,18.957C2.289,18.957 2.051,18.874 1.874,18.708C1.702,18.548 1.617,18.326 1.617,18.044C1.617,17.944 1.628,17.837 1.65,17.72C1.672,17.599 1.705,17.482 1.75,17.372L4.215,10.748C4.353,10.36 4.541,10.078 4.779,9.901C5.017,9.718 5.316,9.627 5.676,9.627C6.047,9.627 6.354,9.718 6.597,9.901C6.846,10.084 7.04,10.366 7.178,10.748L9.644,17.372C9.688,17.499 9.721,17.615 9.743,17.72C9.771,17.826 9.785,17.934 9.785,18.044C9.785,18.315 9.693,18.534 9.511,18.7C9.334,18.871 9.104,18.957 8.822,18.957C8.556,18.957 8.343,18.891 8.183,18.758C8.028,18.625 7.906,18.404 7.817,18.094L7.303,16.5H4.082L3.559,18.077C3.471,18.387 3.346,18.611 3.186,18.75C3.031,18.888 2.831,18.957 2.588,18.957ZM4.505,15.039H6.854L5.75,11.578H5.593L4.505,15.039Z"
android:fillColor="@android:color/white"
tools:ignore="VectorPath" />
</vector>