File tree 1 file changed +3
-3
lines changed
chrome/android/java/src/org/chromium/chrome/browser/autofill_assistant/ui
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
import android .animation .Animator ;
8
8
import android .animation .AnimatorListenerAdapter ;
9
9
import android .animation .ValueAnimator ;
10
+ import android .support .design .widget .CoordinatorLayout ;
10
11
import android .util .DisplayMetrics ;
11
12
import android .util .TypedValue ;
12
13
import android .view .View ;
13
14
import android .view .ViewGroup ;
14
- import android .widget .FrameLayout ;
15
15
import android .widget .LinearLayout ;
16
16
17
17
import org .chromium .base .Callback ;
@@ -159,8 +159,8 @@ public void hideDetails() {
159
159
}
160
160
161
161
private void setBottomBarHeight (int targetHeight ) {
162
- FrameLayout .LayoutParams layoutParams =
163
- (FrameLayout .LayoutParams ) mBottomBarView .getLayoutParams ();
162
+ CoordinatorLayout .LayoutParams layoutParams =
163
+ (CoordinatorLayout .LayoutParams ) mBottomBarView .getLayoutParams ();
164
164
layoutParams .height = targetHeight ;
165
165
mBottomBarView .setLayoutParams (layoutParams );
166
166
}
You can’t perform that action at this time.
0 commit comments