File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
kotlin/com/simplemobiletools/keyboard/activities Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ class SettingsActivity : SimpleActivity() {
5252 }
5353
5454 settings_purchase_thank_you_holder.setOnClickListener {
55- handleCustomizeColorsClick ()
55+ launchPurchaseThankYouIntent ()
5656 }
5757 }
5858
Original file line number Diff line number Diff line change 6161 android : layout_height =" wrap_content"
6262 android : layout_below =" @+id/clipboard_items_placeholder"
6363 android : layout_centerHorizontal =" true"
64- android : background =" ?attr/selectableItemBackground "
64+ android : background =" @drawable/ripple_all_corners "
6565 android : gravity =" center"
6666 android : padding =" @dimen/activity_margin"
6767 android : text =" @string/add_new_item"
Original file line number Diff line number Diff line change 119119 style =" @style/SettingsHolderTextViewOneLinerStyle"
120120 android : layout_width =" match_parent"
121121 android : layout_height =" wrap_content"
122- android : background =" @drawable/ripple_bottom_corners " >
122+ android : background =" @drawable/ripple_background " >
123123
124124 <com .simplemobiletools.commons.views.MyTextView
125125 android : id =" @+id/settings_manage_clipboard_items_label"
You can’t perform that action at this time.
0 commit comments