Loading k9mail/src/main/res/layout/recipient_token_item.xml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ android:orientation="horizontal" android:layout_width="wrap_content" android:layout_height="32dp" android:background="#ccc"> android:background="?attr/contactTokenBackgroundColor"> <ImageView android:layout_width="32dp" Loading k9mail/src/main/res/values/attrs.xml +1 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,7 @@ <attr name="messageComposeAddContactImage" format="reference"/> <attr name="composerBackgroundColor" format="color"/> <attr name="contactPictureFallbackDefaultBackgroundColor" format="reference|color"/> <attr name="contactTokenBackgroundColor" format="reference|color"/> </declare-styleable> <declare-styleable name="SliderPreference"> Loading k9mail/src/main/res/values/themes.xml +2 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,7 @@ <item name="messageViewAttachmentBackground">@drawable/attachment_text_box_light</item> <item name="messageComposeAddContactImage">@drawable/ic_button_add_contact_light</item> <item name="contactPictureFallbackDefaultBackgroundColor">#ffababab</item> <item name="contactTokenBackgroundColor">#ccc</item> <item name="composerBackgroundColor">@android:color/background_light</item> </style> Loading Loading @@ -111,6 +112,7 @@ <item name="messageViewBackgroundColor">#000000</item> <item name="messageViewAttachmentBackground">@drawable/attachment_text_box_dark</item> <item name="messageComposeAddContactImage">@drawable/ic_button_add_contact_dark</item> <item name="contactTokenBackgroundColor">#313131</item> <item name="contactPictureFallbackDefaultBackgroundColor">#ff606060</item> <item name="composerBackgroundColor">@android:color/background_dark</item> </style> Loading Loading
k9mail/src/main/res/layout/recipient_token_item.xml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ android:orientation="horizontal" android:layout_width="wrap_content" android:layout_height="32dp" android:background="#ccc"> android:background="?attr/contactTokenBackgroundColor"> <ImageView android:layout_width="32dp" Loading
k9mail/src/main/res/values/attrs.xml +1 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,7 @@ <attr name="messageComposeAddContactImage" format="reference"/> <attr name="composerBackgroundColor" format="color"/> <attr name="contactPictureFallbackDefaultBackgroundColor" format="reference|color"/> <attr name="contactTokenBackgroundColor" format="reference|color"/> </declare-styleable> <declare-styleable name="SliderPreference"> Loading
k9mail/src/main/res/values/themes.xml +2 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,7 @@ <item name="messageViewAttachmentBackground">@drawable/attachment_text_box_light</item> <item name="messageComposeAddContactImage">@drawable/ic_button_add_contact_light</item> <item name="contactPictureFallbackDefaultBackgroundColor">#ffababab</item> <item name="contactTokenBackgroundColor">#ccc</item> <item name="composerBackgroundColor">@android:color/background_light</item> </style> Loading Loading @@ -111,6 +112,7 @@ <item name="messageViewBackgroundColor">#000000</item> <item name="messageViewAttachmentBackground">@drawable/attachment_text_box_dark</item> <item name="messageComposeAddContactImage">@drawable/ic_button_add_contact_dark</item> <item name="contactTokenBackgroundColor">#313131</item> <item name="contactPictureFallbackDefaultBackgroundColor">#ff606060</item> <item name="composerBackgroundColor">@android:color/background_dark</item> </style> Loading