diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 48f1bd8a..3dd0eacb 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -51,7 +51,7 @@ android:supportsRtl="true" android:allowBackup="false" android:networkSecurityConfig="@xml/network_security_config" - android:theme="@style/KdeConnectTheme" + android:theme="@style/KdeConnectTheme.NoActionBar" android:name="org.kde.kdeconnect.MyApplication"> - - - - \ No newline at end of file diff --git a/res/layout-land/activity_mpris.xml b/res/layout-land/activity_mpris.xml index 1f93487b..a7fb68a5 100644 --- a/res/layout-land/activity_mpris.xml +++ b/res/layout-land/activity_mpris.xml @@ -1,27 +1,39 @@ - + xmlns:tools="http://schemas.android.com/tools" + tools:context="org.kde.kdeconnect.Plugins.MprisPlugin.MprisActivity"> - + + + android:orientation="horizontal" + android:paddingBottom="25dp" + android:paddingLeft="25dp" + android:paddingRight="25dp" + android:paddingTop="25dp" + app:layout_behavior="@string/appbar_scrolling_view_behavior"> - + - + + + + \ No newline at end of file diff --git a/res/layout-v23/pairing_explanation_not_trusted.xml b/res/layout-v23/pairing_explanation_not_trusted.xml index f1a30a94..a1543234 100644 --- a/res/layout-v23/pairing_explanation_not_trusted.xml +++ b/res/layout-v23/pairing_explanation_not_trusted.xml @@ -1,14 +1,17 @@ + android:paddingLeft="16dp" + android:paddingRight="16dp" + android:text="@string/on_non_trusted_message" + app:drawableTint="?attr/colorControlNormal" + app:drawableStartCompat="@drawable/ic_warning"> diff --git a/res/layout-v23/pairing_explanation_text_no_wifi.xml b/res/layout-v23/pairing_explanation_text_no_wifi.xml index 93ed7592..e50338ff 100644 --- a/res/layout-v23/pairing_explanation_text_no_wifi.xml +++ b/res/layout-v23/pairing_explanation_text_no_wifi.xml @@ -1,14 +1,18 @@ + android:paddingLeft="16dp" + android:paddingRight="16dp" + android:text="@string/no_wifi" + app:drawableStartCompat="@drawable/ic_wifi" + app:drawableTint="?attr/colorControlNormal"> diff --git a/res/layout/activity_bigscreen.xml b/res/layout/activity_bigscreen.xml index 5fa02ad4..d5d1d640 100644 --- a/res/layout/activity_bigscreen.xml +++ b/res/layout/activity_bigscreen.xml @@ -1,77 +1,89 @@ - + xmlns:tools="http://schemas.android.com/tools" + tools:context="org.kde.kdeconnect.Plugins.BigscreenPlugin.BigscreenActivity"> - + - + - + - + - + - + - - + + + + + + + \ No newline at end of file diff --git a/res/layout/activity_custom_devices.xml b/res/layout/activity_custom_devices.xml index 601df33f..d5260a07 100644 --- a/res/layout/activity_custom_devices.xml +++ b/res/layout/activity_custom_devices.xml @@ -1,36 +1,46 @@ + + xmlns:tools="http://schemas.android.com/tools" + tools:context="org.kde.kdeconnect.UserInterface.CustomDevicesActivity"> - + + + app:layout_behavior="@string/appbar_scrolling_view_behavior"> - + - + + + + \ No newline at end of file diff --git a/res/layout/activity_device.xml b/res/layout/activity_device.xml index f9d6cf6a..9f2f4cb1 100644 --- a/res/layout/activity_device.xml +++ b/res/layout/activity_device.xml @@ -119,7 +119,8 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:fillViewport="true" - android:divider="@drawable/list_divider" tools:context=".DeviceActivity" - tools:listitem="@layout/list_item_with_icon_entry"/> + tools:listitem="@layout/list_item_with_icon_entry" + android:divider="@null" + android:dividerHeight="0dp" /> diff --git a/res/layout/activity_find_my_phone.xml b/res/layout/activity_find_my_phone.xml index 8771e935..3b9c7734 100644 --- a/res/layout/activity_find_my_phone.xml +++ b/res/layout/activity_find_my_phone.xml @@ -1,23 +1,33 @@ - + + + -