Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="@android:color/white" android:background="@*android:color/secondary_device_default_settings_light"
android:clickable="true" android:clickable="true"
android:focusable="true" android:focusable="true"
android:minHeight="@dimen/dashboard_tile_minimum_height" /> android:minHeight="@dimen/dashboard_tile_minimum_height" />
...@@ -49,6 +49,7 @@ ...@@ -49,6 +49,7 @@
<CheckBox style="@style/vpn_value" android:id="@+id/mppe" <CheckBox style="@style/vpn_value" android:id="@+id/mppe"
android:text="@string/vpn_mppe" android:text="@string/vpn_mppe"
android:textColor="?android:attr/textColorSecondary"
android:singleLine="false" android:singleLine="false"
android:visibility="gone"/> android:visibility="gone"/>
...@@ -115,6 +116,7 @@ ...@@ -115,6 +116,7 @@
<CheckBox style="@style/vpn_value" android:id="@+id/show_options" <CheckBox style="@style/vpn_value" android:id="@+id/show_options"
android:singleLine="false" android:singleLine="false"
android:textColor="?android:attr/textColorSecondary"
android:text="@string/vpn_show_options"/> android:text="@string/vpn_show_options"/>
</LinearLayout> </LinearLayout>
...@@ -161,9 +163,11 @@ ...@@ -161,9 +163,11 @@
<CheckBox style="@style/vpn_value" android:id="@+id/save_login" <CheckBox style="@style/vpn_value" android:id="@+id/save_login"
android:singleLine="false" android:singleLine="false"
android:textColor="?android:attr/textColorSecondary"
android:text="@string/vpn_save_login"/> android:text="@string/vpn_save_login"/>
<CheckBox style="@style/vpn_value" android:id="@+id/always_on_vpn" <CheckBox style="@style/vpn_value" android:id="@+id/always_on_vpn"
android:singleLine="false" android:singleLine="false"
android:textColor="?android:attr/textColorSecondary"
android:text="@string/vpn_menu_lockdown"/> android:text="@string/vpn_menu_lockdown"/>
<TextView style="@style/vpn_warning" android:id="@+id/always_on_invalid_reason" <TextView style="@style/vpn_warning" android:id="@+id/always_on_invalid_reason"
android:singleLine="false" android:singleLine="false"
......
...@@ -17,14 +17,13 @@ ...@@ -17,14 +17,13 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="horizontal" android:orientation="vertical"
android:duplicateParentState="true"> android:duplicateParentState="true">
<TextView <TextView
android:id="@+id/widget_text1" android:id="@+id/widget_text1"
android:layout_width="wrap_content" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_gravity="fill_horizontal|top" android:layout_gravity="fill_horizontal|top"
android:textAppearance="@android:style/TextAppearance.Material.Body1" android:textAppearance="@android:style/TextAppearance.Material.Body1"
android:textColor="?android:attr/textColorSecondary" android:textColor="?android:attr/textColorSecondary"
...@@ -35,14 +34,12 @@ ...@@ -35,14 +34,12 @@
<TextView <TextView
android:id="@+id/widget_text2" android:id="@+id/widget_text2"
android:layout_width="wrap_content" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_marginStart="8dip"
android:layout_gravity="fill_horizontal|top" android:layout_gravity="fill_horizontal|top"
android:textAppearance="@android:style/TextAppearance.Material.Body1" android:textAppearance="@android:style/TextAppearance.Material.Body1"
android:textColor="?android:attr/textColorSecondary" android:textColor="?android:attr/textColorSecondary"
android:textAlignment="viewEnd" android:textAlignment="viewStart"
android:singleLine="true" android:singleLine="true"
android:ellipsize="marquee" android:ellipsize="marquee"
android:duplicateParentState="true" /> android:duplicateParentState="true" />
......
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 The CyanogenMod Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@+id/show_user_apps"
android:title="@string/app_ops_show_user_apps"
android:checkable="true" />
<item android:id="@+id/show_system_apps"
android:title="@string/app_ops_show_system_apps"
android:checkable="true" />
<item android:id="@+id/reset_counters"
android:title="@string/app_ops_reset_counters" />
</menu>
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) 2018 The LineageOS Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@mipmap/ic_background"/>
<foreground android:drawable="@mipmap/ic_foreground"/>
</adaptive-icon>