Highlight address book and network info links in nav drawer when touched

This commit is contained in:
str4d
2014-05-20 13:06:30 +00:00
parent 0c8e963ae6
commit 2af1e90d3a
2 changed files with 3 additions and 2 deletions

1
TODO
View File

@@ -4,7 +4,6 @@
- Fix B64 encoding of Bitmaps
- "Empty trash" option in Trash folder
- Figure out how to highlight email backgrounds when selected in list
- Highlight address book nav drawer link when touched
- Refine view email page
- Show contact pictures in recipients dropdown
- Add optional CC: and BCC: fields

View File

@@ -42,6 +42,7 @@
android:id="@+id/address_book"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/folder_activated_background"
android:padding="15dp"
android:text="@string/address_book"
android:textAppearance="?android:attr/textAppearanceMediumInverse" />
@@ -50,9 +51,10 @@
android:id="@+id/network_status"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/folder_activated_background"
android:drawableLeft="@android:drawable/presence_offline"
android:padding="15dp"
android:drawablePadding="10dp"
android:padding="15dp"
android:text="@string/network_status"
android:textAppearance="?android:attr/textAppearanceMediumInverse" />
</LinearLayout>