Cherish: Custom Rounded Corner and Padding preferences [2/2] (WIP)
* Skipped statubar extra padding * Commented content padding Signed-off-by: spezi77 <spezi7713@gmx.net> Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -77,4 +77,18 @@
|
||||
android:summary="@string/volume_steps_summary"
|
||||
android:icon="@drawable/ic_volume"
|
||||
android:fragment="com.cherish.settings.fragments.VolumeStepsFragment" />
|
||||
|
||||
<!-- 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>
|
||||
|
||||
Reference in New Issue
Block a user