diff options
| author | Ali B <abittin@gmail.com> | 2021-09-08 12:50:06 +0300 |
|---|---|---|
| committer | Semavi Ulusoy <doc.divxm@gmail.com> | 2021-09-08 23:02:23 +0300 |
| commit | 8dae4b06cc300f8c4755244855f240e15bdc600e (patch) | |
| tree | 73035e51aafd6e53c9216e0f93aa54b5c957e6c5 | |
| parent | 65fa0beb899034f9248fa1be12aa79960ed568c9 (diff) | |
VolPlugIns: update class names in layouts
Change-Id: Ibc174081d030020e3715fe92672843c55d556377
| -rw-r--r-- | AospPanel/res/layout/volume_dialog_aosp_row.xml | 2 | ||||
| -rw-r--r-- | CompactPanel/res/layout/volume_dialog_compact_row.xml | 2 | ||||
| -rw-r--r-- | MiuiCompactPanel/res/layout/volume_dialog_miui.xml | 8 | ||||
| -rw-r--r-- | MiuiCompactPanel/res/layout/volume_dialog_miui_row.xml | 4 | ||||
| -rw-r--r-- | OosPanel/res/layout/volume_dialog_oos.xml | 20 | ||||
| -rw-r--r-- | OosPanel/res/layout/volume_dialog_oos_row.xml | 4 | ||||
| -rw-r--r-- | OreoPanel/res/layout/volume_dialog_oreo_row.xml | 2 | ||||
| -rw-r--r-- | P404Panel/res/layout/volume_dialog_p404.xml | 22 | ||||
| -rw-r--r-- | P404Panel/res/layout/volume_dialog_p404_row.xml | 4 | ||||
| -rw-r--r-- | ShapeShiftPanel/res/layout/volume_dialog_ssos.xml | 10 | ||||
| -rw-r--r-- | ShapeShiftPanel/res/layout/volume_dialog_ssos_row.xml | 4 |
11 files changed, 41 insertions, 41 deletions
diff --git a/AospPanel/res/layout/volume_dialog_aosp_row.xml b/AospPanel/res/layout/volume_dialog_aosp_row.xml index 5cc1c1a..2c13d93 100644 --- a/AospPanel/res/layout/volume_dialog_aosp_row.xml +++ b/AospPanel/res/layout/volume_dialog_aosp_row.xml @@ -67,7 +67,7 @@ android:tint="?android:attr/colorAccent" android:soundEffectsEnabled="false" /> - <co.potatoproject.plugin.volume.common.AlphaOptimizedImageButton + <com.android.plugin.volume.common.AlphaOptimizedImageButton android:id="@+id/volume_row_app_icon" style="@style/VolumeButtons" android:visibility="gone" diff --git a/CompactPanel/res/layout/volume_dialog_compact_row.xml b/CompactPanel/res/layout/volume_dialog_compact_row.xml index cd9f88f..cd9b7ea 100644 --- a/CompactPanel/res/layout/volume_dialog_compact_row.xml +++ b/CompactPanel/res/layout/volume_dialog_compact_row.xml @@ -41,7 +41,7 @@ android:visibility="gone" android:soundEffectsEnabled="false" /> - <co.potatoproject.plugin.volume.common.AlphaOptimizedImageButton + <com.android.plugin.volume.common.AlphaOptimizedImageButton android:id="@+id/volume_row_app_icon" style="@style/VolumeButtons" android:visibility="gone" diff --git a/MiuiCompactPanel/res/layout/volume_dialog_miui.xml b/MiuiCompactPanel/res/layout/volume_dialog_miui.xml index f1d8b9a..c67be41 100644 --- a/MiuiCompactPanel/res/layout/volume_dialog_miui.xml +++ b/MiuiCompactPanel/res/layout/volume_dialog_miui.xml @@ -87,7 +87,7 @@ android:layout_margin="@dimen/volume_dialog_miui_ringer_spacing" android:background="@drawable/volume_dialog_ringer_bcg"> - <co.potatoproject.plugin.volume.common.AlphaOptimizedImageButton + <com.android.plugin.volume.common.AlphaOptimizedImageButton android:id="@+id/ringer_icon" style="@style/VolumeButtons" android:layout_width="match_parent" @@ -113,7 +113,7 @@ android:gravity="center" android:layout_gravity="center" android:animateLayoutChanges="true"> - <co.potatoproject.plugin.volume.common.AlphaOptimizedImageButton + <com.android.plugin.volume.common.AlphaOptimizedImageButton android:id="@+id/media_output" android:src="@drawable/ic_bluetooth_audio" android:layout_width="@dimen/volume_dialog_miui_tap_target_size" @@ -133,7 +133,7 @@ android:layout_height="1dp" android:layout_width="1dp" /> - <co.potatoproject.plugin.volume.common.ExpandableIndicator + <com.android.plugin.volume.common.ExpandableIndicator android:id="@+id/expandable_indicator" android:layout_width="@dimen/volume_dialog_miui_tap_target_size" android:layout_height="@dimen/volume_dialog_miui_tap_target_size" @@ -162,7 +162,7 @@ android:clipToPadding="false" android:translationZ="@dimen/volume_dialog_elevation" android:background="@drawable/volume_dialog_background"> - <co.potatoproject.plugin.volume.common.CaptionsToggleImageButton + <com.android.plugin.volume.common.CaptionsToggleImageButton android:id="@+id/odi_captions_icon" android:background="@drawable/ripple_drawable_20dp" android:layout_width="match_parent" diff --git a/MiuiCompactPanel/res/layout/volume_dialog_miui_row.xml b/MiuiCompactPanel/res/layout/volume_dialog_miui_row.xml index fdfb1e9..e1f16b3 100644 --- a/MiuiCompactPanel/res/layout/volume_dialog_miui_row.xml +++ b/MiuiCompactPanel/res/layout/volume_dialog_miui_row.xml @@ -60,7 +60,7 @@ android:rotation="-90" /> </FrameLayout> - <co.potatoproject.plugin.volume.common.AlphaOptimizedImageButton + <com.android.plugin.volume.common.AlphaOptimizedImageButton android:id="@+id/volume_row_icon" style="@style/VolumeButtons" android:visibility="gone" @@ -72,7 +72,7 @@ android:clickable="false" android:soundEffectsEnabled="false" /> - <co.potatoproject.plugin.volume.common.AlphaOptimizedImageButton + <com.android.plugin.volume.common.AlphaOptimizedImageButton android:id="@+id/volume_row_app_icon" style="@style/VolumeButtons" android:visibility="gone" diff --git a/OosPanel/res/layout/volume_dialog_oos.xml b/OosPanel/res/layout/volume_dialog_oos.xml index 381abfa..7515eaa 100644 --- a/OosPanel/res/layout/volume_dialog_oos.xml +++ b/OosPanel/res/layout/volume_dialog_oos.xml @@ -55,7 +55,7 @@ android:layout_gravity="center" android:src="@drawable/circleboi"/> - <co.potatoproject.plugin.volume.common.AlphaOptimizedImageButton + <com.android.plugin.volume.common.AlphaOptimizedImageButton android:id="@+id/ringer_icon" style="@style/VolumeButtons" android:background="@android:color/transparent" @@ -87,15 +87,15 @@ android:background="@drawable/rounded_bg_bottom" > <TextView - android:textSize="29px" - android:ellipsize="end" - android:gravity="center" + android:textSize="29px" + android:ellipsize="end" + android:gravity="center" android:layout_gravity="top" - android:id="@+id/volume_row_type" - android:layout_width="match_parent" + android:id="@+id/volume_row_type" + android:layout_width="match_parent" android:layout_height="wrap_content" android:visibility="gone" - android:maxLines="1" + android:maxLines="1" style="@style/nez_contorl_text_style_descriptions"/> <LinearLayout android:id="@+id/volume_dialog_rows" @@ -115,7 +115,7 @@ android:layout_height="wrap_content" android:animateLayoutChanges="true" android:background="@drawable/rounded_bg_bottom_background"> - <co.potatoproject.plugin.volume.common.AlphaOptimizedImageButton + <com.android.plugin.volume.common.AlphaOptimizedImageButton android:id="@+id/media_output" android:src="@drawable/ic_bluetooth_audio" android:layout_width="@dimen/volume_dialog_tap_target_size" @@ -134,7 +134,7 @@ android:layout_height="1dp" android:layout_width="1dp" /> - <co.potatoproject.plugin.volume.common.ExpandableIndicator + <com.android.plugin.volume.common.ExpandableIndicator android:id="@+id/expandable_indicator" android:src="@drawable/ic_volume_setting__opsettings" android:layout_width="@dimen/volume_dialog_tap_target_size" @@ -163,7 +163,7 @@ android:clipToPadding="false" android:translationZ="@dimen/volume_dialog_elevation" android:background="@drawable/rounded_bg_full"> - <co.potatoproject.plugin.volume.common.CaptionsToggleImageButton + <com.android.plugin.volume.common.CaptionsToggleImageButton android:id="@+id/odi_captions_icon" style="@style/VolumeButtons" android:background="@drawable/rounded_ripple" diff --git a/OosPanel/res/layout/volume_dialog_oos_row.xml b/OosPanel/res/layout/volume_dialog_oos_row.xml index 6408351..2b644db 100644 --- a/OosPanel/res/layout/volume_dialog_oos_row.xml +++ b/OosPanel/res/layout/volume_dialog_oos_row.xml @@ -57,7 +57,7 @@ android:rotation="-90" /> </FrameLayout> - <co.potatoproject.plugin.volume.common.AlphaOptimizedImageButton + <com.android.plugin.volume.common.AlphaOptimizedImageButton android:id="@+id/volume_row_icon" style="@style/VolumeButtons" android:visibility="gone" @@ -67,7 +67,7 @@ android:layout_marginBottom="@dimen/volume_dialog_row_margin_bottom" android:soundEffectsEnabled="false" /> - <co.potatoproject.plugin.volume.common.AlphaOptimizedImageButton + <com.android.plugin.volume.common.AlphaOptimizedImageButton android:id="@+id/volume_row_app_icon" style="@style/VolumeButtons" android:visibility="gone" diff --git a/OreoPanel/res/layout/volume_dialog_oreo_row.xml b/OreoPanel/res/layout/volume_dialog_oreo_row.xml index 22003ec..de53eed 100644 --- a/OreoPanel/res/layout/volume_dialog_oreo_row.xml +++ b/OreoPanel/res/layout/volume_dialog_oreo_row.xml @@ -43,7 +43,7 @@ android:layout_height="@dimen/volume_button_size" android:soundEffectsEnabled="false" /> - <co.potatoproject.plugin.volume.common.AlphaOptimizedImageButton + <com.android.plugin.volume.common.AlphaOptimizedImageButton android:id="@+id/volume_row_app_icon" style="@style/VolumeButtons" android:visibility="gone" diff --git a/P404Panel/res/layout/volume_dialog_p404.xml b/P404Panel/res/layout/volume_dialog_p404.xml index fc24708..7ac5083 100644 --- a/P404Panel/res/layout/volume_dialog_p404.xml +++ b/P404Panel/res/layout/volume_dialog_p404.xml @@ -70,7 +70,7 @@ android:translationZ="@dimen/volume_dialog_elevation" android:background="@drawable/volume_dialog_background" android:orientation="vertical"> - + <FrameLayout android:id="@+id/ringer" android:layout_width="match_parent" @@ -88,7 +88,7 @@ android:background="@drawable/round_outline" android:alpha="0.6" /> - <co.potatoproject.plugin.volume.common.AlphaOptimizedImageButton + <com.android.plugin.volume.common.AlphaOptimizedImageButton android:id="@+id/ringer_icon" style="@style/VolumeButtons" android:layout_width="match_parent" @@ -117,13 +117,13 @@ android:layout_height="1dp" android:layout_width="1dp" /> - <co.potatoproject.plugin.volume.common.ExpandableIndicator - android:id="@+id/expandable_indicator" - android:layout_width="@dimen/volume_dialog_tap_target_size" - android:layout_height="@dimen/volume_dialog_tap_target_size" - android:contentDescription="@string/accessibility_quick_settings_expand" - android:tint="?android:attr/colorAccent" - android:soundEffectsEnabled="false" + <com.android.plugin.volume.common.ExpandableIndicator + android:id="@+id/expandable_indicator" + android:layout_width="@dimen/volume_dialog_tap_target_size" + android:layout_height="@dimen/volume_dialog_tap_target_size" + android:contentDescription="@string/accessibility_quick_settings_expand" + android:tint="?android:attr/colorAccent" + android:soundEffectsEnabled="false" android:padding="14dp" /> </FrameLayout> <FrameLayout @@ -131,7 +131,7 @@ android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content"> - <co.potatoproject.plugin.volume.common.AlphaOptimizedImageButton + <com.android.plugin.volume.common.AlphaOptimizedImageButton android:id="@+id/media_output" android:src="@drawable/ic_bluetooth_audio" android:layout_width="@dimen/volume_dialog_tap_target_size" @@ -154,7 +154,7 @@ android:clipToPadding="false" android:translationZ="@dimen/volume_dialog_elevation" android:background="@drawable/rounded_bg_full"> - <co.potatoproject.plugin.volume.common.CaptionsToggleImageButton + <com.android.plugin.volume.common.CaptionsToggleImageButton android:id="@+id/odi_captions_icon" android:src="@drawable/rounded_ripple" style="@style/VolumeButtons" diff --git a/P404Panel/res/layout/volume_dialog_p404_row.xml b/P404Panel/res/layout/volume_dialog_p404_row.xml index 698fef8..e94893d 100644 --- a/P404Panel/res/layout/volume_dialog_p404_row.xml +++ b/P404Panel/res/layout/volume_dialog_p404_row.xml @@ -56,7 +56,7 @@ android:rotation="-90" /> </FrameLayout> - <co.potatoproject.plugin.volume.common.AlphaOptimizedImageButton + <com.android.plugin.volume.common.AlphaOptimizedImageButton android:id="@+id/volume_row_icon" style="@style/VolumeButtons" android:layout_width="48dp" @@ -67,7 +67,7 @@ android:clickable="false" android:soundEffectsEnabled="false" /> - <co.potatoproject.plugin.volume.common.AlphaOptimizedImageButton + <com.android.plugin.volume.common.AlphaOptimizedImageButton android:id="@+id/volume_row_app_icon" style="@style/VolumeButtons" android:layout_width="48dp" diff --git a/ShapeShiftPanel/res/layout/volume_dialog_ssos.xml b/ShapeShiftPanel/res/layout/volume_dialog_ssos.xml index 94349ca..7e5b339 100644 --- a/ShapeShiftPanel/res/layout/volume_dialog_ssos.xml +++ b/ShapeShiftPanel/res/layout/volume_dialog_ssos.xml @@ -61,7 +61,7 @@ android:background="@drawable/volume_dialog_ringer_bcg" android:gravity="center"> - <co.potatoproject.plugin.volume.common.AlphaOptimizedImageButton + <com.android.plugin.volume.common.AlphaOptimizedImageButton android:layout_width="@dimen/volume_dialog_miui_tap_target_size" android:id="@+id/bluetooth_indicator_container_icon" android:layout_height="@dimen/volume_dialog_miui_tap_target_size" @@ -96,7 +96,7 @@ android:layout_margin="@dimen/volume_dialog_miui_ringer_spacing" android:background="@drawable/volume_dialog_ringer_bcg"> - <co.potatoproject.plugin.volume.common.AlphaOptimizedImageButton + <com.android.plugin.volume.common.AlphaOptimizedImageButton android:id="@+id/ringer_icon" style="@style/VolumeButtons" android:layout_width="35dp" @@ -143,7 +143,7 @@ android:translationZ="@dimen/volume_dialog_elevation" android:background="@drawable/volume_dialog_background" android:orientation="vertical"> - + <LinearLayout android:id="@+id/expandable_indicator_container" android:layout_width="match_parent" @@ -158,7 +158,7 @@ android:layout_height="1dp" android:layout_width="1dp" /> - <co.potatoproject.plugin.volume.common.ExpandableIndicator + <com.android.plugin.volume.common.ExpandableIndicator android:id="@+id/expandable_indicator" android:layout_width="@dimen/volume_dialog_miui_tap_target_size" android:layout_height="@dimen/volume_dialog_miui_tap_target_size" @@ -187,7 +187,7 @@ android:clipToPadding="false" android:translationZ="@dimen/volume_dialog_elevation" android:background="@drawable/volume_dialog_background"> - <co.potatoproject.plugin.volume.common.CaptionsToggleImageButton + <com.android.plugin.volume.common.CaptionsToggleImageButton android:id="@+id/odi_captions_icon" android:layout_margin="8dp" android:background="@drawable/ripple_drawable_20dp" diff --git a/ShapeShiftPanel/res/layout/volume_dialog_ssos_row.xml b/ShapeShiftPanel/res/layout/volume_dialog_ssos_row.xml index bb34576..e02bc80 100644 --- a/ShapeShiftPanel/res/layout/volume_dialog_ssos_row.xml +++ b/ShapeShiftPanel/res/layout/volume_dialog_ssos_row.xml @@ -28,7 +28,7 @@ <androidx.cardview.widget.CardView android:layout_width="match_parent" app:cardCornerRadius="50dp" - app:cardBackgroundColor="?android:attr/colorBackgroundFloating" + app:cardBackgroundColor="?android:attr/colorBackgroundFloating" app:cardElevation="0dp" app:contentPadding="-0dp" android:layout_height="match_parent"> @@ -66,7 +66,7 @@ </androidx.cardview.widget.CardView> - <co.potatoproject.plugin.volume.common.AlphaOptimizedImageButton + <com.android.plugin.volume.common.AlphaOptimizedImageButton android:id="@+id/volume_row_icon" style="@style/VolumeButtons" android:layout_width="@dimen/volume_dialog_miui_tap_target_size" |
