Highlight address book and network info links in nav drawer when touched
This commit is contained in:
1
TODO
1
TODO
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user