summaryrefslogtreecommitdiffstats
path: root/res/layout/play_pause_progress_button.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/play_pause_progress_button.xml')
-rw-r--r--res/layout/play_pause_progress_button.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/play_pause_progress_button.xml b/res/layout/play_pause_progress_button.xml
index dabd750..628763b 100644
--- a/res/layout/play_pause_progress_button.xml
+++ b/res/layout/play_pause_progress_button.xml
@@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<com.cyanogenmod.eleven.widgets.PlayPauseProgressButton
+<org.lineageos.eleven.widgets.PlayPauseProgressButton
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/playPauseProgressButton"
android:layout_width="match_parent"
@@ -22,7 +22,7 @@
android:visibility="gone">
<!-- TODO: Figure out why scaleType: centerInside isn't properly scaling up -->
- <com.cyanogenmod.eleven.widgets.PlayPauseButton
+ <org.lineageos.eleven.widgets.PlayPauseButton
android:id="@+id/action_button_play"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
@@ -54,4 +54,4 @@
android:max="1000"
android:progressDrawable="@drawable/circular_drawable" />
-</com.cyanogenmod.eleven.widgets.PlayPauseProgressButton>
+</org.lineageos.eleven.widgets.PlayPauseProgressButton>