File tree 1 file changed +11
-3
lines changed
source-code/app/src/main/res/layout
1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 10
10
11
11
12
12
<TextView
13
+ android : background =" ?attr/selectableItemBackground"
14
+ android : clickable =" true"
13
15
android : id =" @+id/txt_save_apk"
14
16
android : layout_width =" match_parent"
15
17
android : layout_height =" wrap_content"
32
34
android : padding =" 10dp"
33
35
android : text =" @string/bottom_sheet_save_project"
34
36
android : textColor =" @color/black_primary_text"
35
- android : textAppearance =" ?android:attr/textAppearanceMedium" />
37
+ android : textAppearance =" ?android:attr/textAppearanceMedium"
38
+ android : background =" ?attr/selectableItemBackground"
39
+ android : clickable =" true" />
36
40
37
41
<TextView
38
42
android : id =" @+id/txt_share_apk"
44
48
android : padding =" 10dp"
45
49
android : text =" @string/bottom_sheet_share_apk"
46
50
android : textAppearance =" ?android:attr/textAppearanceMedium"
47
- android : textColor =" @color/black_primary_text" />
51
+ android : textColor =" @color/black_primary_text"
52
+ android : background =" ?attr/selectableItemBackground"
53
+ android : clickable =" true" />
48
54
49
55
<TextView
50
56
android : id =" @+id/txt_share_project"
56
62
android : padding =" 10dp"
57
63
android : text =" @string/bottom_sheet_share_project"
58
64
android : textAppearance =" ?android:attr/textAppearanceMedium"
59
- android : textColor =" @color/black_primary_text" />
65
+ android : textColor =" @color/black_primary_text"
66
+ android : background =" ?attr/selectableItemBackground"
67
+ android : clickable =" true" />
60
68
61
69
</LinearLayout >
You can’t perform that action at this time.
0 commit comments