Removed unused resources from res directory
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 879 B |
Before Width: | Height: | Size: 821 B |
Before Width: | Height: | Size: 1.3 KiB |
@ -1,6 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
|
|
||||||
<item android:drawable="@drawable/checkbox_label_background" />
|
|
||||||
|
|
||||||
</selector>
|
|
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 3.5 KiB |
@ -1,6 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
<item android:state_expanded="true"
|
|
||||||
android:drawable="@drawable/expander_ic_folder_maximized" />
|
|
||||||
<item android:drawable="@drawable/expander_ic_folder_minimized" />
|
|
||||||
</selector>
|
|
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB |
@ -1,11 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
<item android:state_window_focused="false" android:state_selected="true"
|
|
||||||
android:drawable="@color/folder_list_item_background" />
|
|
||||||
<item android:state_selected="true"
|
|
||||||
android:drawable="@android:color/transparent" />
|
|
||||||
<item android:state_pressed="true" android:state_selected="false"
|
|
||||||
android:drawable="@android:color/transparent" />
|
|
||||||
<item android:state_selected="false"
|
|
||||||
android:drawable="@color/folder_list_item_background" />
|
|
||||||
</selector>
|
|
Before Width: | Height: | Size: 424 B |
Before Width: | Height: | Size: 324 B |
Before Width: | Height: | Size: 706 B |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 3.9 KiB |
@ -1,12 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<LinearLayout
|
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:id="@+id/widgets"
|
|
||||||
android:layout_alignParentRight="true"
|
|
||||||
android:paddingLeft="4dip"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
>
|
|
||||||
<!-- http://stackoverflow.com/questions/1121192/android-custom-listview-unable-to-click-on-items
|
|
||||||
we want something a bit bigger than it is right now -->
|
|
||||||
</LinearLayout>
|
|
@ -1,28 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<LinearLayout
|
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:layout_width="fill_parent"
|
|
||||||
android:layout_height="fill_parent"
|
|
||||||
android:background="@drawable/message_list_item_footer_background"
|
|
||||||
android:gravity="left"
|
|
||||||
android:orientation="horizontal">
|
|
||||||
<Button
|
|
||||||
android:id="@+id/account_list"
|
|
||||||
android:text="@string/back_to_accounts_action"
|
|
||||||
android:textSize="30dip"
|
|
||||||
android:padding="5dip"
|
|
||||||
android:layout_width="50dip"
|
|
||||||
android:layout_height="fill_parent"
|
|
||||||
android:minWidth="@dimen/button_minWidth"
|
|
||||||
android:layout_centerVertical="true"
|
|
||||||
/>
|
|
||||||
<TextView
|
|
||||||
android:id="@+id/account_name"
|
|
||||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
|
||||||
android:textColor="?android:attr/textColorPrimary"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:paddingLeft="10dip"
|
|
||||||
android:gravity="left"
|
|
||||||
/>
|
|
||||||
</LinearLayout>
|
|
@ -1,19 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<LinearLayout
|
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:id="@+id/widgets"
|
|
||||||
android:layout_alignParentRight="true"
|
|
||||||
android:layout_width="30dip"
|
|
||||||
android:layout_height="30dip"
|
|
||||||
>
|
|
||||||
<CheckBox
|
|
||||||
android:id="@+id/flagged"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:focusable="false"
|
|
||||||
style="?android:attr/starStyle"
|
|
||||||
android:layout_gravity="center_vertical"
|
|
||||||
/>
|
|
||||||
<!-- http://stackoverflow.com/questions/1121192/android-custom-listview-unable-to-click-on-items
|
|
||||||
we want something a bit bigger than it is right now -->
|
|
||||||
</LinearLayout>
|
|
@ -1,43 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
<item
|
|
||||||
android:id="@+id/open"
|
|
||||||
android:title="@string/open_action"
|
|
||||||
/>
|
|
||||||
<item
|
|
||||||
android:id="@+id/delete"
|
|
||||||
android:title="@string/delete_action"
|
|
||||||
/>
|
|
||||||
<item
|
|
||||||
android:id="@+id/forward"
|
|
||||||
android:title="@string/forward_action"
|
|
||||||
/>
|
|
||||||
<item
|
|
||||||
android:id="@+id/reply_all"
|
|
||||||
android:title="@string/reply_all_action"
|
|
||||||
/>
|
|
||||||
<item
|
|
||||||
android:id="@+id/reply"
|
|
||||||
android:title="@string/reply_action"
|
|
||||||
/>
|
|
||||||
<item
|
|
||||||
android:id="@+id/mark_as_read"
|
|
||||||
android:title="@string/mark_as_read_action"
|
|
||||||
/>
|
|
||||||
<item
|
|
||||||
android:id="@+id/flag"
|
|
||||||
android:title="@string/flag_action"
|
|
||||||
/>
|
|
||||||
<item
|
|
||||||
android:id="@+id/move"
|
|
||||||
android:title="@string/move_action"
|
|
||||||
/>
|
|
||||||
<item
|
|
||||||
android:id="@+id/copy"
|
|
||||||
android:title="@string/copy_action"
|
|
||||||
/>
|
|
||||||
<item
|
|
||||||
android:id="@+id/send_alternate"
|
|
||||||
android:title="@string/send_alternate_action"
|
|
||||||
/>
|
|
||||||
</menu>
|
|
@ -1,6 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<color name="folder_list_item_background">#ffffff</color>
|
|
||||||
<color name="message_list_item_background">#ffffff</color>
|
<color name="message_list_item_background">#ffffff</color>
|
||||||
<color name="message_list_item_footer_background">#eeeeee</color>
|
<color name="message_list_item_footer_background">#eeeeee</color>
|
||||||
</resources>
|
</resources>
|
||||||
|