|
|
@@ -20,6 +20,7 @@
|
|
|
android:layout_marginStart="@dimen/_16sdp"
|
|
|
android:layout_marginLeft="@dimen/_16sdp"
|
|
|
android:layout_marginTop="@dimen/_8sdp"
|
|
|
+ android:stateListAnimator="@xml/animate_scale"
|
|
|
android:text="@string/main_fragment_options"
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat"
|
|
|
android:textSize="@dimen/_36ssp"
|
|
|
@@ -33,6 +34,7 @@
|
|
|
android:layout_marginStart="24dp"
|
|
|
android:layout_marginLeft="24dp"
|
|
|
android:layout_marginTop="32dp"
|
|
|
+ android:stateListAnimator="@xml/animate_scale"
|
|
|
android:text="@string/options_fragment_about_slim"
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat"
|
|
|
android:textSize="@dimen/_20ssp"
|
|
|
@@ -47,6 +49,7 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="32dp"
|
|
|
+ android:stateListAnimator="@xml/animate_scale"
|
|
|
android:text="@string/options_fragment_device_settings"
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat"
|
|
|
android:textSize="@dimen/_20ssp"
|
|
|
@@ -59,6 +62,7 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="32dp"
|
|
|
+ android:stateListAnimator="@xml/animate_scale"
|
|
|
android:text="@string/options_fragment_change_theme"
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat"
|
|
|
android:textSize="@dimen/_20ssp"
|
|
|
@@ -71,6 +75,7 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="32dp"
|
|
|
+ android:stateListAnimator="@xml/animate_scale"
|
|
|
android:text="@string/options_fragment_choose_time_format"
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat"
|
|
|
android:textSize="@dimen/_20ssp"
|
|
|
@@ -83,6 +88,7 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="32dp"
|
|
|
+ android:stateListAnimator="@xml/animate_scale"
|
|
|
android:text="@string/options_fragment_toggle_status_bar"
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat"
|
|
|
android:textSize="@dimen/_20ssp"
|
|
|
@@ -96,6 +102,7 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="32dp"
|
|
|
android:layout_marginBottom="32dp"
|
|
|
+ android:stateListAnimator="@xml/animate_scale"
|
|
|
android:text="@string/options_fragment_customise_apps"
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat"
|
|
|
android:textSize="@dimen/_20ssp"
|
|
|
@@ -109,6 +116,7 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="32dp"
|
|
|
android:layout_marginBottom="32dp"
|
|
|
+ android:stateListAnimator="@xml/animate_scale"
|
|
|
android:text="@string/options_fragment_customize_quick_buttons"
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat"
|
|
|
android:textSize="@dimen/_20ssp"
|
|
|
@@ -121,6 +129,7 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="32dp"
|
|
|
android:layout_marginBottom="32dp"
|
|
|
+ android:stateListAnimator="@xml/animate_scale"
|
|
|
android:text="@string/options_fragment_customize_app_drawer"
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat"
|
|
|
android:textSize="@dimen/_20ssp"
|
|
|
@@ -128,4 +137,4 @@
|
|
|
app:layout_constraintTop_toBottomOf="@+id/options_fragment_customize_quick_buttons" />
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
-</ScrollView>
|
|
|
+</ScrollView>
|