Fixed
Status Update
Comments
pa...@gmail.com <pa...@gmail.com> #2
We are currently using AGP internal task types to flag memory-intensive tasks to enforce a reduced parallelism at execution time. I've raised this separately (with a lot more detail) as a feature request (
Description
Library used (support-v4, appcompat-v7, ...): com.android.support:design
Version used: 24.2.0
Theme used: Theme.AppCompat.NoActionBar
Devices/Android versions reproduced on: Android 5.0 ( Samsung Galaxy Core ), Android 5.1 ( Genymotion Emulator )
- Relevant code to trigger the issue.
<android.support.design.widget.TextInputLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Email" >
<android.support.design.widget.TextInputEditText
android:id="@+id/email_et"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="textEmailAddress"/>
</android.support.design.widget.TextInputLayout>