mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-16 23:12:47 +00:00
Add expand indicator to incognito icon (#224)
This commit is contained in:
parent
e62c40d4ae
commit
515db3edc9
25 changed files with 42 additions and 3 deletions
|
@ -634,7 +634,7 @@ public final class SuggestionStripView extends RelativeLayout implements OnClick
|
|||
mSuggestionsStrip.setVisibility(GONE);
|
||||
mPinnedKeys.setVisibility(GONE);
|
||||
}
|
||||
mOtherKey.setScaleX(mOtherKey.getDrawable() == mIncognitoIcon || mToolbarContainer.getVisibility() != VISIBLE ? 1f : -1f);
|
||||
mOtherKey.setScaleX(mToolbarContainer.getVisibility() != VISIBLE ? 1f : -1f);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue