mirror of
				https://github.com/SimpleMobileTools/Simple-Launcher.git
				synced 2025-06-05 21:59:15 +02:00 
			
		
		
		
	fixing some setting ripple backgrounds
This commit is contained in:
		| @@ -69,7 +69,7 @@ | |||||||
|                 style="@style/SettingsHolderTextViewOneLinerStyle" |                 style="@style/SettingsHolderTextViewOneLinerStyle" | ||||||
|                 android:layout_width="match_parent" |                 android:layout_width="match_parent" | ||||||
|                 android:layout_height="wrap_content" |                 android:layout_height="wrap_content" | ||||||
|                 android:background="@drawable/ripple_top_corners"> |                 android:background="@drawable/ripple_background"> | ||||||
|  |  | ||||||
|                 <com.simplemobiletools.commons.views.MyTextView |                 <com.simplemobiletools.commons.views.MyTextView | ||||||
|                     android:id="@+id/settings_purchase_thank_you" |                     android:id="@+id/settings_purchase_thank_you" | ||||||
| @@ -85,7 +85,7 @@ | |||||||
|                 style="@style/SettingsHolderCheckboxStyle" |                 style="@style/SettingsHolderCheckboxStyle" | ||||||
|                 android:layout_width="match_parent" |                 android:layout_width="match_parent" | ||||||
|                 android:layout_height="wrap_content" |                 android:layout_height="wrap_content" | ||||||
|                 android:background="@drawable/ripple_bottom_corners"> |                 android:background="@drawable/ripple_background"> | ||||||
|  |  | ||||||
|                 <com.simplemobiletools.commons.views.MyAppCompatCheckbox |                 <com.simplemobiletools.commons.views.MyAppCompatCheckbox | ||||||
|                     android:id="@+id/settings_use_english" |                     android:id="@+id/settings_use_english" | ||||||
| @@ -125,7 +125,7 @@ | |||||||
|                 style="@style/SettingsHolderTextViewOneLinerStyle" |                 style="@style/SettingsHolderTextViewOneLinerStyle" | ||||||
|                 android:layout_width="match_parent" |                 android:layout_width="match_parent" | ||||||
|                 android:layout_height="wrap_content" |                 android:layout_height="wrap_content" | ||||||
|                 android:background="@drawable/ripple_bottom_corners"> |                 android:background="@drawable/ripple_background"> | ||||||
|  |  | ||||||
|                 <com.simplemobiletools.commons.views.MyTextView |                 <com.simplemobiletools.commons.views.MyTextView | ||||||
|                     android:id="@+id/settings_manage_hidden_icons" |                     android:id="@+id/settings_manage_hidden_icons" | ||||||
| @@ -152,7 +152,7 @@ | |||||||
|                 style="@style/SettingsHolderTextViewOneLinerStyle" |                 style="@style/SettingsHolderTextViewOneLinerStyle" | ||||||
|                 android:layout_width="match_parent" |                 android:layout_width="match_parent" | ||||||
|                 android:layout_height="wrap_content" |                 android:layout_height="wrap_content" | ||||||
|                 android:background="@drawable/ripple_bottom_corners"> |                 android:background="@drawable/ripple_background"> | ||||||
|  |  | ||||||
|                 <com.simplemobiletools.commons.views.MyTextView |                 <com.simplemobiletools.commons.views.MyTextView | ||||||
|                     android:id="@+id/settings_drawer_column_count_label" |                     android:id="@+id/settings_drawer_column_count_label" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user