translucent and change ui button
57
art/raster.sh
Normal file
|
@ -0,0 +1,57 @@
|
|||
#!/bin/bash
|
||||
|
||||
SIZES="36 54 72 108 144"
|
||||
EXPORT="../src/main/res/"
|
||||
ICON="../Arcticons/scalable/apps"
|
||||
|
||||
for DIR in $(find -name "*.svg")
|
||||
do
|
||||
FILE=${DIR##*/}
|
||||
NAME=${FILE%.*}
|
||||
cp ${FILE} ${FILE}.tmp
|
||||
rm ${FILE}.tmp
|
||||
#cp -f ${FILE} ${ICON}/${FILE}
|
||||
echo "Working on" ${FILE}
|
||||
for SIZE in ${SIZES}
|
||||
do
|
||||
svgexport ${NAME}.svg ${NAME}.png ${SIZE}:
|
||||
case ${SIZE} in
|
||||
8)
|
||||
mv ${NAME}.png ${EXPORT}/8x8/apps/
|
||||
;;
|
||||
|
||||
16)
|
||||
mv ${NAME}.png ${EXPORT}/16x16/apps/
|
||||
;;
|
||||
24)
|
||||
mv ${NAME}.png ${EXPORT}/24x24/apps/
|
||||
;;
|
||||
32)
|
||||
mv ${NAME}.png ${EXPORT}/32x32/apps/
|
||||
;;
|
||||
36)
|
||||
mv ${NAME}.png ${EXPORT}/drawable-mdpi/
|
||||
;;
|
||||
48)
|
||||
mv ${NAME}.png ${EXPORT}/48x48/apps/
|
||||
;;
|
||||
54)
|
||||
mv ${NAME}.png ${EXPORT}/drawable-hdpi/
|
||||
;;
|
||||
72)
|
||||
mv ${NAME}.png ${EXPORT}/drawable-xhdpi/
|
||||
;;
|
||||
108)
|
||||
mv ${NAME}.png ${EXPORT}/drawable-xxhdpi/
|
||||
;;
|
||||
128)
|
||||
mv ${NAME}.png ${EXPORT}/128x128/apps/
|
||||
;;
|
||||
144)
|
||||
mv ${NAME}.png ${EXPORT}/drawable-xxxhdpi/
|
||||
;;
|
||||
256)
|
||||
mv ${NAME}.png ${EXPORT}/256x256/apps/
|
||||
esac
|
||||
done
|
||||
done
|
|
@ -1152,7 +1152,7 @@ public class MessageAdapter extends ArrayAdapter<Message> {
|
|||
viewHolder.status_message.setText(DateUtils.formatDateTime(activity, message.getTimeSent(), DateUtils.FORMAT_SHOW_DATE | DateUtils.FORMAT_SHOW_YEAR));
|
||||
}
|
||||
viewHolder.message_box.setBackgroundResource(darkBackground ? R.drawable.date_bubble_dark : R.drawable.date_bubble);
|
||||
activity.setBubbleColor(viewHolder.message_box, StyledAttributes.getColor(activity, R.attr.colorAccent), -1);
|
||||
activity.setBubbleColor(viewHolder.message_box, StyledAttributes.getColor(activity, R.attr.colorAccentLight), -1);
|
||||
return view;
|
||||
} else if (type == RTP_SESSION) {
|
||||
final boolean isDarkTheme = activity.isDarkTheme();
|
||||
|
@ -1176,7 +1176,7 @@ public class MessageAdapter extends ArrayAdapter<Message> {
|
|||
viewHolder.indicatorReceived.setImageResource(RtpSessionStatus.getDrawable(received, rtpSessionStatus.successful, isDarkTheme));
|
||||
viewHolder.indicatorReceived.setAlpha(isDarkTheme ? 0.7f : 0.57f);
|
||||
viewHolder.message_box.setBackgroundResource(darkBackground ? R.drawable.date_bubble_dark : R.drawable.date_bubble);
|
||||
activity.setBubbleColor(viewHolder.message_box, StyledAttributes.getColor(activity, R.attr.colorAccent), -1);
|
||||
activity.setBubbleColor(viewHolder.message_box, StyledAttributes.getColor(activity, R.attr.colorAccentLight), -1);
|
||||
return view;
|
||||
} else if (type == STATUS) {
|
||||
if ("LOAD_MORE".equals(message.getBody())) {
|
||||
|
|
Before Width: | Height: | Size: 980 B After Width: | Height: | Size: 841 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1,023 B |
Before Width: | Height: | Size: 801 B After Width: | Height: | Size: 841 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 928 B After Width: | Height: | Size: 797 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 921 B |
Before Width: | Height: | Size: 744 B After Width: | Height: | Size: 708 B |
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 1,001 B |
Before Width: | Height: | Size: 777 B After Width: | Height: | Size: 871 B |
Before Width: | Height: | Size: 898 B After Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 591 B After Width: | Height: | Size: 748 B |
Before Width: | Height: | Size: 837 B After Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 591 B After Width: | Height: | Size: 536 B |
Before Width: | Height: | Size: 691 B After Width: | Height: | Size: 622 B |
Before Width: | Height: | Size: 488 B After Width: | Height: | Size: 477 B |
Before Width: | Height: | Size: 670 B After Width: | Height: | Size: 635 B |
Before Width: | Height: | Size: 939 B After Width: | Height: | Size: 554 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 655 B |
Before Width: | Height: | Size: 723 B After Width: | Height: | Size: 504 B |
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 653 B |
Before Width: | Height: | Size: 774 B After Width: | Height: | Size: 708 B |
Before Width: | Height: | Size: 908 B After Width: | Height: | Size: 854 B |
Before Width: | Height: | Size: 620 B After Width: | Height: | Size: 670 B |
Before Width: | Height: | Size: 862 B After Width: | Height: | Size: 889 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 950 B |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 343 B |
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 491 B After Width: | Height: | Size: 621 B |
Before Width: | Height: | Size: 549 B After Width: | Height: | Size: 771 B |
Before Width: | Height: | Size: 389 B After Width: | Height: | Size: 596 B |
Before Width: | Height: | Size: 554 B After Width: | Height: | Size: 793 B |
Before Width: | Height: | Size: 497 B After Width: | Height: | Size: 569 B |
Before Width: | Height: | Size: 591 B After Width: | Height: | Size: 670 B |
Before Width: | Height: | Size: 402 B After Width: | Height: | Size: 520 B |
Before Width: | Height: | Size: 564 B After Width: | Height: | Size: 684 B |
Before Width: | Height: | Size: 423 B After Width: | Height: | Size: 575 B |
Before Width: | Height: | Size: 491 B After Width: | Height: | Size: 706 B |
Before Width: | Height: | Size: 345 B After Width: | Height: | Size: 470 B |
Before Width: | Height: | Size: 455 B After Width: | Height: | Size: 687 B |
Before Width: | Height: | Size: 354 B After Width: | Height: | Size: 386 B |
Before Width: | Height: | Size: 391 B After Width: | Height: | Size: 452 B |
Before Width: | Height: | Size: 285 B After Width: | Height: | Size: 327 B |
Before Width: | Height: | Size: 383 B After Width: | Height: | Size: 435 B |
Before Width: | Height: | Size: 490 B After Width: | Height: | Size: 395 B |
Before Width: | Height: | Size: 554 B After Width: | Height: | Size: 476 B |
Before Width: | Height: | Size: 376 B After Width: | Height: | Size: 354 B |
Before Width: | Height: | Size: 534 B After Width: | Height: | Size: 435 B |
Before Width: | Height: | Size: 424 B After Width: | Height: | Size: 522 B |
Before Width: | Height: | Size: 495 B After Width: | Height: | Size: 627 B |
Before Width: | Height: | Size: 341 B After Width: | Height: | Size: 463 B |
Before Width: | Height: | Size: 484 B After Width: | Height: | Size: 656 B |
Before Width: | Height: | Size: 1,022 B After Width: | Height: | Size: 677 B |
Before Width: | Height: | Size: 904 B After Width: | Height: | Size: 286 B |
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 720 B |
Before Width: | Height: | Size: 985 B After Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 799 B After Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 943 B After Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 747 B After Width: | Height: | Size: 940 B |
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 871 B After Width: | Height: | Size: 1,008 B |
Before Width: | Height: | Size: 964 B After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 695 B After Width: | Height: | Size: 855 B |
Before Width: | Height: | Size: 945 B After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 619 B After Width: | Height: | Size: 662 B |
Before Width: | Height: | Size: 714 B After Width: | Height: | Size: 766 B |
Before Width: | Height: | Size: 516 B After Width: | Height: | Size: 592 B |
Before Width: | Height: | Size: 694 B After Width: | Height: | Size: 779 B |
Before Width: | Height: | Size: 848 B After Width: | Height: | Size: 665 B |
Before Width: | Height: | Size: 972 B After Width: | Height: | Size: 792 B |
Before Width: | Height: | Size: 649 B After Width: | Height: | Size: 629 B |
Before Width: | Height: | Size: 917 B After Width: | Height: | Size: 783 B |
Before Width: | Height: | Size: 825 B After Width: | Height: | Size: 976 B |
Before Width: | Height: | Size: 944 B After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 677 B After Width: | Height: | Size: 876 B |
Before Width: | Height: | Size: 934 B After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 351 B |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 2 KiB |
Before Width: | Height: | Size: 2 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1,020 B After Width: | Height: | Size: 910 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.7 KiB |