File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ android {
3232 minSdkVersion 21
3333 targetSdkVersion 29
3434 versionCode 6
35- versionName " 2.1.1 "
35+ versionName " 2.1.2 "
3636 }
3737 buildTypes {
3838 release {
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
3+ xmlns : tools =" http://schemas.android.com/tools"
34 android : layout_width =" wrap_content"
45 android : layout_height =" wrap_content"
56 android : clipChildren =" false"
1112 android : id =" @+id/button"
1213 android : layout_width =" 64dp"
1314 android : layout_height =" 64dp"
15+ android : background =" ?attr/actionBarItemBackground"
1416 android : clickable =" true"
15- android : gravity =" center" >
17+ android : focusable =" true"
18+ android : gravity =" center"
19+ tools : ignore =" UselessParent" >
1620
1721 <ImageView
1822 android : id =" @+id/buttonImage"
1923 android : layout_width =" @dimen/default_delete_button_size"
2024 android : layout_height =" @dimen/default_delete_button_size"
2125 android : adjustViewBounds =" true"
2226 android : clickable =" false"
27+ android : contentDescription =" @null"
2328 android : focusable =" false"
2429 android : scaleType =" fitCenter"
2530 android : src =" @drawable/ic_backspace" />
You can’t perform that action at this time.
0 commit comments