summaryrefslogtreecommitdiff
path: root/main/res/layout/sud_items_switch.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/layout/sud_items_switch.xml')
-rw-r--r--main/res/layout/sud_items_switch.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/main/res/layout/sud_items_switch.xml b/main/res/layout/sud_items_switch.xml
index 512e8d7..3826ae3 100644
--- a/main/res/layout/sud_items_switch.xml
+++ b/main/res/layout/sud_items_switch.xml
@@ -17,21 +17,21 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
- style="@style/SuwItemContainer"
+ style="@style/SudItemContainer"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:baselineAligned="false"
android:orientation="horizontal">
<FrameLayout
- android:id="@+id/suw_items_icon_container"
- android:layout_width="@dimen/suw_items_icon_container_width"
+ android:id="@+id/sud_items_icon_container"
+ android:layout_width="@dimen/sud_items_icon_container_width"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:gravity="start">
<ImageView
- android:id="@+id/suw_items_icon"
+ android:id="@+id/sud_items_icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
tools:ignore="ContentDescription" />
@@ -41,13 +41,13 @@
<LinearLayout
android:layout_width="0dp"
android:layout_height="wrap_content"
- android:layout_marginBottom="@dimen/suw_items_padding_bottom_extra"
+ android:layout_marginBottom="@dimen/sud_items_padding_bottom_extra"
android:layout_weight="1"
android:orientation="vertical">
<com.google.android.setupdesign.view.RichTextView
- android:id="@+id/suw_items_title"
- style="@style/SuwItemTitle"
+ android:id="@+id/sud_items_title"
+ style="@style/SudItemTitle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="start"
@@ -56,8 +56,8 @@
tools:ignore="UnusedAttribute" />
<com.google.android.setupdesign.view.RichTextView
- android:id="@+id/suw_items_summary"
- style="@style/SuwItemSummary"
+ android:id="@+id/sud_items_summary"
+ style="@style/SudItemSummary"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="start"
@@ -69,7 +69,7 @@
<androidx.appcompat.widget.SwitchCompat
android:id="@+id/sud_items_switch"
- style="@style/SuwSwitchStyle"
+ style="@style/SudSwitchStyle"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_gravity="center_vertical" />