Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cba402bd authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6500448 from f3746310 to sc-release

Change-Id: Id522d6eea4726d1d9fd1a3e0d0702a4279edc7e2
parents 39fd20e9 f3746310
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
    <style name="Theme.Settings.NoActionBar">
        <item name="android:windowActionBar">false</item>
        <item name="android:windowNoTitle">true</item>
        <item name="android:windowSoftInputMode">adjustPan</item>
    </style>

    <style name="Theme.CarSettings" parent="@style/Theme.CarUi.WithToolbar"/>
+0 −2
Original line number Diff line number Diff line
@@ -39,8 +39,6 @@ public class SearchActivity extends FragmentActivity {
        }
        super.onCreate(savedInstanceState);
        setContentView(R.layout.search_main);
        // Keeps layouts in-place when keyboard opens.
        getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_PAN);

        FragmentManager fragmentManager = getSupportFragmentManager();
        Fragment fragment = fragmentManager.findFragmentById(R.id.main_content);