File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
catalog/java/io/material/catalog Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 2727 android : layout_width =" match_parent"
2828 android : layout_height =" wrap_content"
2929 android : layout_margin =" 16dp"
30+ android : importantForAutofill =" no"
3031 android : text =" @string/cat_chip_edit_text" />
3132</androidx .coordinatorlayout.widget.CoordinatorLayout>
Original file line number Diff line number Diff line change 1919import io .material .catalog .R ;
2020
2121import android .annotation .SuppressLint ;
22- import android .annotation .TargetApi ;
2322import android .content .Context ;
2423import android .content .DialogInterface .OnDismissListener ;
2524import android .os .Build .VERSION_CODES ;
5453 * A helper class which manages all configuration UI presented in {@link
5554 * TransitionContainerTransformDemoFragment}.
5655 */
57- @ TargetApi (VERSION_CODES .ICE_CREAM_SANDWICH )
5856public class ContainerTransformConfigurationHelper {
5957
6058 private static final String CUBIC_CONTROL_FORMAT = "%.3f" ;
You can’t perform that action at this time.
0 commit comments