diff --git a/AndroidManifest.xml b/AndroidManifest.xml index aaf86981..48f1bd8a 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -174,6 +174,7 @@ android:name="org.kde.kdeconnect.Plugins.MprisPlugin.MprisActivity" android:label="@string/open_mpris_controls" android:launchMode="singleTop" + android:theme="@style/KdeConnectTheme.NoActionBar" android:parentActivityName="org.kde.kdeconnect.UserInterface.MainActivity"> + + + + \ No newline at end of file diff --git a/res/layout/activity_mpris.xml b/res/layout/activity_mpris.xml index dd689206..e76b99b3 100644 --- a/res/layout/activity_mpris.xml +++ b/res/layout/activity_mpris.xml @@ -1,32 +1,34 @@ + android:orientation="vertical"> - - - - - + android:elevation="8dp" + android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"> + + + + + + + + diff --git a/res/layout/list_item_systemvolume.xml b/res/layout/list_item_systemvolume.xml index 1abb78f7..6c3a295e 100644 --- a/res/layout/list_item_systemvolume.xml +++ b/res/layout/list_item_systemvolume.xml @@ -1,44 +1,58 @@ - - - + android:layout_height="wrap_content" + app:cardCornerRadius="8dp" + app:cardElevation="0dp" + app:contentPadding="8dp" + app:strokeColor="@color/card_stroke_color" + app:strokeWidth="1dp"> + android:gravity="center" + android:orientation="vertical"> - + - + android:layout_marginTop="8dip" + android:orientation="horizontal"> + + + + + - - - + \ No newline at end of file diff --git a/res/layout/mpris_now_playing.xml b/res/layout/mpris_now_playing.xml new file mode 100644 index 00000000..550d96e0 --- /dev/null +++ b/res/layout/mpris_now_playing.xml @@ -0,0 +1,24 @@ + + + + + + + + \ No newline at end of file diff --git a/res/layout/system_volume_fragment.xml b/res/layout/system_volume_fragment.xml new file mode 100644 index 00000000..565eed18 --- /dev/null +++ b/res/layout/system_volume_fragment.xml @@ -0,0 +1,11 @@ + + + + \ No newline at end of file diff --git a/res/values-night/colors-night.xml b/res/values-night/colors-night.xml index 4d0bcb75..dc35c283 100644 --- a/res/values-night/colors-night.xml +++ b/res/values-night/colors-night.xml @@ -9,6 +9,7 @@ @android:color/white @android:color/white #222222 + #8C8C8C