File tree Expand file tree Collapse file tree
source-code/app/src/main/res/layout Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010
1111
1212 <TextView
13+ android : background =" ?attr/selectableItemBackground"
14+ android : clickable =" true"
1315 android : id =" @+id/txt_save_apk"
1416 android : layout_width =" match_parent"
1517 android : layout_height =" wrap_content"
3234 android : padding =" 10dp"
3335 android : text =" @string/bottom_sheet_save_project"
3436 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" />
3640
3741 <TextView
3842 android : id =" @+id/txt_share_apk"
4448 android : padding =" 10dp"
4549 android : text =" @string/bottom_sheet_share_apk"
4650 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" />
4854
4955 <TextView
5056 android : id =" @+id/txt_share_project"
5662 android : padding =" 10dp"
5763 android : text =" @string/bottom_sheet_share_project"
5864 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" />
6068
6169</LinearLayout >
You can’t perform that action at this time.
0 commit comments