Skip to content

Commit d708832

Browse files
committed
adding some smaller tweaks
1 parent 0b05f31 commit d708832

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/src/main/kotlin/com/simplemobiletools/keyboard/activities/SettingsActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

app/src/main/res/layout/activity_manage_clipboard_items.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
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"

app/src/main/res/layout/activity_settings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
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"

0 commit comments

Comments
 (0)