Quantcast
Channel: Appcelerator Developer Center Q&A Unanswered Questions 20
Viewing all articles
Browse latest Browse all 8068

Window not resizing after applying the theme

$
0
0

Hi,

I have a window which resizes when keyboard opens. But when I set the following theme, the window goes up when keyboard opens instead of resizing.

<style name="Theme.NoActionBar" parent="@style/Theme.Titanium">
        <item name="windowActionBar">false</item>
        <item name="android:editTextStyle">@style/editText</item>
        <item name="android:spinnerItemStyle">@style/MySpinnerItem</item>
    </style>

Viewing all articles
Browse latest Browse all 8068

Trending Articles