Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
4831c54
remove mdpi and ldpi icons and unused xxxhdpi
maxme Sep 30, 2014
335cc2d
chmod all drawable files to 644
maxme Sep 30, 2014
ac248de
about screen redesign
maxme Sep 30, 2014
329756d
new 150px/200px/300px mystery man
maxme Sep 30, 2014
ea68993
remove unused drawables
maxme Sep 30, 2014
7b1344d
remove mdpi check from tools/check-missing-drawables.py
maxme Sep 30, 2014
3dce5ed
fix px/dpi ratio for drawable-hpdi/ic_level_indicator.png
maxme Sep 30, 2014
762cadc
replace ab_icon_new.png by ic_action_new.png and add it to xxhdpi/
maxme Sep 30, 2014
b884483
replace ab_icon_refresh.png by ic_action_refresh.png and add it to xx…
maxme Sep 30, 2014
c5e3171
replace ab_icon_reply.png by ic_action_reply.png and add it to xxhdpi/
maxme Sep 30, 2014
5203976
replace ab_icon_save.png by ic_action_save.png and add it to xxhdpi/
maxme Sep 30, 2014
94ff170
replace ab_icon_send.png by ic_action_send_now.png and add it to xxhdpi/
maxme Sep 30, 2014
87b447b
replace ab_icon_send.png by ic_action_send_now_dark.png and add it to…
maxme Sep 30, 2014
1df5c77
replace ab_icon_share.png by ic_action_share.png and add it to xxhdpi/
maxme Sep 30, 2014
7718bec
replace ab_icon_web.png by ic_action_web_site.png and add it to xxhdpi/
maxme Sep 30, 2014
802d0c6
replace ab_icon_wp.png by dashicon_wordpress_alt.png and add it to xx…
maxme Sep 30, 2014
942073b
Merge branch 'develop' into issue/141-drawable-cleanup-and-update
maxme Oct 7, 2014
3d602c8
replace dashboard_icon_comments.png by dashicon_admin_comments_black.…
maxme Oct 7, 2014
f491259
replace dashboard_icon_notifications.png by noticon_notification_blac…
maxme Oct 7, 2014
e466082
replace dashboard_icon_pages.png by dashicon_admin_page_black.png and…
maxme Oct 7, 2014
1cfd9e0
replace dashboard_icon_photo.png by dashicon_camera.png and add it to…
maxme Oct 7, 2014
81cef54
replace dashboard_icon_video.png by dashicon_video_alt2.png and add i…
maxme Oct 7, 2014
1d3b138
postfix dashicon_camera and dashicon_video_alt2 with _black
maxme Oct 7, 2014
ac4dd27
replace dashboard_icon_media.png by dashicon_admin_media_black.png an…
maxme Oct 7, 2014
6a6c0ce
replace dashboard_icon_posts.png by dashicon_admin_post_black.png and…
maxme Oct 7, 2014
b84ce33
replace dashboard_icon_stats.png by dashicon_chart_area_black.png and…
maxme Oct 7, 2014
fb642e3
replace dashboard_icon_subs.png by noticon_reader_alt_black.png and a…
maxme Oct 7, 2014
258cd1a
replace dashboard_icon_view.png by noticon_show_black.png and add it …
maxme Oct 7, 2014
8c621c4
replace dashboard_icon_wp.png by dashicon_external_black.png and add …
maxme Oct 7, 2014
816d47d
replace notification_multi.png by noticon_notification.png and add it…
maxme Oct 7, 2014
592a3fc
replace tab_icon_checkmark.png by ic_action_accept.png and add it to …
maxme Oct 7, 2014
11cc9e3
replace tab_icon_search.png by ic_action_search.png and add it to xxh…
maxme Oct 7, 2014
3a5edc6
replace tab_icon_trash.png by ic_action_discard.png and add it to xxh…
maxme Oct 7, 2014
f5fd658
replace ic_drawer.png by ic_navigation_drawer.png and add it to xxhdpi/
maxme Oct 7, 2014
5142b56
replace nux_icon_alert.png by noticon_alert_big.png and add it to xxh…
maxme Oct 7, 2014
04649e5
Merge branch 'develop' into issue/141-drawable-cleanup-and-update
maxme Oct 7, 2014
d6e7fbd
replace icon_format_bold*.png by dashicon_editor_bold*.png and add it…
maxme Oct 8, 2014
9072e39
replace all format buttons drawables
maxme Oct 8, 2014
ddf6abf
chmod 644 all drawables
maxme Oct 8, 2014
2db7e1d
replace ic_comment_like(_active).png by noticon_star_(un)active.png a…
maxme Oct 8, 2014
0607c7e
replace remote_(image/failed).png by dashicon_format_image_big_grey.p…
maxme Oct 9, 2014
d4de01a
remove duplicated ic_cab_trash
maxme Oct 9, 2014
0112e78
remove unused drawables and bitmap ic_action_reply.png
maxme Oct 9, 2014
871ac9e
fix typo in about.xml
maxme Oct 9, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
* text=auto
*.sh text eol=lf
*.py text eol=lf
*.bat text eol=crlf
*.png binary
*.jpg binary
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.content.res.Resources;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.net.Uri;
Expand Down Expand Up @@ -171,7 +170,7 @@ protected void handleDefaultPush(Context context, Bundle extras) {
}
PendingIntent commentReplyPendingIntent = PendingIntent.getActivity(context, 0, commentReplyIntent,
PendingIntent.FLAG_CANCEL_CURRENT);
mBuilder.addAction(R.drawable.ab_icon_reply, context.getText(R.string.reply),
mBuilder.addAction(R.drawable.ic_action_refresh, context.getText(R.string.reply),
commentReplyPendingIntent);
}

Expand Down Expand Up @@ -207,7 +206,7 @@ protected void handleDefaultPush(Context context, Bundle extras) {
String subject = String.format(getString(R.string.new_notifications), mActiveNotificationsMap.size());

mBuilder = new NotificationCompat.Builder(this)
.setLargeIcon(BitmapFactory.decodeResource(context.getResources(), R.drawable.notification_multi))
.setLargeIcon(BitmapFactory.decodeResource(context.getResources(), R.drawable.noticon_notification))
.setSmallIcon(R.drawable.notification_icon)
.setContentTitle("WordPress")
.setContentText(subject)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public boolean onCreateOptionsMenu(Menu menu) {
super.onCreateOptionsMenu(menu);
MenuItem item = menu.add(Menu.NONE, ID_SHARE, Menu.NONE, R.string.reader_btn_share);
item.setShowAsAction(MenuItem.SHOW_AS_ACTION_IF_ROOM);
item.setIcon(R.drawable.ab_icon_share);
item.setIcon(R.drawable.ic_action_share);
return true;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ private MenuDrawer attachMenuDrawer() {
int shadowSizeInPixels = getResources().getDimensionPixelSize(R.dimen.menu_shadow_width);
menuDrawer.setDropShadowSize(shadowSizeInPixels);
menuDrawer.setDropShadowColor(getResources().getColor(R.color.md__shadowColor));
menuDrawer.setSlideDrawable(R.drawable.ic_drawer);
menuDrawer.setSlideDrawable(R.drawable.ic_navigation_drawer);
return menuDrawer;
}

Expand Down Expand Up @@ -786,7 +786,7 @@ public void onConfigurationChanged(Configuration newConfig) {

private class ReaderMenuItem extends MenuDrawerItem {
ReaderMenuItem(){
super(ActivityId.READER, R.string.reader, R.drawable.dashboard_icon_subs);
super(ActivityId.READER, R.string.reader, R.drawable.noticon_reader_alt_black);
}

@Override
Expand All @@ -811,7 +811,7 @@ public void onSelectItem(){

private class PostsMenuItem extends MenuDrawerItem {
PostsMenuItem() {
super(ActivityId.POSTS, R.string.posts, R.drawable.dashboard_icon_posts);
super(ActivityId.POSTS, R.string.posts, R.drawable.dashicon_admin_post_black);
}

@Override
Expand Down Expand Up @@ -839,7 +839,7 @@ public Boolean isVisible() {

private class MediaMenuItem extends MenuDrawerItem {
MediaMenuItem(){
super(ActivityId.MEDIA, R.string.media, R.drawable.dashboard_icon_media);
super(ActivityId.MEDIA, R.string.media, R.drawable.dashicon_admin_media_black);
}
@Override
public Boolean isSelected(){
Expand All @@ -863,7 +863,7 @@ public Boolean isVisible() {

private class PagesMenuItem extends MenuDrawerItem {
PagesMenuItem(){
super(ActivityId.PAGES, R.string.pages, R.drawable.dashboard_icon_pages);
super(ActivityId.PAGES, R.string.pages, R.drawable.dashicon_admin_page_black);
}
@Override
public Boolean isSelected(){
Expand Down Expand Up @@ -892,7 +892,7 @@ public Boolean isVisible() {

private class CommentsMenuItem extends MenuDrawerItem {
CommentsMenuItem(){
super(ActivityId.COMMENTS, R.string.tab_comments, R.drawable.dashboard_icon_comments);
super(ActivityId.COMMENTS, R.string.tab_comments, R.drawable.dashicon_admin_comments_black);
}
@Override
public Boolean isSelected(){
Expand Down Expand Up @@ -960,7 +960,7 @@ public Boolean isVisible() {

private class StatsMenuItem extends MenuDrawerItem {
StatsMenuItem(){
super(ActivityId.STATS, R.string.tab_stats, R.drawable.dashboard_icon_stats);
super(ActivityId.STATS, R.string.tab_stats, R.drawable.dashicon_chart_area_black);
}
@Override
public Boolean isSelected(){
Expand All @@ -986,7 +986,7 @@ public Boolean isVisible() {

private class QuickPhotoMenuItem extends MenuDrawerItem {
QuickPhotoMenuItem(){
super(R.string.quick_photo, R.drawable.dashboard_icon_photo);
super(R.string.quick_photo, R.drawable.dashicon_camera_black);
}
@Override
public void onSelectItem(){
Expand All @@ -1006,7 +1006,7 @@ public Boolean isVisible() {

private class QuickVideoMenuItem extends MenuDrawerItem {
QuickVideoMenuItem(){
super(R.string.quick_video, R.drawable.dashboard_icon_video);
super(R.string.quick_video, R.drawable.dashicon_video_alt2_black);
}
@Override
public void onSelectItem(){
Expand All @@ -1026,7 +1026,7 @@ public Boolean isVisible() {

private class ViewSiteMenuItem extends MenuDrawerItem {
ViewSiteMenuItem(){
super(ActivityId.VIEW_SITE, R.string.view_site, R.drawable.dashboard_icon_view);
super(ActivityId.VIEW_SITE, R.string.view_site, R.drawable.noticon_show_black);
}
@Override
public Boolean isSelected(){
Expand All @@ -1050,7 +1050,7 @@ public Boolean isVisible() {

private class NotificationsMenuItem extends MenuDrawerItem {
NotificationsMenuItem(){
super(ActivityId.NOTIFICATIONS, R.string.notifications, R.drawable.dashboard_icon_notifications);
super(ActivityId.NOTIFICATIONS, R.string.notifications, R.drawable.noticon_notification_black);
}
@Override
public Boolean isVisible(){
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ protected void showError(int messageId) {
protected void showError(String message) {
FragmentTransaction ft = getFragmentManager().beginTransaction();
NUXDialogFragment nuxAlert = NUXDialogFragment.newInstance(getString(R.string.error), message, getString(
R.string.nux_tap_continue), R.drawable.nux_icon_alert);
R.string.nux_tap_continue), R.drawable.noticon_alert_big);
ft.add(nuxAlert, "alert");
ft.commitAllowingStateLoss();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ private void signInError() {
NUXDialogFragment nuxAlert;
if (mErrorMsgId == R.string.account_two_step_auth_enabled) {
nuxAlert = NUXDialogFragment.newInstance(getString(R.string.nux_cannot_log_in), getString(
mErrorMsgId), getString(R.string.nux_tap_continue), R.drawable.nux_icon_alert, true,
mErrorMsgId), getString(R.string.nux_tap_continue), R.drawable.noticon_alert_big, true,
getString(R.string.visit_security_settings), NUXDialogFragment.ACTION_OPEN_URL,
"https://wordpress.com/settings/security/?ssl=forced");
} else {
Expand All @@ -578,7 +578,7 @@ private void signInError() {
return;
} else {
nuxAlert = NUXDialogFragment.newInstance(getString(R.string.nux_cannot_log_in), getString(
mErrorMsgId), getString(R.string.nux_tap_continue), R.drawable.nux_icon_alert);
mErrorMsgId), getString(R.string.nux_tap_continue), R.drawable.noticon_alert_big);
}
}
ft.add(nuxAlert, "alert");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@ public static void displayHtmlComment(TextView textView, String content, int max
// now convert to HTML with an image getter that enforces a max image size
final Spanned html;
if (maxImageSize > 0 && content.contains("<img")) {
Drawable loading = textView.getContext().getResources().getDrawable(R.drawable.remote_image);
Drawable failed = textView.getContext().getResources().getDrawable(R.drawable.remote_failed);
html = HtmlUtils.fromHtml(content, new WPImageGetter(textView, maxImageSize, WordPress.imageLoader,
loading, failed));
Drawable loading = textView.getContext().getResources().getDrawable(
R.drawable.dashicon_format_image_big_grey);
Drawable failed = textView.getContext().getResources().getDrawable(R.drawable.noticon_warning_big_grey);
html = HtmlUtils.fromHtml(content, new WPImageGetter(textView, maxImageSize, WordPress.imageLoader, loading,
failed));
} else {
html = HtmlUtils.fromHtml(content);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,8 @@ public static WPImageSpan prepareWPImageSpan(Context context, String blogId, fin
boolean isVideo = mimeType != null && mimeType.contains("video");

Uri uri = Uri.parse(url);
WPImageSpan imageSpan = new WPImageSpan(context, isVideo ? R.drawable.media_movieclip : R.drawable.remote_image, uri);
WPImageSpan imageSpan = new WPImageSpan(context,
isVideo ? R.drawable.media_movieclip : R.drawable.dashicon_format_image_big_grey, uri);
MediaFile mediaFile = imageSpan.getMediaFile();
mediaFile.setMediaId(mediaId);
mediaFile.setBlogId(blogId);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public View configureView(View view) {
noteBlockHolder.avatarImageView.setOnTouchListener(null);
}
} else {
noteBlockHolder.avatarImageView.setImageResource(R.drawable.placeholder);
noteBlockHolder.avatarImageView.setImageResource(R.drawable.gravatar_placeholder);
noteBlockHolder.avatarImageView.setOnTouchListener(null);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public View configureView(View view) {
noteBlockHolder.rootView.setOnClickListener(null);
}
} else {
noteBlockHolder.avatarImageView.setImageResource(R.drawable.placeholder);
noteBlockHolder.avatarImageView.setImageResource(R.drawable.gravatar_placeholder);
noteBlockHolder.avatarImageView.setOnTouchListener(null);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,8 @@ private static void addImageSpansForBlockMedia(TextView textView, JSONObject sub
return;
}

Drawable loading = context.getResources().getDrawable(R.drawable.remote_image);
Drawable failed = context.getResources().getDrawable(R.drawable.remote_failed);
Drawable loading = context.getResources().getDrawable(R.drawable.dashicon_format_image_big_grey);
Drawable failed = context.getResources().getDrawable(R.drawable.noticon_warning_big_grey);
// Note: notifications_max_image_size seems to be the max size an ImageSpan can handle,
// otherwise it would load blank white
WPImageGetter imageGetter = new WPImageGetter(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
package org.wordpress.android.ui.prefs;

import android.app.ActionBar;
import android.app.Activity;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.view.MenuItem;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.TextView;

import org.wordpress.passcodelock.AppLockManager;
import android.view.Window;

import org.wordpress.android.R;
import org.wordpress.android.WordPress;
import org.wordpress.android.widgets.WPTextView;
import org.wordpress.passcodelock.AppLockManager;

public class AboutActivity extends Activity implements OnClickListener {
private static final String URL_TOS = "http://en.wordpress.com/tos";
Expand All @@ -24,21 +22,17 @@ public class AboutActivity extends Activity implements OnClickListener {
@Override
public void onCreate(Bundle icicle) {
super.onCreate(icicle);
requestWindowFeature(Window.FEATURE_NO_TITLE);
setContentView(R.layout.about);

ActionBar actionBar = getActionBar();
if (actionBar != null) {
actionBar.setDisplayHomeAsUpEnabled(true);
}

TextView version = (TextView) findViewById(R.id.about_version);
WPTextView version = (WPTextView) findViewById(R.id.about_version);
version.setText(getString(R.string.version) + " "
+ WordPress.versionName);

Button tos = (Button) findViewById(R.id.about_tos);
WPTextView tos = (WPTextView) findViewById(R.id.about_tos);
tos.setOnClickListener(this);

Button pp = (Button) findViewById(R.id.about_privacy);
WPTextView pp = (WPTextView) findViewById(R.id.about_privacy);
pp.setOnClickListener(this);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ void showErrorImage() {
break;
case AVATAR:
// "mystery man" for failed avatars
setImageResource(R.drawable.placeholder);
setImageResource(R.drawable.gravatar_placeholder);
break;
default :
// medium grey box for all others
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed WordPress/src/main/res/drawable-hdpi/ab_icon_new.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed WordPress/src/main/res/drawable-hdpi/ab_icon_web.png
Binary file not shown.
Binary file removed WordPress/src/main/res/drawable-hdpi/ab_icon_wp.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Empty file modified WordPress/src/main/res/drawable-hdpi/dashicon_eye_closed.png
100755 → 100644
Empty file modified WordPress/src/main/res/drawable-hdpi/dashicon_eye_open.png
100755 → 100644
Empty file modified WordPress/src/main/res/drawable-hdpi/dashicon_info.png
100755 → 100644
Binary file removed WordPress/src/main/res/drawable-hdpi/follow_minus.png
Diff not rendered.
Binary file removed WordPress/src/main/res/drawable-hdpi/follow_plus.png
Diff not rendered.
Binary file removed WordPress/src/main/res/drawable-hdpi/ic_cab_like.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Empty file modified WordPress/src/main/res/drawable-hdpi/ic_content_new.png
100755 → 100644
Empty file modified WordPress/src/main/res/drawable-hdpi/ic_content_remove.png
100755 → 100644
Binary file removed WordPress/src/main/res/drawable-hdpi/ic_drawer.png
Diff not rendered.
Binary file removed WordPress/src/main/res/drawable-hdpi/ic_error.png
Diff not rendered.
Binary file modified WordPress/src/main/res/drawable-hdpi/ic_level_indicator.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed WordPress/src/main/res/drawable-hdpi/ic_share.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Empty file modified WordPress/src/main/res/drawable-hdpi/notification_icon.png
100755 → 100644
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed WordPress/src/main/res/drawable-hdpi/wp_small.9.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed WordPress/src/main/res/drawable-ldpi/ab_icon_wp.png
Diff not rendered.
Binary file removed WordPress/src/main/res/drawable-ldpi/app_icon.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed WordPress/src/main/res/drawable-mdpi/ab_icon_new.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed WordPress/src/main/res/drawable-mdpi/ab_icon_wp.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed WordPress/src/main/res/drawable-mdpi/app_icon.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed WordPress/src/main/res/drawable-mdpi/button_blue.9.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed WordPress/src/main/res/drawable-mdpi/dashicon_edit.png
Diff not rendered.
Binary file removed WordPress/src/main/res/drawable-mdpi/dashicon_email.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed WordPress/src/main/res/drawable-mdpi/dashicon_info.png
Diff not rendered.
Binary file removed WordPress/src/main/res/drawable-mdpi/dashicon_lock.png
Diff not rendered.
Binary file removed WordPress/src/main/res/drawable-mdpi/follow_minus.png
Diff not rendered.
Binary file removed WordPress/src/main/res/drawable-mdpi/follow_plus.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed WordPress/src/main/res/drawable-mdpi/ic_action_edit.png
Diff not rendered.
Binary file removed WordPress/src/main/res/drawable-mdpi/ic_action_like.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed WordPress/src/main/res/drawable-mdpi/ic_action_more.png
Diff not rendered.
Diff not rendered.
Binary file removed WordPress/src/main/res/drawable-mdpi/ic_action_spam.png
Diff not rendered.
Binary file removed WordPress/src/main/res/drawable-mdpi/ic_action_tag.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed WordPress/src/main/res/drawable-mdpi/ic_cab_approve.png
Diff not rendered.
Binary file removed WordPress/src/main/res/drawable-mdpi/ic_cab_like.png
Diff not rendered.
Diff not rendered.
Binary file removed WordPress/src/main/res/drawable-mdpi/ic_cab_spam.png
Diff not rendered.
Binary file removed WordPress/src/main/res/drawable-mdpi/ic_cab_trash.png
Diff not rendered.
Diff not rendered.
Binary file removed WordPress/src/main/res/drawable-mdpi/ic_comment.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed WordPress/src/main/res/drawable-mdpi/ic_drawer.png
Diff not rendered.
Binary file removed WordPress/src/main/res/drawable-mdpi/ic_error.png
Diff not rendered.
Diff not rendered.
Binary file removed WordPress/src/main/res/drawable-mdpi/ic_like.png
Diff not rendered.
Binary file removed WordPress/src/main/res/drawable-mdpi/ic_like_active.png
Diff not rendered.
Binary file removed WordPress/src/main/res/drawable-mdpi/ic_location.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed WordPress/src/main/res/drawable-mdpi/ic_reblog.png
Diff not rendered.
Diff not rendered.
Binary file removed WordPress/src/main/res/drawable-mdpi/ic_share.png
Diff not rendered.
Loading