mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-29 13:17:43 +00:00
RunCommandWidget: Add System Dark theme support
This commit is contained in:
parent
1a2a01d3ff
commit
f7f2045da1
@ -1,7 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:orientation="vertical" android:layout_width="match_parent"
|
android:orientation="vertical" android:layout_width="match_parent"
|
||||||
android:background="#FFFFFF"
|
android:background="@color/on_secondary"
|
||||||
|
android:theme="@style/KdeConnectTheme"
|
||||||
android:layout_height="match_parent">
|
android:layout_height="match_parent">
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/runcommandWidgetTitleHeader"
|
android:id="@+id/runcommandWidgetTitleHeader"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user