From 84a1644e81760571e4017240edf2a200f57a33c2 Mon Sep 17 00:00:00 2001 From: Elvis Date: Wed, 13 Mar 2019 16:55:18 +0800 Subject: [PATCH] 图片移动到drawable里 --- C5/app/src/main/res/drawable-hdpi/abstain.png | Bin 13728 -> 0 bytes C5/app/src/main/res/drawable-hdpi/abstain_small.png | Bin 7041 -> 0 bytes C5/app/src/main/res/drawable-hdpi/agree.png | Bin 14321 -> 0 bytes C5/app/src/main/res/drawable-hdpi/agree_small.png | Bin 7227 -> 0 bytes C5/app/src/main/res/drawable-hdpi/bigger.png | Bin 1734 -> 0 bytes C5/app/src/main/res/drawable-hdpi/black_alpha.png | Bin 1078 -> 0 bytes C5/app/src/main/res/drawable-hdpi/btn_abstain.png | Bin 1416 -> 0 bytes C5/app/src/main/res/drawable-hdpi/btn_abstain_s.png | Bin 1421 -> 0 bytes C5/app/src/main/res/drawable-hdpi/btn_agree.png | Bin 1279 -> 0 bytes C5/app/src/main/res/drawable-hdpi/btn_agree_s.png | Bin 1285 -> 0 bytes C5/app/src/main/res/drawable-hdpi/btn_back.png | Bin 16056 -> 0 bytes C5/app/src/main/res/drawable-hdpi/btn_back_s.png | Bin 15658 -> 0 bytes C5/app/src/main/res/drawable-hdpi/btn_back_white.png | Bin 16349 -> 0 bytes C5/app/src/main/res/drawable-hdpi/btn_election_abstain.png | Bin 2887 -> 0 bytes C5/app/src/main/res/drawable-hdpi/btn_election_abstain_s.png | Bin 2891 -> 0 bytes C5/app/src/main/res/drawable-hdpi/btn_modify.png | Bin 1466 -> 0 bytes C5/app/src/main/res/drawable-hdpi/btn_modify_s.png | Bin 1507 -> 0 bytes C5/app/src/main/res/drawable-hdpi/btn_oo.png | Bin 1729 -> 0 bytes C5/app/src/main/res/drawable-hdpi/btn_oo_s.png | Bin 1927 -> 0 bytes C5/app/src/main/res/drawable-hdpi/btn_oppos_s.png | Bin 1419 -> 0 bytes C5/app/src/main/res/drawable-hdpi/btn_oppose.png | Bin 1417 -> 0 bytes C5/app/src/main/res/drawable-hdpi/btn_other.png | Bin 1452 -> 0 bytes C5/app/src/main/res/drawable-hdpi/btn_other_s.png | Bin 1487 -> 0 bytes C5/app/src/main/res/drawable-hdpi/btn_page.png | Bin 1451 -> 0 bytes C5/app/src/main/res/drawable-hdpi/btn_page_d.png | Bin 1306 -> 0 bytes C5/app/src/main/res/drawable-hdpi/btn_page_h.png | Bin 1455 -> 0 bytes C5/app/src/main/res/drawable-hdpi/btn_setisfy.png | Bin 1415 -> 0 bytes C5/app/src/main/res/drawable-hdpi/btn_setisfy_s.png | Bin 1421 -> 0 bytes C5/app/src/main/res/drawable-hdpi/btn_signin.png | Bin 1416 -> 0 bytes C5/app/src/main/res/drawable-hdpi/btn_signin_d.png | Bin 1418 -> 0 bytes C5/app/src/main/res/drawable-hdpi/btn_signin_s.png | Bin 1421 -> 0 bytes C5/app/src/main/res/drawable-hdpi/btn_submit.png | Bin 1279 -> 0 bytes C5/app/src/main/res/drawable-hdpi/btn_submit_s.png | Bin 1285 -> 0 bytes C5/app/src/main/res/drawable-hdpi/btn_xx.png | Bin 1387 -> 0 bytes C5/app/src/main/res/drawable-hdpi/btn_xx_s.png | Bin 1428 -> 0 bytes C5/app/src/main/res/drawable-hdpi/delete.png | Bin 1495 -> 0 bytes C5/app/src/main/res/drawable-hdpi/detail_icon.png | Bin 1292 -> 0 bytes C5/app/src/main/res/drawable-hdpi/gray_alpha.png | Bin 2358 -> 0 bytes C5/app/src/main/res/drawable-hdpi/ic_clear.png | Bin 746 -> 0 bytes C5/app/src/main/res/drawable-hdpi/map.bmp | Bin 1960506 -> 0 bytes C5/app/src/main/res/drawable-hdpi/meeting_bg.jpg | Bin 166897 -> 0 bytes C5/app/src/main/res/drawable-hdpi/ok.png | Bin 9756 -> 0 bytes C5/app/src/main/res/drawable-hdpi/ok_small.png | Bin 7027 -> 0 bytes C5/app/src/main/res/drawable-hdpi/oppos.png | Bin 14156 -> 0 bytes C5/app/src/main/res/drawable-hdpi/oppos_small.png | Bin 6947 -> 0 bytes C5/app/src/main/res/drawable-hdpi/red_bg.bmp | Bin 3932214 -> 0 bytes C5/app/src/main/res/drawable-hdpi/rendavote.xml | 12 ------------ C5/app/src/main/res/drawable-hdpi/smaller.png | Bin 1728 -> 0 bytes C5/app/src/main/res/drawable-hdpi/voted.png | Bin 9561 -> 0 bytes C5/app/src/main/res/drawable-hdpi/voted_empty.png | Bin 22545 -> 0 bytes C5/app/src/main/res/layout/fragment_singlevote.xml | 3 +-- 51 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 C5/app/src/main/res/drawable-hdpi/abstain.png delete mode 100644 C5/app/src/main/res/drawable-hdpi/abstain_small.png delete mode 100644 C5/app/src/main/res/drawable-hdpi/agree.png delete mode 100644 C5/app/src/main/res/drawable-hdpi/agree_small.png delete mode 100644 C5/app/src/main/res/drawable-hdpi/bigger.png delete mode 100644 C5/app/src/main/res/drawable-hdpi/black_alpha.png delete mode 100644 C5/app/src/main/res/drawable-hdpi/btn_abstain.png delete mode 100644 C5/app/src/main/res/drawable-hdpi/btn_abstain_s.png delete mode 100644 C5/app/src/main/res/drawable-hdpi/btn_agree.png delete mode 100644 C5/app/src/main/res/drawable-hdpi/btn_agree_s.png delete mode 100644 C5/app/src/main/res/drawable-hdpi/btn_back.png delete mode 100644 C5/app/src/main/res/drawable-hdpi/btn_back_s.png delete mode 100644 C5/app/src/main/res/drawable-hdpi/btn_back_white.png delete mode 100644 C5/app/src/main/res/drawable-hdpi/btn_election_abstain.png delete mode 100644 C5/app/src/main/res/drawable-hdpi/btn_election_abstain_s.png delete mode 100644 C5/app/src/main/res/drawable-hdpi/btn_modify.png delete mode 100644 C5/app/src/main/res/drawable-hdpi/btn_modify_s.png delete mode 100644 C5/app/src/main/res/drawable-hdpi/btn_oo.png delete mode 100644 C5/app/src/main/res/drawable-hdpi/btn_oo_s.png delete mode 100644 C5/app/src/main/res/drawable-hdpi/btn_oppos_s.png delete mode 100644 C5/app/src/main/res/drawable-hdpi/btn_oppose.png delete mode 100644 C5/app/src/main/res/drawable-hdpi/btn_other.png delete mode 100644 C5/app/src/main/res/drawable-hdpi/btn_other_s.png delete mode 100644 C5/app/src/main/res/drawable-hdpi/btn_page.png delete mode 100644 C5/app/src/main/res/drawable-hdpi/btn_page_d.png delete mode 100644 C5/app/src/main/res/drawable-hdpi/btn_page_h.png delete mode 100644 C5/app/src/main/res/drawable-hdpi/btn_setisfy.png delete mode 100644 C5/app/src/main/res/drawable-hdpi/btn_setisfy_s.png delete mode 100644 C5/app/src/main/res/drawable-hdpi/btn_signin.png delete mode 100644 C5/app/src/main/res/drawable-hdpi/btn_signin_d.png delete mode 100644 C5/app/src/main/res/drawable-hdpi/btn_signin_s.png delete mode 100644 C5/app/src/main/res/drawable-hdpi/btn_submit.png delete mode 100644 C5/app/src/main/res/drawable-hdpi/btn_submit_s.png delete mode 100644 C5/app/src/main/res/drawable-hdpi/btn_xx.png delete mode 100644 C5/app/src/main/res/drawable-hdpi/btn_xx_s.png delete mode 100644 C5/app/src/main/res/drawable-hdpi/delete.png delete mode 100644 C5/app/src/main/res/drawable-hdpi/detail_icon.png delete mode 100644 C5/app/src/main/res/drawable-hdpi/gray_alpha.png delete mode 100644 C5/app/src/main/res/drawable-hdpi/ic_clear.png delete mode 100644 C5/app/src/main/res/drawable-hdpi/map.bmp delete mode 100644 C5/app/src/main/res/drawable-hdpi/meeting_bg.jpg delete mode 100644 C5/app/src/main/res/drawable-hdpi/ok.png delete mode 100644 C5/app/src/main/res/drawable-hdpi/ok_small.png delete mode 100644 C5/app/src/main/res/drawable-hdpi/oppos.png delete mode 100644 C5/app/src/main/res/drawable-hdpi/oppos_small.png delete mode 100644 C5/app/src/main/res/drawable-hdpi/red_bg.bmp delete mode 100644 C5/app/src/main/res/drawable-hdpi/rendavote.xml delete mode 100644 C5/app/src/main/res/drawable-hdpi/smaller.png delete mode 100644 C5/app/src/main/res/drawable-hdpi/voted.png delete mode 100644 C5/app/src/main/res/drawable-hdpi/voted_empty.png diff --git a/C5/app/src/main/res/drawable-hdpi/abstain.png b/C5/app/src/main/res/drawable-hdpi/abstain.png deleted file mode 100644 index f5fa3af..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/abstain.png and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/abstain_small.png b/C5/app/src/main/res/drawable-hdpi/abstain_small.png deleted file mode 100644 index 9a4ee2c..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/abstain_small.png and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/agree.png b/C5/app/src/main/res/drawable-hdpi/agree.png deleted file mode 100644 index 305b547..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/agree.png and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/agree_small.png b/C5/app/src/main/res/drawable-hdpi/agree_small.png deleted file mode 100644 index bdbad3d..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/agree_small.png and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/bigger.png b/C5/app/src/main/res/drawable-hdpi/bigger.png deleted file mode 100644 index bae08a3..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/bigger.png and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/black_alpha.png b/C5/app/src/main/res/drawable-hdpi/black_alpha.png deleted file mode 100644 index eeff94c..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/black_alpha.png and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/btn_abstain.png b/C5/app/src/main/res/drawable-hdpi/btn_abstain.png deleted file mode 100644 index a149e6d..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/btn_abstain.png and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/btn_abstain_s.png b/C5/app/src/main/res/drawable-hdpi/btn_abstain_s.png deleted file mode 100644 index 78a45cb..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/btn_abstain_s.png and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/btn_agree.png b/C5/app/src/main/res/drawable-hdpi/btn_agree.png deleted file mode 100644 index c565998..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/btn_agree.png and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/btn_agree_s.png b/C5/app/src/main/res/drawable-hdpi/btn_agree_s.png deleted file mode 100644 index 684f9aa..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/btn_agree_s.png and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/btn_back.png b/C5/app/src/main/res/drawable-hdpi/btn_back.png deleted file mode 100644 index f313c89..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/btn_back.png and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/btn_back_s.png b/C5/app/src/main/res/drawable-hdpi/btn_back_s.png deleted file mode 100644 index 96d0ea0..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/btn_back_s.png and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/btn_back_white.png b/C5/app/src/main/res/drawable-hdpi/btn_back_white.png deleted file mode 100644 index 23c9368..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/btn_back_white.png and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/btn_election_abstain.png b/C5/app/src/main/res/drawable-hdpi/btn_election_abstain.png deleted file mode 100644 index 18325f2..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/btn_election_abstain.png and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/btn_election_abstain_s.png b/C5/app/src/main/res/drawable-hdpi/btn_election_abstain_s.png deleted file mode 100644 index 950d877..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/btn_election_abstain_s.png and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/btn_modify.png b/C5/app/src/main/res/drawable-hdpi/btn_modify.png deleted file mode 100644 index 2e1c76b..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/btn_modify.png and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/btn_modify_s.png b/C5/app/src/main/res/drawable-hdpi/btn_modify_s.png deleted file mode 100644 index 535b525..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/btn_modify_s.png and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/btn_oo.png b/C5/app/src/main/res/drawable-hdpi/btn_oo.png deleted file mode 100644 index 001338c..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/btn_oo.png and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/btn_oo_s.png b/C5/app/src/main/res/drawable-hdpi/btn_oo_s.png deleted file mode 100644 index 9e8ed74..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/btn_oo_s.png and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/btn_oppos_s.png b/C5/app/src/main/res/drawable-hdpi/btn_oppos_s.png deleted file mode 100644 index cf6dc81..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/btn_oppos_s.png and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/btn_oppose.png b/C5/app/src/main/res/drawable-hdpi/btn_oppose.png deleted file mode 100644 index f266f5b..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/btn_oppose.png and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/btn_other.png b/C5/app/src/main/res/drawable-hdpi/btn_other.png deleted file mode 100644 index 6c80fca..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/btn_other.png and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/btn_other_s.png b/C5/app/src/main/res/drawable-hdpi/btn_other_s.png deleted file mode 100644 index 4e9f3ab..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/btn_other_s.png and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/btn_page.png b/C5/app/src/main/res/drawable-hdpi/btn_page.png deleted file mode 100644 index ee1d980..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/btn_page.png and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/btn_page_d.png b/C5/app/src/main/res/drawable-hdpi/btn_page_d.png deleted file mode 100644 index a063282..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/btn_page_d.png and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/btn_page_h.png b/C5/app/src/main/res/drawable-hdpi/btn_page_h.png deleted file mode 100644 index 606e4db..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/btn_page_h.png and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/btn_setisfy.png b/C5/app/src/main/res/drawable-hdpi/btn_setisfy.png deleted file mode 100644 index cf5f41e..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/btn_setisfy.png and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/btn_setisfy_s.png b/C5/app/src/main/res/drawable-hdpi/btn_setisfy_s.png deleted file mode 100644 index d569e7f..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/btn_setisfy_s.png and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/btn_signin.png b/C5/app/src/main/res/drawable-hdpi/btn_signin.png deleted file mode 100644 index 0f83554..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/btn_signin.png and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/btn_signin_d.png b/C5/app/src/main/res/drawable-hdpi/btn_signin_d.png deleted file mode 100644 index de4959b..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/btn_signin_d.png and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/btn_signin_s.png b/C5/app/src/main/res/drawable-hdpi/btn_signin_s.png deleted file mode 100644 index 9898caf..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/btn_signin_s.png and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/btn_submit.png b/C5/app/src/main/res/drawable-hdpi/btn_submit.png deleted file mode 100644 index c565998..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/btn_submit.png and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/btn_submit_s.png b/C5/app/src/main/res/drawable-hdpi/btn_submit_s.png deleted file mode 100644 index 684f9aa..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/btn_submit_s.png and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/btn_xx.png b/C5/app/src/main/res/drawable-hdpi/btn_xx.png deleted file mode 100644 index 32b1aae..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/btn_xx.png and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/btn_xx_s.png b/C5/app/src/main/res/drawable-hdpi/btn_xx_s.png deleted file mode 100644 index d534ac1..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/btn_xx_s.png and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/delete.png b/C5/app/src/main/res/drawable-hdpi/delete.png deleted file mode 100644 index 2ca50d0..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/delete.png and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/detail_icon.png b/C5/app/src/main/res/drawable-hdpi/detail_icon.png deleted file mode 100644 index c2e7c1e..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/detail_icon.png and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/gray_alpha.png b/C5/app/src/main/res/drawable-hdpi/gray_alpha.png deleted file mode 100644 index f593cfe..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/gray_alpha.png and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/ic_clear.png b/C5/app/src/main/res/drawable-hdpi/ic_clear.png deleted file mode 100644 index d8b9be0..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/ic_clear.png and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/map.bmp b/C5/app/src/main/res/drawable-hdpi/map.bmp deleted file mode 100644 index 3e1df33..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/map.bmp and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/meeting_bg.jpg b/C5/app/src/main/res/drawable-hdpi/meeting_bg.jpg deleted file mode 100644 index 4a27004..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/meeting_bg.jpg and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/ok.png b/C5/app/src/main/res/drawable-hdpi/ok.png deleted file mode 100644 index 339e26b..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/ok.png and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/ok_small.png b/C5/app/src/main/res/drawable-hdpi/ok_small.png deleted file mode 100644 index 5992707..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/ok_small.png and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/oppos.png b/C5/app/src/main/res/drawable-hdpi/oppos.png deleted file mode 100644 index e0ec892..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/oppos.png and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/oppos_small.png b/C5/app/src/main/res/drawable-hdpi/oppos_small.png deleted file mode 100644 index 07c489d..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/oppos_small.png and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/red_bg.bmp b/C5/app/src/main/res/drawable-hdpi/red_bg.bmp deleted file mode 100644 index e7dc2b0..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/red_bg.bmp and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/rendavote.xml b/C5/app/src/main/res/drawable-hdpi/rendavote.xml deleted file mode 100644 index 8bb16f4..0000000 --- a/C5/app/src/main/res/drawable-hdpi/rendavote.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/C5/app/src/main/res/drawable-hdpi/smaller.png b/C5/app/src/main/res/drawable-hdpi/smaller.png deleted file mode 100644 index dff6245..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/smaller.png and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/voted.png b/C5/app/src/main/res/drawable-hdpi/voted.png deleted file mode 100644 index 3e62038..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/voted.png and /dev/null differ diff --git a/C5/app/src/main/res/drawable-hdpi/voted_empty.png b/C5/app/src/main/res/drawable-hdpi/voted_empty.png deleted file mode 100644 index 97d5889..0000000 Binary files a/C5/app/src/main/res/drawable-hdpi/voted_empty.png and /dev/null differ diff --git a/C5/app/src/main/res/layout/fragment_singlevote.xml b/C5/app/src/main/res/layout/fragment_singlevote.xml index 180620d..57369e1 100644 --- a/C5/app/src/main/res/layout/fragment_singlevote.xml +++ b/C5/app/src/main/res/layout/fragment_singlevote.xml @@ -163,9 +163,8 @@ android:layout_height="wrap_content" android:layout_centerHorizontal="true" android:gravity="center" - android:alpha="0.9" + android:textColor="#4b3b93" android:background="@drawable/voted_empty" - android:rotation="-20" android:textSize="@dimen/big_text_p1" android:textStyle="bold" android:visibility="gone" /> -- libgit2 0.21.4