adjust colors for dark theme

This commit is contained in:
Vincent Breitmoser 2016-08-25 18:05:34 +02:00
parent 406334086c
commit e9e5411c06
3 changed files with 7 additions and 8 deletions

View file

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:custom="http://schemas.android.com/apk/res-auto"
android:orientation="vertical"
android:layout_width="match_parent"

View file

@ -29,7 +29,7 @@
android:layout_height="wrap_content"
android:layout_gravity="left|center_vertical"
android:id="@+id/crypto_info_top_icon_2"
android:alpha="0.05"
android:tint="?attr/openpgp_grey"
tools:src="@drawable/status_none_dots_3"
/>
@ -67,7 +67,7 @@
android:layout_height="wrap_content"
android:layout_gravity="left|center_vertical"
android:id="@+id/crypto_info_bottom_icon_1"
android:alpha="0.05"
android:tint="?attr/openpgp_grey"
tools:src="@drawable/status_signature_verified_cutout"
/>

View file

@ -127,12 +127,12 @@
<item name="tintColorBulletPointPositive">#77aa22</item>
<item name="tintColorBulletPointNegative">#dd2222</item>
<item name="openpgp_black">#000</item>
<item name="openpgp_orange">#FF8800</item>
<item name="openpgp_black">#fff</item>
<item name="openpgp_orange">#ee7700</item>
<item name="openpgp_red">#CC0000</item>
<item name="openpgp_green">#669900</item>
<item name="openpgp_blue">#336699</item>
<item name="openpgp_grey">#bbb</item>
<item name="openpgp_green">#77aa00</item>
<item name="openpgp_blue">#6699cc</item>
<item name="openpgp_grey">#888</item>
</style>
<style name="Theme.K9.Dialog.Light" parent="Theme.K9.Light">