Implemented functionality in settings for text style, size, opacity, highlight style, intensity, opacity, and order

This commit is contained in:
denizk0461
2023-05-16 09:49:16 +02:00
parent 8454d4f924
commit 7b598903ae
7 changed files with 124 additions and 30 deletions
@@ -30,14 +30,14 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="8dp"
android:background="@color/md_theme_light_background"
app:layout_scrollFlags="scroll|snap">
<!-- android:background="@color/md_theme_light_background"-->
<LinearLayout
android:id="@+id/text_preview_background_dark"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@color/md_theme_dark_background">
<!-- <LinearLayout-->
<!-- android:id="@+id/text_preview_background_dark"-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:background="@color/md_theme_dark_background">-->
<ImageView
android:id="@+id/text_preview"
@@ -46,7 +46,7 @@
android:contentDescription="@string/widget_preview_content_desc"
android:paddingHorizontal="4dp"/>
</LinearLayout>
<!-- </LinearLayout>-->
</LinearLayout>
@@ -387,7 +387,8 @@
android:layout_marginEnd="8dp"
android:orientation="vertical"
android:paddingHorizontal="16dp"
android:paddingVertical="8dp">
android:paddingVertical="8dp"
android:animateLayoutChanges="true">
<TextView
android:layout_width="wrap_content"
@@ -454,6 +455,7 @@
<!-- Highlight intensity -->
<androidx.appcompat.widget.LinearLayoutCompat
android:id="@+id/layout_intensity"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginEnd="8dp"