Revert "Cherish: Custom Rounded Corner and Padding preferences [2/2] (WIP)"

This reverts commit 1349a471c6.

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Hưng Phan
2021-05-25 11:53:54 +07:00
parent be809d0eaa
commit dd0755cd0a
4 changed files with 2 additions and 234 deletions

View File

@@ -83,18 +83,4 @@
android:fragment="com.cherish.settings.fragments.SmartPixels"
android:title="@string/smart_pixels_title"
android:summary="@string/smart_pixels_summary" />
<!-- Rounded Corners -->
<PreferenceCategory
android:key="rounded_corners_category"
android:title="@string/corners_category_title">
<PreferenceScreen
android:key="rounded_corners"
android:title="@string/corners_title"
android:icon="@drawable/ic_round"
android:summary="@string/corners_category_summary"
android:fragment="com.cherish.settings.fragments.RoundedCorners" />
</PreferenceCategory>
</PreferenceScreen>