mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 07:46:55 +00:00
Tweaking size of QSB and updating cling assets.
- Making the voice search button a little larger (Bug: 5373735) - Updating landscape cling backgrounds Change-Id: I9a9c0367cb0fce5a41fb45c48ea70d9ba8e13f69
This commit is contained in:
@@ -161,11 +161,14 @@ public class Cling extends FrameLayout {
|
||||
|
||||
// Draw the background
|
||||
if (mBackground == null) {
|
||||
if (mDrawIdentifier.equals(WORKSPACE_PORTRAIT)) {
|
||||
if (mDrawIdentifier.equals(WORKSPACE_PORTRAIT) ||
|
||||
mDrawIdentifier.equals(WORKSPACE_LANDSCAPE)) {
|
||||
mBackground = getResources().getDrawable(R.drawable.bg_cling1);
|
||||
} else if (mDrawIdentifier.equals(ALLAPPS_PORTRAIT)) {
|
||||
} else if (mDrawIdentifier.equals(ALLAPPS_PORTRAIT) ||
|
||||
mDrawIdentifier.equals(ALLAPPS_LANDSCAPE)) {
|
||||
mBackground = getResources().getDrawable(R.drawable.bg_cling2);
|
||||
} else if (mDrawIdentifier.equals(FOLDER_PORTRAIT)) {
|
||||
} else if (mDrawIdentifier.equals(FOLDER_PORTRAIT) ||
|
||||
mDrawIdentifier.equals(FOLDER_LANDSCAPE)) {
|
||||
mBackground = getResources().getDrawable(R.drawable.bg_cling3);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user